D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] apache-ssl and php

 

Steve Marvell wrote:

Debian stable box. apache working fine, apache-ssl not :)

Has anyone got it going?

Is this apache or apache2?

apache-modconf seem to do nothing either.

Have you got the ssl.conf and ssl.load in mods-enabled, the apache-modconf should have set that bit up ? ( i think apache2 is a different command, i forget).

Do you have Listern 433 in ports.conf ?

Do you have a ssl directory in the apache folder with a sutible public and private certificate?

In the Host definition do you have somthing like :-

NameVirtualHost *:433
<VirtualHost *:433>
   SSLEngine on
   SSLCertificateFile /etc/apache2/ssl/server.pem
   SSLCertificateKeyFile /etc/apache2/ssl/server.key

   **All the normal web site stuff **

</VirtualHost>

Thats how mine (apache2) works.

Robin







--
The Mailing List for the Devon & Cornwall LUG
Mail majordomo@xxxxxxxxxxxxx with "unsubscribe list" in the
message body to unsubscribe. FAQ: www.dcglug.org.uk/linux_adm/list-faq.html