Ok,
i think tt ive installed the mod-ssl correctly. Apache is properly
patched, i.e apachectl startssl works (http://www.abc.com is on).
"/apache_1.3.4/bin/httpd -l" displays mod_ssl.c. But when i try
"https://www.abc.com", browser gives error, something like "unable to
connect to server". Do i need to put the following in the httpd.conf
file:

<VirtualHost another-ssl.fictional.co:443>
Port 443
SSLVerifyClient 2
SSLVerifyDepth 10
SSLCertificateKeyFile /www/certs/another-ssl.fictional.co.key
SSLCertificateFile /www/certs/another-ssl.fictional.co.cert
SSLCACertificateFile /www/certs/another-CA.cert
DocumentRoot /www/hosts/another-ssl.fictional.co/docs
TransferLog /www/hosts/another-ssl.fictional.co/logs/access.log
SSLLogFile /www/hosts/another-ssl.fictional.co/logs/ssl.log
ErrorLog /www/hosts/another-ssl.fictional.co/logs/error.log
</VirtualHost>

Im trying to run a non-ssl apache server (main server) and a ssl apache
server.
Do i need to open the port 443 in the firewall if im installing the ssl
apache server on the internal network? Will the url be
http://www.abc.com:443 then?
Also why is the apache ssl server installed in the /usr/local/apache
directory when i did "./configure --prefix=/apache/apache_1.3.4"?

Fanx again for help.

G.
--
Gilles Chong ([EMAIL PROTECTED], [EMAIL PROTECTED])
Systems Engineer, Internet Division
CSA Automated Pte Ltd, Singapore.


______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to