On Tue, Nov 08, 2005 at 02:25:03PM -0700, Dan Trainor wrote:
> Curt Zirzow wrote:
> > On Tue, Nov 08, 2005 at 01:36:24PM -0700, Dan Trainor wrote:
> >>...
> >>
> >><VirtualHost 192.168.1.51>
> >>        DocumentRoot /var/www/virtual
> >>...
> >>        # begin dan's protected directory stuff
> >>        <Directory /demo/protected>
> >>                php_value auto_prepend_file /absolute/path/to/file.php
> >>        </Directory>
> >></VirtualHost>
> > 
> > 
> > I believe you want to use <Location> instead. The Directory path is
> > never going to be seen since your files are over in /var, and your
> > prepend is waiting for something in /demo
> ...
> 
> So a Directory container's specification is never relative to the
> DocumentRoot?  It's my understanding that it is.

Well, perhaps not never:

  <Directory demo/protected>

might work, but it is rather less implicit on where this directory
is being considered from. 


Curt.
-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to