Here's my problem... I thought I'd buy a script that was easy to use and setup.... not finding that is the case...
I have 25,000 plus pages on my site... I have index it about 5 times now... I have tried the PHP option and found that I needed to raise the MAX MEM limit in the php.ini file to 128 Megs -- Unacceptable since this is not a dedicated server and I can not use 128Megs of ram for each search...
I then tried to use the CGI option... well come to find out that the CGI that Zoom produces is NOT CGI at all - it is semi-compiled binary file... and will not run in a standard installation of Linux Enterprise Edition (of which many hosting companies run).
I now find out that I need to make modifications to my http.conf file which I am not happy about. Futher I have read many post in this forum and not 1 example of what to change or what to look for? I would think there would be a simple work around like adding an htaccess file to the directory with some http config changes... since I am not running the cgi in the cgi directory. (yes, I can run regular perl scripts in that directory... just not search.cgi
I tried this but it did not work... it seemed to work for some else in here.
<Location /var/www/html/search/>
Options +ExecCGI
SetHandler cgiHandler
</Location>
The FAQ also states info about suEXEC, but again no information to FIX THE PROBLEM other than file permissions which are set correctly...
I fear I have wasted 99 bucks... so I need some help? How to change the conf file.... or a CGI script that works in a standard Linux environment like most hosting companies use....
Anybody out there that can help? Would be appreciated... I own the server that it is running on, but it is also a hosting server with many clients on it... so I can't make too many config changes that will effect other users and break my clients code.
Thanks
I have 25,000 plus pages on my site... I have index it about 5 times now... I have tried the PHP option and found that I needed to raise the MAX MEM limit in the php.ini file to 128 Megs -- Unacceptable since this is not a dedicated server and I can not use 128Megs of ram for each search...
I then tried to use the CGI option... well come to find out that the CGI that Zoom produces is NOT CGI at all - it is semi-compiled binary file... and will not run in a standard installation of Linux Enterprise Edition (of which many hosting companies run).
I now find out that I need to make modifications to my http.conf file which I am not happy about. Futher I have read many post in this forum and not 1 example of what to change or what to look for? I would think there would be a simple work around like adding an htaccess file to the directory with some http config changes... since I am not running the cgi in the cgi directory. (yes, I can run regular perl scripts in that directory... just not search.cgi
I tried this but it did not work... it seemed to work for some else in here.
<Location /var/www/html/search/>
Options +ExecCGI
SetHandler cgiHandler
</Location>
The FAQ also states info about suEXEC, but again no information to FIX THE PROBLEM other than file permissions which are set correctly...
I fear I have wasted 99 bucks... so I need some help? How to change the conf file.... or a CGI script that works in a standard Linux environment like most hosting companies use....
Anybody out there that can help? Would be appreciated... I own the server that it is running on, but it is also a hosting server with many clients on it... so I can't make too many config changes that will effect other users and break my clients code.
Thanks
Comment