[us...@httpd] Configure LDAP authentication group name using script

2008-12-23 Thread Devraj Mukherjee
Hi all, I am using the Require group directive to authenticate my users. Based on the URL I would like the value of the require group to be difference for the site. Is it possible to have a script or DBM file return the list of groups that this directive considers as values? Thanks. -- I never

Re: [us...@httpd] Configure LDAP authentication group name using script

2008-12-23 Thread Eric Covener
On Tue, Dec 23, 2008 at 5:32 AM, Devraj Mukherjee dev...@gmail.com wrote: Hi all, I am using the Require group directive to authenticate my users. Based on the URL I would like the value of the require group to be difference for the site. Is it possible to have a script or DBM file return

Re: [us...@httpd] multiple instances issue in apache

2008-12-23 Thread Eric Covener
On Tue, Dec 23, 2008 at 12:10 AM, ananth desh ananth.d...@gmail.com wrote: Thank Eric Davide, I have tried to start the httpd exec with the -f option , but i get errors 443 is already in use,But i have not mentioned in the conf file that port 443 is listening. Is there Anyway i can

Re: [us...@httpd] Configure LDAP authentication group name using script

2008-12-23 Thread Devraj Mukherjee
Thanks. On Tue, Dec 23, 2008 at 10:52 PM, Eric Covener cove...@gmail.com wrote: On Tue, Dec 23, 2008 at 5:32 AM, Devraj Mukherjee dev...@gmail.com wrote: Hi all, I am using the Require group directive to authenticate my users. Based on the URL I would like the value of the require group to

[us...@httpd] Two _default_, one for port 80 and another for port 443

2008-12-23 Thread David BERCOT
Hi, Is it possible to have two _defaut_ sections in apache2.conf, one for http and another for https ? I've tried something like this : ServerAdmin m...@mondomaine.org ServerName www.mondomaine.org Directory / Options FollowSymLinks AllowOverride AuthConfig /Directory ErrorLog

Re: [us...@httpd] Two _default_, one for port 80 and another for port 443

2008-12-23 Thread Davide Bianchi
David BERCOT wrote: Hi, Is it possible to have two _defaut_ sections in apache2.conf, one for http and another for https ? Well, by definition, the first 'vhost' for port 80 is the default for port 80 (http) and the first one for port 443 is the default for https. So, yes. VirtualHost

[us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-23 Thread Karim Zaki
Guys, Anyone interested in shedding some light here? :) Thanks, Karim From: Karim Zaki Sent: Monday, December 22, 2008 1:41 PM To: users@httpd.apache.org Subject: Using mod_cache to cache URLs matching a regular expression Hello everyone, I find myself in need of a way to cache URLs that

[us...@httpd] LDAP authentication question

2008-12-23 Thread Arkadiy Goykhberg
Our LDAP Active Directory tree looks like this: DC=mycompany,DC=COM -OU=Accounts -OU=Usernames -OU=FinanceAdministration -OU=Generic accounts -OU=Security - -DC=sng,DC=mycompany,DC=com -OU=Singapore Users -DC=uk,DC=mycompany,DC=com -OU=Accounts -OU=Users If I use

Re: [us...@httpd] Two _default_, one for port 80 and another for port 443

2008-12-23 Thread David BERCOT
Le Tue, 23 Dec 2008 16:16:51 +0100, Davide Bianchi dav...@onlyforfun.net a écrit : David BERCOT wrote: I have this error : Restarting web server: apache2[Tue Dec 23 15:59:49 2008] [warn] _default_ VirtualHost overlap on port 443, the first has precedence ... The problem with HTTPS is

Re: [us...@httpd] LDAP authentication question

2008-12-23 Thread Tony Stevenson
Arkadiy, Take a look at this http://httpd.apache.org/docs/trunk/mod/mod_authn_core.html You can create multiple authentication mechanisms, one for each sub-tree perhaps, and then alias them. Cheers, Tony On 23/12/2008 19:49, Arkadiy Goykhberg wrote: Our LDAP Active Directory tree looks

[us...@httpd] Use Apache as proxy to redirect requests

2008-12-23 Thread giovanni.forme...@libero.it
Hi, I have an Apache HTTP Server that must forward requests to another server inside my intranet, for example a request to http://172.10.19.1 /proxy/aaa/bbb/ccc.html (where 172.10.19.1 is the HTTP Server address) must be redirect to http://172.10.19.20/aaa/bbb/ccc.html. What are the

Re: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-23 Thread Eric Covener
On Tue, Dec 23, 2008 at 11:28 AM, Karim Zaki karim.z...@itworx.com wrote: Guys, Anyone interested in shedding some light here? J Nothing you can do directly here, I think. Enable it the basic way, and use SetEnvIf/Rewrite + RequestHeader to make it uncacheable? -- Eric Covener

[us...@httpd] Issue in apache service

2008-12-23 Thread vadi raj
Dear All, I request you peoples to tell me what are the was we can monitor apache (http) process performance. Sometime even though httpd service is running fine, I am not able to see (access) the web site (no error message in any of the log). I need restart the httpd servers to access the web

Re: [us...@httpd] Two _default_, one for port 80 and another for port 443

2008-12-23 Thread Davide Bianchi
David BERCOT wrote: So, if I well understand (I'm not sure ;-))), there can be only one https vhost, no ? You can have as many as you want, *BUT* all of them will use the certificate of the first one. Read the documentation of Apache. Davide -- Military intelligence is a contradiction in