Joshua Slive wrote:
On 3/28/06, Joost de Heer <[EMAIL PROTECTED]> wrote:
David Knecht wrote:
This is probably a rather simple question related to single sign-on to
virtual hosts. Although I did some research I need some advice that
points me to the right direction...
This is the envir
This is probably a rather simple question related to single sign-on to
virtual hosts. Although I did some research I need some advice that
points me to the right direction...
This is the environment:
Virtual host A; Allowed users: administrator, user_a
Virtual host B; Allowed users: administra
McNutt wrote:
At 18:51 +0100 1/24/06, David Knecht wrote:
My question: I would like to configure Apache 2.0.52 for Linux to read the file
/xxx/yyy/zzz/file instead of /aaa/bbb/../ccc/file whenever /aaa/bbb/../ccc/file
is read.
Does apache follow symbolic links? It surely follows hard links if the
This is probably an easy one but I did not find a solution so far:
A cgi script is trying to read the file /aaa/bbb/../ccc/file. As this
file does not exist on the server, error_log reports this error message:
[Tue Jan 24 18:44:52 2006] [error] [client 192.168.94.1] Can't access
file /aaa/bbb
Joshua,
I just found that I was trying to use symbolic links for something they
cannot be used for. I am using rewrite rules instead now.
Thanks anyway for your answer.
David
Joshua Slive wrote:
On 1/20/06, David Knecht <[EMAIL PROTECTED]> wrote:
I would like to configure Apache 2.0
I would like to configure Apache 2.0.52 on Linux to follow symbolic
links to directories.
The directory names I am using are defined as symbolic links on the file
system. The "FollowSymLinks" parameter is configured in httpd.conf.
According to /var/log/httpd/error_log the symbolic links are f