Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Foo JH
Very good tip. Thanks for sharing. apache -k config -D SSL Or just upgrade to 2.2 where the silly -D SSL thing is gone. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Issac Goldstand
It sets a definition that blocks in the config can pick up. Issac Eben wrote: > Hi thanks, > > Dumb question coming up: > > What exactly is the significance of the -D flag? I never was able to > find any descriptions of what this represented... > > Eben > > William A. Rowe, Jr. wrote: >>

Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Eben
Hi thanks, Dumb question coming up: What exactly is the significance of the -D flag? I never was able to find any descriptions of what this represented... Eben William A. Rowe, Jr. wrote: Eben wrote: Just thought I'd post the answer to this in case anyone else ever runs into this issue

Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Joshua Slive
On 6/5/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Eben wrote: > Just thought I'd post the answer to this in case anyone else ever runs > into this issue. The solution to setting the apache windows service > with the SSL flag was: > > apache -k uninstall > apache -D SSL -k install The s

Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread William A. Rowe, Jr.
Eben wrote: > Just thought I'd post the answer to this in case anyone else ever runs > into this issue. The solution to setting the apache windows service > with the SSL flag was: > > apache -k uninstall > apache -D SSL -k install The shorthand is apache -k config -D SSL --

Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Eben
Just thought I'd post the answer to this in case anyone else ever runs into this issue. The solution to setting the apache windows service with the SSL flag was: apache -k uninstall apache -D SSL -k install Eben wrote: I've setup apache 2.0.59 with openssl 0.9.8d. I've configured one vhost

[EMAIL PROTECTED] started windows service with SSL

2007-06-02 Thread Eben
I've setup apache 2.0.59 with openssl 0.9.8d. I've configured one vhost on port 443 with the necessary SSL directives. If I start apache as a service, everything works fine, but I am unable to resolve the https url. If I go into the apache bin directory, and do: apache -D SSL, then apache sta