RE: [users@httpd] RewriteCond to select by username FIXED

2013-07-13 Thread Michael D. Berger
> -Original Message- > From: Michael D. Berger [mailto:m.d.ber...@ieee.org] > Sent: Saturday, July 13, 2013 13:12 > To: users@httpd.apache.org > Subject: RE: [users@httpd] RewriteCond to select by username > > > > > -Original Message- > > From: Eric Covener [mailto:cove...@g

RE: [users@httpd] RewriteCond to select by username

2013-07-13 Thread Michael D. Berger
> -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: Saturday, July 13, 2013 12:43 > To: users@httpd.apache.org > Subject: Re: [users@httpd] RewriteCond to select by username > > On Sat, Jul 13, 2013 at 12:41 PM, Michael D. Berger > wrote: > > On my fedora 16

Re: [users@httpd] RewriteCond to select by username

2013-07-13 Thread Eric Covener
On Sat, Jul 13, 2013 at 12:41 PM, Michael D. Berger wrote: > On my fedora 16 box using httpd.x86_64 2.2.21-1.fc16, using SSL, > > I tried: > > > ... >RewriteCond %{REMOTE_USER} ^mike$ >RewriteRule >... > > > and variations thereof. > > My intention is to have the RewriteRule r

[users@httpd] RewriteCond to select by username

2013-07-13 Thread Michael D. Berger
On my fedora 16 box using httpd.x86_64 2.2.21-1.fc16, using SSL, I tried: ... RewriteCond %{REMOTE_USER} ^mike$ RewriteRule ... and variations thereof. My intention is to have the RewriteRule run iff "mike" is logged on. It didn't work. Thanks for your advice. Mike. --

[users@httpd] Denis KWONG is out of the office.

2013-07-13 Thread denis_cw_kwong
I will be out of the office starting 12.07.2013 and will not return until 15.07.2013. If you need urgent assistance, please contact Ms Louisa Ng at 2810 3065. This notice is generated in response to your mail: From: users-digest-h...@httpd.apache.org Subject: users Digest 13 Jul 2013 10:58:5

[users@httpd] cgi-bin Realm Management

2013-07-13 Thread VP
Hi folks. I would like to protect a CGI from peering eyes and am not sure how to do it. Any advice appreciated. I have a vhost box with some web stats I want to publish to authenticated users only. The URL for this is structured like this: http://example.com/cgi-bin/stats.pl?config=alpha htt