Mac OSX, Apache and SSI-problems
Hi,I apologize if this is completely off-topic, wrong forum or simply too stupid. But I would be happy for some advice from server buffs:
I'm building websites on my Mac (OS 10.2.8) and for a long time, I've been thinking about using the Apache server that's included in the system when checking sites during development instead of uploading to a remote host time after time.
So, I started Apache, and by login in as root, I have changed the "httpd-conf" to parse .shtml files since I have a javascript powered menu that's requested by SSI.
Now I can vew the pages OK, but the include doesn't show up, and I have no idea what to do or what's causing this since I'm an absolute idiot when it comes to things like this.
In the Apache's log it says:
Processing config directory: /private/etc/httpd/users
Processing config file: /private/etc/httpd/users/danne.conf
[Sun Jun 13 18:59:50 2004] [notice] Apache/1.3.29 (Darwin) configured -- resuming normal operations
[Sun Jun 13 18:59:50 2004] [notice] Accept mutex: flock (Default: flock)
By that, I understood that there's another config file (danne.conf). "danne" is me and my admin account.
In that file, all there was was this:
<Directory "/Users/danne/Sites/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Can someone here help or give suggestions or at least point me to a tutorial that's designed for eggheads like me?
TIA
D