Hi,
I read a lot of threads and can't seem to find what I need.
I want to use the cgi indexing for an idea I have but on my server I keep getting 500 errors. I read your faq's and asked my hosting comp. some questions too.
Here's the rundown,
This is the form I use:
<form method="get" action="/cgi-bin/search.cgi">
<input type="text" name="zoom_query" size="50" />
<input type="submit" value="Search" />
</form>
all the files in the right place.../cgi-bin/
I asked my hosting comp. if cgi binary executable was enabled on the folder:
yes
I have suExec
limits are:
-20 sec cpu
-7 child process
Here is the http://search.namha.ca/index.htm
Have a look in the source if it can help.
If you say all is good then it's time to move hosting company...
Thanks much for your help
I read a lot of threads and can't seem to find what I need.
I want to use the cgi indexing for an idea I have but on my server I keep getting 500 errors. I read your faq's and asked my hosting comp. some questions too.
Here's the rundown,
This is the form I use:
<form method="get" action="/cgi-bin/search.cgi">
<input type="text" name="zoom_query" size="50" />
<input type="submit" value="Search" />
</form>
all the files in the right place.../cgi-bin/
I asked my hosting comp. if cgi binary executable was enabled on the folder:
yes
I have suExec
limits are:
-20 sec cpu
-7 child process
Here is the http://search.namha.ca/index.htm
Have a look in the source if it can help.
If you say all is good then it's time to move hosting company...
Thanks much for your help
Comment