I just installed OpenBSD 3.2 and am running the default install of Apache(1.3.26) on the server. When I try to access the test-cgi script, or any other script for that matter, in my cgi-bin directory I get a "500 Internal Server Error."
I can run the test-cgi script at the shell prompt and it returns the information just fine. At this point I have not touched the httpd.conf file except to look in it to make sure the CGI stuff is configured...which as far as I can tell it is.
ScriptAlias /cgi-bin/ "/var/
<Directory "/var/ AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Maybe I have permissions set wrong? I'm pretty much of an Apache newb so any help is appreciated.
Thanks,
Matt
I can run the test-cgi script at the shell prompt and it returns the information just fine. At this point I have not touched the httpd.conf file except to look in it to make sure the CGI stuff is configured...which as far as I can tell it is.
ScriptAlias /cgi-bin/ "/var/
<Directory "/var/ AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Maybe I have permissions set wrong? I'm pretty much of an Apache newb so any help is appreciated.
Thanks,
Matt