ispCP - Board - Support
Apache2 + problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Apache2 + problem (/thread-1971.html)



Apache2 + problem - msource - 12-11-2007 03:04 AM

Hi,

I dontk know if i could open a thread, but i'm a little bit concerned.
I have VHCS 2.4.7.1 installed on a Debian Sarge (3.1) machine.

Until the implementation of the SSL suporte, the system as been stable.
Afer i implemented HTTPS on this system, every Sunday at 7:00 AM the apache hang's.

I follow this toturial: for implementation of https. Hi have a certifi by verisogn.

When i try to do a
Code:
/etc/init.d/apache2 force-reload|restart|stop
it gave me the following error:

Code:
Forcing reload of web server apache2: ... no pid file found! not running(98)? Address already in use: make_socket: could not bind to address [::]:443, no listening sockets availablem shutting down
unable to open logs

I need to solve this problem.

Can please anywane help me? There is no forum to help problems in VHCS.

I'm sorry to open a thread where. But is the only "fork" from VHCS.


RE: Apache2 + problem - joximu - 12-11-2007 03:12 AM

There are some other support forums for VHCS. Including some english speaking...

Since I think it's not a VHCS thing (but also not a ispCP thing) you can ask everyone who has some knowledge with linux and apache...
maybe a debian forum...?

Have a look in the log files (is there a shutdown of anything from apache...)
Have a look which ports are open (eg. "lsof -i -P -T") - especially port 443
Have a look at the configuration - "unable to open logs" is not very good...

Cheers Joximu