DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37488>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37488 Summary: (125)Address already in use: make_sock: could not bind to address [::]:443 Product: Apache httpd-2.0 Version: 2.0.55 Platform: Sun OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: mod_ssl AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] sorry ,my english is bad ,so i post error messages and configuration fils. maybe this is a bug . 1. error messages: "[EMAIL PROTECTED] # ../bin/apachectl startssl (125)Address already in use: make_sock: could not bind to address [::]:443 no listening sockets available, shutting down Unable to open logs " 2.env sparc solaris 9 apche 2.0.55 openssl 0.97g mpm : worker ( not prefork) 3. httpd.conf ...... ServerName www.mytestsite.com.cn ServerRoot "/usr/local/apache2" Listen 80 <IfDefine SSL> LoadModule ssl_module modules/mod_ssl.so </IfDefine> # support weblogic LoadModule weblogic_module modules/mod_wl_20.so # # load ssl.conf <IfModule mod_ssl.c> Include conf/ssl.conf </IfModule> # # load VirtualHost Include "conf/vhosts.conf" # ...... 4. ssl.conf SSLRandomSeed startup builtin SSLRandomSeed connect builtin <IfDefine SSL> # Listen 443 # AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl # SSLPassPhraseDialog builtin # SSLMutex default </IfDefine> 5. vhosts.conf # NameVirtualHost 192.168.1.254:80 # # Section 1: http virtualhost ............. # Section 2: https VirtualHost <VirtualHost 192.168.1.254:443> ServerName ssl.testmysite.com DocumentRoot "/web/ssl" CustomLog logs/ssl-access_log common SSLEngine on SSLCipherSuite ALL:!ADH:! EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile conf/ssl.crt/server.crt SSLCertificateKeyFile conf/ssl.key/server.key <Files ~ "\.(cgi|shtml|phtml|php3?)$"> SSLOptions +StdEnvVars </Files> <Directory "/web/ssl"> SSLOptions +StdEnvVars </Directory> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 <IfModule mod_weblogic.c> WebLogicHost 192.168.1.254 WebLogicPort 7001 MatchExpression *.jsp MatchExpression *.do MatchExpression *.jspa MatchExpression /myhome/* </IfModule> <Directory "/web/ssl"> Options FollowSymLinks MultiViews Includes AddOutputFilter Includes .shtml AddOutputFilter Includes .php AllowOverride None Allow from all </Directory> <Directory "/web/webapp/WEB-INF"> Order deny,allow Deny from all </Directory> </VirtualHost> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
