Originally posted by: bob4432
does the conf file really change a lot? the issue is is that i have apache set up and tweaked running with about 5 sites w/php/mysql. i am trying to make the setup i have ssl capable. therein lies the problem - i need to move my data to the new config file but since they are so long i don't want to miss anything....
Originally posted by: screw3d
Originally posted by: bob4432
does the conf file really change a lot? the issue is is that i have apache set up and tweaked running with about 5 sites w/php/mysql. i am trying to make the setup i have ssl capable. therein lies the problem - i need to move my data to the new config file but since they are so long i don't want to miss anything....
All SSL related conf are in ssl.conf.. there isn't much that you need to change in httpd.conf itself other than adding the directives for mod_ssl module.
On my Windows development server, I need to run "apache -D SSL" to activate SSL.. but your might have it setup another way..
Originally posted by: bob4432
Originally posted by: screw3d
Originally posted by: bob4432
does the conf file really change a lot? the issue is is that i have apache set up and tweaked running with about 5 sites w/php/mysql. i am trying to make the setup i have ssl capable. therein lies the problem - i need to move my data to the new config file but since they are so long i don't want to miss anything....
All SSL related conf are in ssl.conf.. there isn't much that you need to change in httpd.conf itself other than adding the directives for mod_ssl module.
On my Windows development server, I need to run "apache -D SSL" to activate SSL.. but your might have it setup another way..
thanks for the info, i am currently running the setup from this site - http://www.devside.net/ on my main rig for testing and am trying to set stuff up so that i can move whatever files i need to to my server machine and then modify my conf file so it works with ssl. i guess the interesting part is how i will start the server with ssl support or if it will do it automatically whenever it gets a https request. this is an areay that i am not at all familiar with. i probably need to see how apache is set to turn on with the http://www.devside.net/ setup....
one bonus is that my isp doesn't block outgoing port 443 so i don't need to run it to another port like i do with the regular http server
EDIT: i found that the setup i have on my test mahcine starts apache with the switch -k runservice guess i need to see what exactly that does
Originally posted by: screw3d
Originally posted by: bob4432
Originally posted by: screw3d
Originally posted by: bob4432
does the conf file really change a lot? the issue is is that i have apache set up and tweaked running with about 5 sites w/php/mysql. i am trying to make the setup i have ssl capable. therein lies the problem - i need to move my data to the new config file but since they are so long i don't want to miss anything....
All SSL related conf are in ssl.conf.. there isn't much that you need to change in httpd.conf itself other than adding the directives for mod_ssl module.
On my Windows development server, I need to run "apache -D SSL" to activate SSL.. but your might have it setup another way..
thanks for the info, i am currently running the setup from this site - http://www.devside.net/ on my main rig for testing and am trying to set stuff up so that i can move whatever files i need to to my server machine and then modify my conf file so it works with ssl. i guess the interesting part is how i will start the server with ssl support or if it will do it automatically whenever it gets a https request. this is an areay that i am not at all familiar with. i probably need to see how apache is set to turn on with the http://www.devside.net/ setup....
one bonus is that my isp doesn't block outgoing port 443 so i don't need to run it to another port like i do with the regular http server
EDIT: i found that the setup i have on my test mahcine starts apache with the switch -k runservice guess i need to see what exactly that does
I see that DevSide is using Apache 2.2.3.. I'm not sure if that's a problem because most people are still using 1.3.x or 2.0.x. You might have trouble finding binaries for the Apache modules.. unless of course, you can compile those yourself.
The "-k runservice" runs Apache as a Windows service.. but this switch is only active when invoked by Services.exe.. it won't do anything if you run this in command line.
Since HTTPS runs as a module, the moment you enable mod_ssl, it would be listening for HTTPS requests as long as Apache is running. The "-D SSL" switch merely activates whatever's inside <IfDefine SSL> in my ssl.conf file. If I comment out the line <IfDefine SSL>, I can probably run SSL without the -D switch. Your set up could be different
I'm hardly an expert on Apache though.. please chime in if I'm wrong.
[Mon Jan 15 02:29:09 2007] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Jan 15 02:29:09 2007] [notice] Child 2560: Exit event signaled. Child process is ending.
[Mon Jan 15 02:29:10 2007] [notice] Child 2560: Released the start mutex
[Mon Jan 15 02:29:11 2007] [notice] Child 2560: Waiting for 250 worker threads to exit.
[Mon Jan 15 02:29:11 2007] [notice] Child 2560: All worker threads have exited.
[Mon Jan 15 02:29:11 2007] [notice] Child 2560: Child process is exiting
[Mon Jan 15 02:29:11 2007] [notice] Parent: Child process exited successfully.
[Mon Jan 15 02:29:20 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Jan 15 02:29:21 2007] [notice] bw_mod : Version 0.6 - Initialized [1 Confs]
[Mon Jan 15 02:29:21 2007] [notice] Apache/2.0.59 (Win32) PHP/4.3.11 mod_ssl/2.0.59 OpenSSL/0.9.8d configured -- resuming normal operations
[Mon Jan 15 02:29:21 2007] [notice] Server built: Jul 27 2006 15:55:03
[Mon Jan 15 02:29:21 2007] [notice] Parent: Created child process 2524
[Mon Jan 15 02:29:21 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Jan 15 02:29:21 2007] [notice] bw_mod : Version 0.6 - Initialized [1 Confs]
[Mon Jan 15 02:29:21 2007] [notice] Child 2524: Child process is running
[Mon Jan 15 02:29:21 2007] [notice] Child 2524: Acquired the start mutex.
[Mon Jan 15 02:29:21 2007] [notice] Child 2524: Starting 250 worker threads.
[Mon Jan 15 02:29:26 2007] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.