error with certificates on httpd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Guys,
We set up our httpd to use certificates, however upon start-up of httpd we are encountering the error below:
[Fri Dec 07 02:52:05 2012] [warn] VirtualHost XXX.XX.XX.X:443 overlaps with VirtualHost XXX.XX.XX.X:443, the first has precedence, perhaps you need a NameVirtualHost directive
(226)Address already in use: make_sock: could not bind to address [::]:443
Here are the details of our "httpd-ssl.conf":
Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl    .crl
SSLPassPhraseDialog  builtin

SSLSessionCache        "shmcb:/usr/local/apache2/logs/ssl_scache(512000)"
SSLSessionCacheTimeout  300
##
## SSL Virtual Host Context
##

<VirtualHost XXX.XX.XX.X:443>
 
DocumentRoot "/usr/local/apache2/htdocs"
ServerName www.sample.com:443
ServerAdmin www@xxxxxxxxxxxxxx
ErrorLog "/usr/local/apache2/logs/error_log"
TransferLog "/usr/local/apache2/logs/access_log"
JkMount /jkmanager/* jkstatus
JkMount  /* ajp13
SSLEngine on
</VirtualHost>
Below are the details of our machine:
OS:HP-UX nh1a4p02 B.11.31 U 9000/800 2154831234 unlimited-user license
HTTPD version: 2.2.23

I already verified that there are no other process using ports 80, and 443 using netstat -af inet.
Thanks and hope to hear from you.

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux