| Article: |
Apache Web-Serving with Mac OS X: Part 2 | |
| Subject: | restarting Apache | |
| Date: | 2001-12-25 13:10:56 | |
| From: | philocon | |
|
Response to: restarting Apache
|
||
|
By entering "httpd -t" I get:
|
||
Showing messages 1 through 2 of 2.
-
restarting Apache
2001-12-25 16:06:09 Morbus Iff |
[View]
-
restarting Apache
2001-12-26 04:39:05 philocon [View]
Everything works fine now! Many thanks!
I made a rather embarassing mistake:
"Includes Options ... "
I' m learning a lot right now. It's quite hard work, and it's really exciting. - I'm looking forward to your next article.
Alban



In my own httpd.conf, right around that area, I see:
Options Includes Indexes FollowSymLinks MultiViews
If, however, I incorrectly make that line:
Options
Includes Indexes FollowSymLinks MultiViews
Then I get the same error that you're seeing.