I can't offer an answer but I can point you to some external resources.  Hopefully 
they help.
http://httpd.apache.org/docs-2.0/mod/core.html#directory
http://httpd.apache.org/docs-2.0/mod/core.html#options

Edward Dudlik
"Those who say it cannot be done
should not interrupt the person doing it."

wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU



----- Original Message ----- 
From: "dorgon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, 24 October, 2003 06:21
Subject: [PHP] apache specific


hi folks,

i know it's not really php specific, but i think, you guys are the right 
ones to address anyhow

i've been struggling all the evening with the followsymlinks option in 
httpd.conf. i've already used it before and it always worked... since i 
installed the gentoo distro last days. i compiled an apache 2.0.47 by my 
own (no gentoo "ebuild") and php 5 beta (that wouldn't have influence 
anyhow on the symlink feature).

does anybody know bugs or some hint, why it doesn't work, even the 
settings MUST be correct?!

my httpd.conf looks like this:

<snip>

...blah blah blah...

<Directory />
     Options FollowSymLinks
     AllowOverride None
</Directory>


...blah...blah...

<Directory "/usr/local/httpd/htdocs">
   Options Indexes FollowSymLinks
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

...
</snip>

as u can see, there's always the option enabled... I'm tired now gn8

/dorgon

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

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

Reply via email to