0

I'm trying to get apache running over https with mod_ssl on a rhel 5.4 x64 machine.

I don't have mod_ssl.so in the modules directory, nor can i find any ssl type output from httpd -M or httpd -l.

Yet if i run ldd against it i can see relevant shared library dependencies.

ldd /usr/sbin/httpd
  <blah>
  libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002b69cf11a000)
  libssl.so.6 => /lib64/libssl.so.6 (0x00002b69d1348000)
  libcrypto.so.6 => /lib64/libcrypto.so.6 (0x00002b69d1592000)

Do i need configure mod_ssl somehow to make it work as yum can't seem to find the relevent module to install itself.

Decado
  • 1,949
  • 11
  • 17

1 Answers1

0

Refer http://httpd.apache.org/docs/2.0/mod/mod_ssl.html and http://www.modssl.org/example/

Gaurav Singh
  • 497
  • 2
  • 13