Re: [us...@httpd] mod_rewrite Redirection ignoring the explicite code

2010-05-07 Thread Karsten Bräckelmann
Please do Cc me on every reply. I'm subscribed to the allow post list, but I am not subscribed to receive list posts. Can't stand yet another mailing list at this point, just for one thread. > > "A dash indicates that no substitution should be performed (the > > existing path is passed through

Re: [us...@httpd] mod_rewrite Redirection ignoring the explicite code

2010-05-07 Thread Eric Covener
On Fri, May 7, 2010 at 6:48 PM, Karsten Bräckelmann wrote: >  "A dash indicates that no substitution should be performed (the >  existing path is passed through untouched). This is used when a flag >  (see below) needs to be applied without changing the path." > > Applying an R=301 flag in my cas

Re: [us...@httpd] mod_rewrite Redirection ignoring the explicite code

2010-05-07 Thread Karsten Bräckelmann
On Sat, 2010-05-08 at 00:15 +0200, Karsten Bräckelmann wrote: > Thanks Igor and Eric for your help. :) However, I'm not convinced > that's the cause here. Below is a bare minimum example that shows the > weird behavior I started with... Sorry for replying to myself. Below is some more fodder gene

[us...@httpd] JuHun J Ryu is out of the office.

2010-05-07 Thread Juhun . J . Ryu
I will be out of the office starting 05/07/2010 and will not return until 05/08/2010. I will be out of office for Success Rx in Pasadena. For Health Education, please call ext 3018. For Conference Room Scheduling, please call ext 2663. Thank you

Re: [us...@httpd] mod_rewrite Redirection ignoring the explicite code

2010-05-07 Thread Karsten Bräckelmann
Thanks Igor and Eric for your help. :) However, I'm not convinced that's the cause here. Below is a bare minimum example that shows the weird behavior I started with... On Fri, 2010-05-07 at 09:34 +1000, Igor Cicimov wrote: > Your 301 rule is wrong. As i said it should match the URI parth > meani

Re: [us...@httpd] Authenticating Apache against multiple groups in LDAP

2010-05-07 Thread Rodrigo Montenegro
Thanks, Eric! You saved my life! Rodrigo Montenegro de Oliveira On Fri, May 7, 2010 at 17:04, Eric Covener wrote: > On Fri, May 7, 2010 at 4:00 PM, Rodrigo Montenegro > wrote: > > Hey Guys! > > > > I have the following scenario. I want to authentica

Re: [us...@httpd] Authenticating Apache against multiple groups in LDAP

2010-05-07 Thread Rodrigo Montenegro
Yeah James, I thought that too, but the groups are a bit different for other urls. Rodrigo Montenegro de Oliveira On Fri, May 7, 2010 at 17:06, James Zuelow wrote: > > >From: Rodrigo Montenegro [mailto:montenegr...@gmail.com] > >Sent: Friday, 07 May,

RE: [us...@httpd] Authenticating Apache against multiple groups in LDAP

2010-05-07 Thread James Zuelow
>From: Rodrigo Montenegro [mailto:montenegr...@gmail.com] >Sent: Friday, 07 May, 2010 12:00 >To: users@httpd.apache.org >Subject: [us...@httpd] Authenticating Apache against multiple groups in LDAP >Hey Guys! >I have the following scenario. I want to authenticate and au

Re: [us...@httpd] Authenticating Apache against multiple groups in LDAP

2010-05-07 Thread Eric Covener
On Fri, May 7, 2010 at 4:00 PM, Rodrigo Montenegro wrote: > Hey Guys! > > I have the following scenario. I want to authenticate and authorize users in > a Apache server against an LDAP server. > The things is that there is so a need to make this authorization checking up > if the user is in one of

[us...@httpd] Authenticating Apache against multiple groups in LDAP

2010-05-07 Thread Rodrigo Montenegro
Hey Guys! I have the following scenario. I want to authenticate and authorize users in a Apache server against an LDAP server. The things is that there is so a need to make this authorization checking up if the user is in one of many groups. The question is: is that possible? If it is, how can I m

RE: [us...@httpd] IP based redirect with mod_rewrite

2010-05-07 Thread Priya Vadlakonda (Contractor)
Igor Never mind I was looking at the incorrect log snippet. I should have been sleeping then… 128.48. - - [06/May/2010:17:37:02 --0700] [sseqa.ucop.edu/sid#8117f48][rid#a20d2a0/initial] (1) pass through /* 128.48. - - [06/May/2010:17:37:02 --0700] [sseqa.ucop.edu/sid#8117f48][rid#a2

Re: [us...@httpd] Redirect question

2010-05-07 Thread John . C . Kennedy
Igor Cicimov wrote on 05/07/2010 01:39:59 AM: > Igor Cicimov > 05/07/2010 01:39 AM > > Please respond to > users@httpd.apache.org > > To > > users@httpd.apache.org > > cc > > Subject > > Re: [us...@httpd] Redirect question > > Another possible solution I can think of: > > NameVirtualHos

[us...@httpd] SSLVerifyClient problem

2010-05-07 Thread Hugo Gomes
Hi, I have an httpd server installed and configured with certificates. My server certificate was changed, because some apps we have, the server certifcate was made as a server certificate and client certificate. You can see it when i made: #openssl x509 -text -in

Re: [us...@httpd] apxs: not found

2010-05-07 Thread Sakthi Esakiappan
Hi Tapan, I could notice there is space missing in the first line between # and ! *#!/usr/local/bin/perl -w* it should be *# !/usr/local/bin/perl -w *so only I want you delete the entire line, have a try with it and let me know the output. On 7 May 2010 18:03, Tapan Maheshwari wrote: > Hi Sak

Re: [us...@httpd] apxs: not found

2010-05-07 Thread Eric Covener
> # PATH=$PATH:/usr/local/apache2/bin:/usr/local/bin/ > # export $PATH > > > Still i get the same error "./apxs: not found " Why are you prefixing the command with "./" if you're also adding it to your PATH? Is it even in your working directory? -- Eric Covener cove...@gmail.com -

Re: [us...@httpd] apxs: not found

2010-05-07 Thread Tapan Maheshwari
Hi Sakthi,Thanks very much for you time and information, i have followed following steps:1. executed this command in the shell # PATH=$PATH:/usr/local/apache2/bin:/usr/local/bin/ # export $PATH 2.changed the permissions for apxs to 755 3. perl was already installed (checked with command  $ which

[us...@httpd] Problem in disabling HTTP OPTIONS method

2010-05-07 Thread yogeen honnavar
Dear users, We tried to disable HTTP options method in our apache server(version httpd-2.0.63). We have added the following lines in httpd.conf : order deny,allow deny from all LimitExcept> But when we test for OPTIONS method, it is still available as shown below