You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ou...@centrum.cz on 2002/02/04 20:38:47 UTC

RE: SSI doesn't work (1.3.23)

> > Hello,
> > > <VirtualHost our_ip_here>
> > ...
> > > </VirtualHost>
> > > <Directory />
> > >     AllowOverride       All
> > >     Options Includes
> > > </Directory>
> > >
> By the way,  what he means is that you have your ENTIRE FILE SYSTEM
> available to the public on your web server.

No really no !

But <directory /> means whole fs starting at DocumentRoot of that
VirtualHost.
Or <Directory /> means filesystem's /  ??


Roman



---------------------------------------------------------------------
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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: SSI doesn't work (1.3.23)

Posted by Joshua Slive <jo...@slive.ca>.
> From: outbound@centrum.cz [mailto:outbound@centrum.cz]

>
> But <directory /> means whole fs starting at DocumentRoot of that
> VirtualHost.
> Or <Directory /> means filesystem's /  ??

<Directory> always refers to the filesystem, so <Directory /> always refers
to the filesystem root.  <Location> refers to the webspace (ie, the
documentroot).

Joshua.


---------------------------------------------------------------------
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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org