Re: [us...@httpd] allow client certs as alternative to basic auth

2010-10-16 Thread Igor Galić
- "André Pinto" wrote: > exist any solution? Not yet. At least not that I know of (I've emptied my local mailbox :) Take a look at: http://marc.info/?l=apache-httpd-dev&w=2&r=1&s=fakebasicauth&q=b i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brain

Re: [us...@httpd] allow client certs as alternative to basic auth

2010-10-16 Thread André Pinto
exist any solution? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from th

Re: [us...@httpd] allow client certs as alternative to basic auth

2010-10-16 Thread Igor Galić
- "André Pinto" wrote: > > why when the user put a valid certificate the server still asking > user > > name and > > password?? Because "Satisfy any", in fact, doesn't. dev@ is looking into making this an option. > > > > # Inside the subarea any Intranet access is allowed > > # but f

[us...@httpd] allow client certs as alternative to basic auth

2010-10-16 Thread André Pinto
why when the user put a valid certificate the server still asking user name and password?? # Inside the subarea any Intranet access is allowed # but from the Internet only HTTPS + Strong-Cipher + Password # or the alternative HTTPS + Strong-Cipher + Client-Certificate # If HTTPS is u

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-16 Thread Néstor
And u restarted Apache? On Oct 15, 2010 11:37 PM, "Stefan Dürrenberger" wrote: Am Freitag, den 15.10.2010, 18:12 -0700 schrieb Néstor: > See if you have a .htaccess and take a look at it, it might have > default information > in this f... I removed all .htaccess files already :-) --

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-16 Thread Joost de Heer
Action php4-cgi /php4cgi/php AddType php4-cgi .php4 .php Action application/x-httpd-php4 /php4cgi/php AddType application/x-httpd-php4 .php4 .php Joost - The official User-To-User support forum of the Apache HTTP Ser

Re: [us...@httpd] Looking for a superminimalist configuration for serving static pages only.

2010-10-16 Thread Igor Galić
- "Appache Lion" wrote: > Hey, all! > > This is my first post to the list and before anything else, I would > like to applaud everyone in the community for their great > contributions and the wonderful software they develop. Thank you very much, it's always great to hear such feedback. >

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-16 Thread Igor Galić
- "Stefan Dürrenberger" wrote: > Am Freitag, den 15.10.2010, 15:06 -0600 schrieb Brian Hirt: > > Maybe you can run a different apache process with the version of PHP > you need on a different port and use mod_rewrite/mod_proxy from the > public apache? > > It would work, but it seems compli

RE: [us...@httpd] search url with mod_proxy_html & replace it another

2010-10-16 Thread Tushar Chavan
Hi Joost, Replacement of srmdev by srmdevarp02 it not wokring. No more information in error log. Best Regards, Tushar. > Date: Sat, 16 Oct 2010 12:35:17 +0200 > From: jo...@sanguis.xs4all.nl > To: users@httpd.apache.org > Subject: Re: [us...@httpd] search url with mod_proxy_html & replac

[us...@httpd] Looking for a superminimalist configuration for serving static pages only.

2010-10-16 Thread Appache Lion
Hey, all! This is my first post to the list and before anything else, I would like to applaud everyone in the community for their great contributions and the wonderful software they develop. I've been playing around with Apache 2.2.16 locally on my Windows PC for the last few weeks, and being the

Re: [us...@httpd] search url with mod_proxy_html & replace it another

2010-10-16 Thread Joost de Heer
On 10/16/2010 09:15 AM, Tushar Chavan wrote: Hi Experts, But its not working "It's not working" isn't an error message. What doesn't work? What should it do? Is there anything in the error log? Joost - The official User-To-