Following successfully repairing our search facility, which had been inactive for some time due to php memory limits, we became increasingly aware of the benefits of a CGI search for large websites (after staring at the FAQ for hours on end).
And so, we decided recently to make the switch, as our memory limit on php has to be set to 128mb, which can't be good for the server.
On the index, we have selected CGI/Linux, and uploaded all of the files to the cgi-bin directory on the server. The CHMOD settings are as recommended, and we no longer get a 500 internal server error, but a simple blank page.
Following speaking to the host of our dedicated server, they informed us that the suEXEC module was to blame for this behaviour, and recommended placing the files in a location only accessable by the admin, var/www/...etc etc. Following doing this, and changing the cgi-bin alias to point to the new location, we're still having no luck.
The search can be seen at www.landlordzone.co.uk/cgi-bin/search.cgi
The current search is also available at www.landlordzone.co.uk/zoom/search.php
Do you have any suggestions, or are we going to have to stick with PHP?
And so, we decided recently to make the switch, as our memory limit on php has to be set to 128mb, which can't be good for the server.
On the index, we have selected CGI/Linux, and uploaded all of the files to the cgi-bin directory on the server. The CHMOD settings are as recommended, and we no longer get a 500 internal server error, but a simple blank page.
Following speaking to the host of our dedicated server, they informed us that the suEXEC module was to blame for this behaviour, and recommended placing the files in a location only accessable by the admin, var/www/...etc etc. Following doing this, and changing the cgi-bin alias to point to the new location, we're still having no luck.
The search can be seen at www.landlordzone.co.uk/cgi-bin/search.cgi
The current search is also available at www.landlordzone.co.uk/zoom/search.php
Do you have any suggestions, or are we going to have to stick with PHP?
Comment