Apache-SSL has been installed on our Linux server (Redhat 6.2).
Created test certificate Key and CSR.
I created a test index.html and index.php in
/home/httpd/html
Says Page cannot be displayed.
The error log file says :
[Fri Oct 19 10:53:07 2001]
/usr/local/apache/bin/gcache started
[Fri Oct 19 10:53:07 2001] [crit] (98)Address already
in use: make_sock: could n
ot bind to port 80
The httpd.conf file has the following Virtual host
entry
<VirtualHost nn.nn.nn.nn:443>
SSLEnable
Port 443
ServerName nn.nn.nn.nn
ServerAdmin webmaster@domain_name.com
DocumentRoot /home/httpd/html
ServerAlias domain_name.com
ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/
TransferLog
/usr/local/apache/logs/domain_name.com_access.log
ErrorLog
/usr/local/apache/logs/domain_name.com_error.log
SSLCACertificateFile
/usr/local/ssl/certs/domain_name.com.crt
SSLCertificateFile
/usr/local/ssl/certs/domain_name.com.crt
SSLCertificateKeyFile
/usr/local/ssl/private/domain_name.com.key
</VirtualHost>
Now, what is missing ? What am I doing wrong ?
Why the httpsdctl looks for httpd.conf and not
httpsd.conf file. Does it matter if it is httpd.conf
on a secured server - Apache-SSL ?
Thank, you.
Brij.