[us...@httpd] Authentication question: user OR group

2010-09-25 Thread swm38 swm38
Hello, I've set up ldap authentication and would like to allow access to all users in groupA and another user userA (not part of the group). Require user userA Require ldap-group groupA Satisfy any This doesn't work, it accepts any user. From looking at the documentation, it seems like this

Re: [us...@httpd] Authentication question: user OR group

2010-09-25 Thread Nick Kew
On 25 Sep 2010, at 08:14, swm38 swm38 wrote: Hello, I've set up ldap authentication and would like to allow access to all users in groupA and another user userA (not part of the group). Require user userA Require ldap-group groupA Satisfy any This doesn't work, it accepts any user.

Re: [us...@httpd] Authentication question: user OR group

2010-09-25 Thread swm38 swm38
2010/9/25, Nick Kew n...@webthing.com: The concept you're looking for is Authoritative authorization (you need to turn it Off to use more than one Require with OR logic). I tried setting AuthzLDAPAuthoritative off, without success, it's still AND logic (group and user must match). Reading the

[us...@httpd] rewrite rules and allowoverride with mass vhost

2010-09-25 Thread Richard Riley
Hi, Hopefully a simple Q as I am running around in circles a little bit. I wish to use mass vhosts. I would like all sites to share a common codebase/page repository - in this case lib which is a symbolic link elsewhere. Each site has its own custom, db and images directories. I can get these

[us...@httpd] Re: rewrite rules and allowoverride with mass vhost

2010-09-25 Thread Richard Riley
Richard Riley rile...@gmail.com writes: So I added the rewrite rules below but they are not triggering. As you see I tried debugging but I am getting nothing into the log file. This is now fixed. I had to create a .htaccess file and place rewrite rules in there. I dont know why it didnt work

[us...@httpd] ErrorLevel doesn't work ?

2010-09-25 Thread Julien Jabouin
Hello, I have Apache/2.2.9 (Debian) with apache2.conf extract : ErrorLog /var/log/apache2/error.log LogLevel warn But when i watch my log file i see notice messages. Do you know why ? Thanks, Julien - The official

Re: [us...@httpd] ErrorLevel doesn't work ?

2010-09-25 Thread Eric Covener
On Sat, Sep 25, 2010 at 7:19 AM, Julien Jabouin chatlumo@gmail.com wrote: Hello, I have Apache/2.2.9 (Debian) with apache2.conf extract : ErrorLog /var/log/apache2/error.log LogLevel warn But when i watch my log file i see notice messages. The manual says: When logging to a regular

[us...@httpd] ${path} variable

2010-09-25 Thread MikeB
Can anyone please tell me where this variable is defined? I see it in the httpd.conf file but I can't find where it is defined. Thanks. - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] ${path} variable

2010-09-25 Thread Eric Covener
On Sat, Sep 25, 2010 at 2:11 PM, MikeB mpbr...@gmail.com wrote: Can anyone please tell me where this variable is defined? I see it in the httpd.conf file but I can't find where it is defined. It's probably defined in whatever shell invoked apachectl/httpd/whatever. Real environment variables

[us...@httpd] Re: ${path} variable

2010-09-25 Thread MikeB
Eric Covener wrote: On Sat, Sep 25, 2010 at 2:11 PM, MikeBmpbr...@gmail.com wrote: Can anyone please tell me where this variable is defined? I see it in the httpd.conf file but I can't find where it is defined. It's probably defined in whatever shell invoked apachectl/httpd/whatever. Real