httpd error

decke

Verified User
Joined
Jan 12, 2009
Messages
21
Location
Indonesia
hi,

Several days ago, suddenly our DA server stop responding and must be reboot.
I try to look at the system logs, and it showed "the service "httpd" on server xxx is currently down.

Than I looked at Apache error log and it show:

[Sun Jan 25 06:25:07 2009] [warn] Init: SSL server IP/port conflict: www.all.domain:443 (/usr/local/directadmin/data/users/firmansyah/httpd.conf:48) vs. www.vincaflowerboutique.com:443 (/usr/local/directadmin/data/users/vincaflo/httpd.conf:48)
[Sun Jan 25 06:25:07 2009] [warn] Init: SSL server IP/port conflict: localhost:443 (/etc/httpd/conf/extra/httpd-vhosts.conf:38) vs. www.vincaflowerboutique.com:443 (/usr/local/directadmin/data/users/vincaflo/httpd.conf:48)
[Sun Jan 25 06:25:07 2009] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Sun Jan 25 06:25:07 2009] [notice] Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.6 configured -- resuming normal operations
Password:

Do you have any clue what happened? :confused:

Since our system admin already left the company, so Im the one who dealing with this and has 0 knowledge of linux, so be nice to me :o
 
Somebody has installed a SSL cert that requires a password. When apache tries to start it stops and waits for the password before continuing.

You will need to redo the SSL cert.

It also looks like somebody tried to install a SSL cert on a shared ip which cannot be done.
 
Back
Top