| Article: |
Apache Web-Serving with Mac OS X: Part 2 | |
| Subject: | Here's what the error_log says: | |
| Date: | 2002-01-14 15:03:50 | |
| From: | johnkoetsier | |
|
Response to: Problem enabling all .cgi or .pl files
|
||
|
Message:
|
||
Showing messages 1 through 1 of 1.
-
OK, fixed it ...
2002-01-14 15:13:15 johnkoetsier [View]



<Directory "/Library/WebServer/Documents">
I guess it's a bit confusing, since there are a couple of things in httpd.conf that could be seen as overlapping, since I had already allowed CGIs anywhere by uncommenting this:
# AddHandler cgi-script .cgi
(or so I thought).
In any case, I am now up and happily (if insecurely) running. This is only a dev box for playing with, so I'm not too worried.
Thanks again for the article!