Re: [us...@httpd] apache 2.2.10 can't use VirtualHost with SSL

2010-07-28 Thread Buddy wu
oost de Heer > On Wed, July 28, 2010 8:39 am, Buddy wu wrote: > > hi,tanks joost > > but It won't work for your correction of the configuration file. > > removed the hash > > and correct the name > > but also can't work > > Did you check the error log

Re: [us...@httpd] apache 2.2.10 can't use VirtualHost with SSL

2010-07-27 Thread Buddy wu
hi,tanks joost but It won't work for your correction of the configuration file. removed the hash and correct the name but also can't work 2010/7/28 Joost de Heer > On Wed, July 28, 2010 4:01 am, Buddy wu wrote: > > the file is the initial one which build at installation. h

Re: [us...@httpd] apache 2.2.10 can't use VirtualHost with SSL

2010-07-27 Thread Buddy wu
I have but the two directives (VirtualHost and SSL related) can't be use together in my machine 在 2010年7月23日 下午4:32,Simone Caruso 写道: > On 23/07/2010 08:50, Buddy wu wrote: > > my environment is windows server 2003 and apache 2.2.10 > > > > if I use VirtualHost dire

Re: [us...@httpd] apache 2.2.10 can't use VirtualHost with SSL

2010-07-27 Thread Buddy wu
icateChainFile "D:/tools/OpenSSL/bin/GeoKCA/cacert.pem" #SSLCACertificateFile "D:/tools/OpenSSL/bin/GeoKCA/cacert.pem" #SSLCARevocationPath "D:/tools/OpenSSL/bin/GeoKCA/crl/" #SSLCARevocationFile "D:/tools/OpenSSL/bin/GeoKCA/crl/GeoK.crl" #SSLVerifyClient none

[us...@httpd] apache 2.2.10 can't use VirtualHost with SSL

2010-07-22 Thread Buddy wu
my environment is windows server 2003 and apache 2.2.10 if I use VirtualHost director in httpd.conf without SSL support, Apache can startup and servering request. but when I enable SSL,like use "SSLEngine on" directive, and enable Virtual host together , apache can't startup, it saids " The reques

Re: [us...@httpd] can it log who login the site with certificate in apache?

2009-04-30 Thread Buddy wu
yes, thank you very much! 2009/4/30 Sean Conner > It was thus said that the Great Buddy wu once stated: > > when setup apache using ssl, and require a client certificate to login, > > then in apache's logfile. can log the user who access the website with > > certific

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-30 Thread Buddy wu
2009/4/30 Sean Conner > It was thus said that the Great Krist van Besien once stated: > > On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote: > > > I use apache with ssl and require client cert. how to let the user know > he > > > shouldrequest a cert? now when a pe

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-30 Thread Buddy wu
2009/4/30 Eric Covener > On Wed, Apr 29, 2009 at 8:54 PM, Buddy wu wrote: > > en, but it don't response as a http response error code. not like 404 or > > 5000 or other likes . it just like the network is broken. > > Try making it optional, and use mod_rewrite to p

[us...@httpd] can it log who login the site with certificate in apache?

2009-04-30 Thread Buddy wu
when setup apache using ssl, and require a client certificate to login, then in apache's logfile. can log the user who access the website with certificate? and which certificate he use, like name, email etc.thanks alog -- blog

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-29 Thread Buddy wu
en, but it don't response as a http response error code. not like 404 or 5000 or other likes . it just like the network is broken. 2009/4/29 Krist van Besien > On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote: > > I use apache with ssl and require client cert. how to let the

[us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-28 Thread Buddy wu
I use apache with ssl and require client cert. how to let the user know he shouldrequest a cert? now when a person without a cert access the site, it only appreas that "the site can't be displayed ,maybe network problem" how to give a hint to user , he should use a cert to access this cert