Joshua Slive wrote:
On 5/16/06, Mark McCulligh <mmcculli@xxxxxxxxxxxxx> wrote:What should it look like? I have a default Directory set to Deny all (Install default) <Directory /> Options FollowSynLinks AllowOverride None Order deny, allow Deny from all </Directory> I then have my Virtual Host websites in the folder /www and made this directory available. <Directory "/www"> Options -Indexes FollowSyncLinks AllowOverride None Order Allow, deny Allow from all </Directory>There is still no "FollowSyncLinks" option. You mean "FollowSymLinks". You do not need the "-Indexes" part. If indexes is not present on the line, then they are turned off (as long as the other options on the line do not use +/-). The <Directory /www> is correct only if /www is a directory off the root of your filesystem. In other words, you can get there by going "cd /www" at the unix prompt. Joshua.
Thanks Joshua for your help. I think I got it figure out now.
---------------------------------------------------------------------The official User-To-User support forum of the Apache HTTP Server Project.See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx