bizee
12-26-2001, 02:36 PM
this is not only happening with my site but with my clients site, i goto www.tron-studios.com/cgi-bin and get a 43 but when i goto ww.tron-studios.com/cgi-bin/newspro/ it gives me a 404, but that folder is definately there and not mispelled.
zupanm
12-26-2001, 03:22 PM
check your error logs they will give you more information. THis is needed since you posted none what so ever.
MotleyFool
12-27-2001, 08:56 AM
You may need to give execute permission for the .cgi files
B
Planet Z
12-27-2001, 06:48 PM
You may have a global alias setup for cgi-bin
Check Apache for something like:
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
Do this.. Make a directory called "cgi-bin" in your public_html directory or htdocs or www directory. Move all of your CGI files to that directory. Edit the CGI's so that the path is correct for /home/username/public_html/cgi-bin and make sure the permissions "755" on the CGI's are correct. I bet that will fix it. I am sure your host probably just screwed up with the ScriptAlias as described above, but this fix wont require you to wait on them to fix it :).