|
Dear all: I have the following lines in my httpd.conf file: ------------- ScriptAlias /cgi-bin/ “/usr/local/cgi-bin/” <Directory “/usr/local/cgi-bin”> Options
+ExecCGI AllowOverride
All </Directory> ------------------ However, I happen to have some .html files inside the
/cgi-bin/ directory (it’s how the code is written). I found that whenever I try to access
the .html files in this directory I would get “500 Internal Server Error”. How can I fix this problem? I think this should be a pretty common
one, right? Thanks very much in advance, Patrick |
