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

2010-07-28 Thread Buddy wu
yes . the error logs have two format 1.The Apache service named reported the following error: >>> httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.16.64 for ServerName . which I just remove the hash of "# SSLEngine on" 2.The Apache service named

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

2010-07-28 Thread Joost 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 and the windows event log? Did you start the service from the command line

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. here it is > > [snip] >

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

2010-07-27 Thread Joost de Heer
On Wed, July 28, 2010 4:01 am, Buddy wu wrote: > the file is the initial one which build at installation. here it is [snip] > #LoadModule ssl_module modules/mod_ssl.so [more snip] SSL module is commented out, so SSL won't work. Remove the hash. > NameVirtualHost *:8443 > Keep the arguments to

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 director in httpd.conf without

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

2010-07-27 Thread Buddy wu
the file is the initial one which build at installation. here it is # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. # See http://httpd.apache.org/docs/2.2> for detailed information. # In particular, see

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

2010-07-23 Thread aparna aryan
hi Buddy, Can u paste your httpd.conf file...? 2010/7/23 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 director in httpd.conf without SSL support, Apache > can startup and servering request. > > but

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

2010-07-23 Thread 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 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 tog

[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