Re: limiting directories in a virtual host

2000-01-05 Thread aphro
I have a global deny to all to / (Everywhere) then i specifically have to allow each virtual host, make sure to disable symlinks (or use symlinksifownermatch i think is the directive i strongly sugest not putting any data in a directory that can be accessed by the www server, that is important, i

limiting directories in a virtual host

2000-01-05 Thread Pere Camps
Hi! I've got many directives in my main apache config. Now I've got some VirtualHosts and I want them to be able to access what I want... that is, deny everthing and tell them what they can acces on a per VirtualHost basis. I fond out that I had to make a "deny from all"