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



Reply via email to