Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_ssl for Apache 2.0.43

Status
Not open for further replies.

SgtB

IS-IT--Management
Oct 3, 2002
447
US
I'm not finding any DL available for this. Any idea where I can find the newest version of mod_ssl for Apache 2.0.43?
 
Just noticed that...oops! Relatively new to apache (can you tell?)

Well here's another question then. I didn't compile apache to run the mod_ssl module. So I thought I'd run this as a DSO with LOADMODULE in the httpd.conf file.

I'm getting some errors when trying to do this. (from not creating the DSO properly)

Whats the best practice for creating DSO's?
 
Just recompile Apache with the --enable-mods-shared=all and then remove the modules you don't want. I'm sure there are other, better ways, this is just the way I do it. //Daniel
 
Hey Daniel,

Thanks for the help, I appreciate it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top