| Article: |
Apache Web Serving with Jaguar, Part 2 | |
| Subject: | I too am having trouble with the SSI's | |
| Date: | 2004-06-22 22:19:15 | |
| From: | UrbanDerelict | |
|
I'm also having troubles using those SSI's, my home page shows the 'Gleefully served' text but doesn't show any of the stats I saw when I ran the test-cgi.
|
||
Showing messages 1 through 1 of 1.
-
Hopefully this will help
2006-07-15 19:54:55 jahuda [View]



The tutorial tells you to search for "Library/WebServer/Documents" in the httpd.conf file, and that the second one is the line you want. Well, you have to remember that he is working without all the commented lines that your httpd.conf file probably has.
Instead, search for the line (it'll be your first result)
Directory "/Library/WebServer/Documents"
Make sure the line you are looking at does not say
Directory "/Library/WebServer/Documents/manual
That screwed me up the first time around. Anyway, underneath you'll see some commented lines, and then the "Options" line. Add the word, "Includes," so that it looks like this
Options Indexes FollowSymLinks MultiViews Includes
I hope that helps!