PDA

View Full Version : ISPManager not connecting with apache daemon


paulmast
10-06-2011, 01:51 PM
Hi

Using Cloudlinux 5.5 with ISPManager Pro

Two issues (most likely related)

What seems to be happening is that ISP is not communicating with Apache. The setting in tools > services are all correct.

From commandline you can start and stop httpd with no issues, but not from ISP Manager.

Also in httpd.conf the document root is /var/www. So when I start Apache you can see the standard landing page http://blackhorseservices.com/.

Now when you create a user account in ISPManager and then install for example wordpress it using the following path for the same domain /var/www/pmaster/data/www/blackhorseservices.com. To complete the wordpress install I must go to http://blackhorseservices.com/wp-admin/install.php

This gives a 404.
The config files for wordpress are in /var/www/pmaster/data/www/blackhorseservices.com

It looks like a configuration issue... Any help appreciated!

slava
10-06-2011, 04:47 PM
Hello. Can you write ticket to our support team?

paulmast
10-06-2011, 05:42 PM
Hi Slava

The issue was resolved by the hosting partner Dediserve


Apache configuration file was missing the listen IP addres, ie Listen 0.0.0.0
The virtual host entry referenced a dedicated IP address, but domain is pointed to another IP address
The permissions for the home directory were incorrect (ownership)

All working now...