Looks simillar to mine, except for the ErrorDocument 403 directive I don't
have, the Options All +Indexes under the Directory tag, the location of
where my Document root is, and the AllowOverride All instead of None.
I tried using a httpd.conf file from one of my other working servers
(10.4.10) but it didn't help either.
See mine below:
<VirtualHost *:80>
ServerName courses.phrd.ab.ca
ServerAdmin email@hidden
DirectoryIndex "index.html" "index.php"
CustomLog '|/usr/sbin/rotatelogs "/var/log/httpd/access_log" 604800' "%h
%l %u %t \"%r\" %>s %b"
<Directory "/Library/WebServer/Documents/">
Options All -Indexes +ExecCGI +Includes +MultiViews
<IfModule mod_dav.c>
DAV Off
</IfModule>
AllowOverride None
</Directory>
ErrorLog '|/usr/sbin/rotatelogs "/var/log/httpd/error_log" 604800'
ErrorDocument 404 /error.html
LogLevel debug
<IfModule mod_ssl.c>
SSLCertificateFile "/etc/certificates/Default.crt"
SSLEngine Off
SSLCipherSuite "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL"
SSLLog "/var/log/httpd/ssl_engine_log"
SSLCertificateKeyFile "/etc/certificates/Default.key"
</IfModule>
<IfModule mod_dav.c>
DAVLockDB "/var/run/davlocks/.davlockany_80_default"
DAVMinTimeout 600
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [F]
RewriteCond %{REQUEST_METHOD} ^TRACE
</IfModule>
<IfModule mod_alias.c>
</IfModule>
DocumentRoot "/Library/WebServer/Documents/"
ServerAlias *
# Include "/etc/httpd/httpd_squirrelmail.conf"
</VirtualHost>
Andreas Schmuck <email@hidden> writes:
>This is an working config of my iCal demo server installation.
>
>
><VirtualHost 192.168.1.100:80>
> ServerAdmin email@hidden
> ServerName ical.mydomain.at
> DocumentRoot "/export/htdocs/iCal"
> DirectoryIndex "index.html" "index.php"
> CustomLog "/var/log/httpd/ical_access_log" "%h %l %u %t \"%r\"
>%>s %b"
> ErrorLog "/var/log/httpd/ical_error_log"
> ErrorDocument 404 /error404.html
> ErrorDocument 403 /error403.html
> <IfModule mod_ssl.c>
> SSLEngine Off
> SSLLog "/var/log/httpd/ssl_engine_log"
> SSLCertificateFile "/etc/certificates/Default.crt"
> SSLCertificateKeyFile "/etc/certificates/Default.key"
> SSLCipherSuite
>"ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL"
> </IfModule>
> <IfModule mod_dav.c>
> DAVLockDB "/var/run/davlocks/.davlockany_80_default"
> DAVMinTimeout 600
> </IfModule>
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteCond %{REQUEST_METHOD} ^TRACE
> RewriteRule .* - [F]
> </IfModule>
> <IfModule mod_alias.c>
> </IfModule>
> LogLevel warn
> <Directory "/export/htdocs/iCal">
> Options All +Indexes +ExecCGI -Includes +MultiViews
> <IfModule mod_dav.c>
> DAV Off
> </IfModule>
> AllowOverride All
> </Directory>
></VirtualHost>
>
Gene Anderson
Systems Analyst, Microsoft Certified Professional
Pembina Hills Regional Division No.7
Phone: (780) 674-8535 ext 6860
email: email@hidden
"Passwords are like bubble gum, strongest when fresh, should never be
used by groups and create a sticky mess when left laying around"
-anon
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden
This email sent to email@hidden