I am getting the following:
[Sun Oct 19 03:02:36 2003] [crit] (98)Address already in use: make_sock:
could not bind to port 443
When I try starting my apache ssl server. I am using open ssl and mod_ssl.
I have one address only that is using ssl and the rest of my sites are
using normal web port (80). I have an example shortened here below:
NameVirtualHost 12.96.249.122:80
<virtualhost 12.96.249.122:80>
#This is the non ssl address
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/web/tcpbbs.net
ServerName www.tcpbbs.net
ServerPath /tcpbbs.net
ServerAlias tcpbbs.net
ErrorLog /usr/web/logs/tcp_error.log
TransferLog /usr/web/logs/tcp_access.log
</VirtualHost>
<VirtualHost 12.96.249.122:443>
DocumentRoot "/usr/web/webroot"
ServerName unix.tcpbbs.net
ServerAdmin [EMAIL PROTECTED]
ErrorLog /usr/web/logs/unix-error_log
TransferLog /usr/web/logs/unix-access_log
SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /usr/local/apache/conf/ssl.crt/public.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/myserver.key
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/usr/local/apache/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog /usr/local/apache/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
Again the above shows one non ssl and one ssl host, in actuallity there are
12 non ssl hosts and 1 ssl host but for simplicity there was no reason to
post all 12 non ssl virtual host section.
Any idea why I am getting that error and how to rid the server of it so it
will work!?
Many thanks,
John
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]