Re: SSL configuration with Apache

2000-07-12 Thread Rick Bushnell
Hi Diana it does not look as if you have installed mod_ssl. httpd -l does not showmod_ssl as it should as a compiled in module. regards Rick Rick Bushnell All the way from San Jose Doing E-Commerce in the USA __ Apache

Re: SSL configuration with Apache

2000-07-12 Thread Naresh Narang
Please do httpd -l and it will show httpd -DSSL httpd -DSSL depending upon how many servers are started. The -DSSL shows up only if SSL is enabled. Also, another way to check whether SSL is enabled is to do: #netstat -na|grep 443 and it should show something like: 0.0.0.0:443 regards,

RE: SSL configuration with Apache

2000-07-11 Thread David Rees
Remember that when you do a "apachectl startssl", it adds the argument -DSSL. So if you do a "httpd -DSSL -l", you should see ssl in there. -Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Diana Moreland Sent: Tuesday, July 11, 2000 8:07 AM

Re: SSL configuration with Apache

2000-07-11 Thread Diana Moreland
Thanks for the suggestion. However, when I did it, I got this: httpd -DSSL -l httpd: illegal option -- D Usage: httpd [-d directory] [-f file] [-v] [-h] [-l] -d directory : specify an alternate initial ServerRoot -f file : specify an alternate ServerConfigFile -v : show version number -h : list

RE: SSL configuration with Apache

2000-07-11 Thread David Rees
Strange, what version of Apache are you using? (httpd -v) -Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Diana Moreland Sent: Tuesday, July 11, 2000 10:45 AM To: [EMAIL PROTECTED] Subject: Re: SSL configuration with Apache Thanks

Re: SSL configuration with Apache

2000-07-11 Thread Diana Moreland
1.3.12 David Rees wrote: Strange, what version of Apache are you using? (httpd -v) -Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Diana Moreland Sent: Tuesday, July 11, 2000 10:45 AM To: [EMAIL PROTECTED] Subject: Re: SSL