Article:
 |
|
Apache Web-Serving with Mac OS X: Part 2
|
| Subject: |
|
test-cgi causes Internal Server Error |
| Date: |
|
2002-04-03 15:43:33 |
| From: |
|
danastasi
|
Response to: test-cgi causes Internal Server Error
|
|
OK. I'm no expert, but here's an answer:
That error will only occur if you start apache while logged in to the terminal. Sometimes when starting a daemon from the terminal, OS X will "forget" who started it and/or where. This will happen with daemons other than Apache, too. I've had the same problem with MySQL.
One solution is to make sure that the Apache daemon is being launched on startup, not from the Terminal.
|
Showing messages 1 through 2 of 2.
-
test-cgi causes Internal Server Error
2002-04-06 14:27:33
scottfeldstein
[View]
-
test-cgi causes Internal Server Error
2002-04-06 14:28:50
scottfeldstein
[View]
Oddly, I changed the include to trigger "printenv" and it worked fine. It was really puzzling.
You already know the end of the story. I read the above comments and restarted my server. Works like a charm now. Thanks guys.