PDA

View Full Version : After install zend optimizer cant start apache2


elenh
12 Feb 2010, 12:10
Hello yesterday i installed via putty the zend optimizer (latest) for the needs of one custom addon.

The last last think do after the installation was to restart apache2.
i use debian server vhost and if i give in putty this command i get this message:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



After opening the httpd.conf file i find that is emtpy and zero size
Please help my site is since yesterday off.

Marco van Herwaarden
12 Feb 2010, 12:52
You can not start the webserver if it is already running, you will need to stop it first.

Easiest is with the following command:

service httpd restart

elenh
12 Feb 2010, 12:56
i try your tip but works not:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Anyway i have try to restart apache but i still get failed message like my first post.

Marco van Herwaarden
12 Feb 2010, 13:14
If that command doesn't work, then you will first need to issue a stop command, followed by a start.

elenh
12 Feb 2010, 13:23
Because i m very noob at linux commands can you please make it more clearly? Thank you.

--------------- Added 1265984654 at 1265984654 ---------------

i give this and nothing still happend:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



--------------- Added 1265985252 at 1265985252 ---------------

The httpd.conf is empty and zero in size on ftp is not the problem?

Marco van Herwaarden
12 Feb 2010, 13:54
Try rebooting or if that fails ask assistence from your host.

elenh
12 Feb 2010, 14:14
Thanks is worked!