Re: [EMAIL PROTECTED] Re: Single Sign-On to Virtual Hosts

2006-03-29 Thread David Knecht
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

[EMAIL PROTECTED] Single Sign-On to Virtual Hosts

2006-03-28 Thread David Knecht
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

Re: [EMAIL PROTECTED] Some kind of "file name mapping"

2006-01-25 Thread David Knecht
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

[EMAIL PROTECTED] Some kind of "file name mapping"

2006-01-24 Thread David Knecht
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

Re: [EMAIL PROTECTED] Follow symbolic links: report symbolic link names vs. real names

2006-01-21 Thread David Knecht
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

[EMAIL PROTECTED] Follow symbolic links: report symbolic link names vs. real names

2006-01-20 Thread David Knecht
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