Controls who can get stuff from this server.

Order allow,deny
    Allow from all
</Directory>

I have looked this up but still do not understand what it means. Does it mean anyone can access my webserver?

Does this line from my >htaccess file override that. Documents is where my website is located.

<Directory   "lhsmarkets.com/Library/WebServer/Documents">
    Order allow,deny
    Deny from all
    Satisfy All
</Directory>


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to