Apache

Alec Effinger <[email protected]> Wed, 14 Sep 2005 23:15:20 +0200
Newsgroups gmane.comp.isp.ispman.user
Message-ID <[email protected]>
Hi all,

I successfuly installed Ispman 1.2 on a Debian Sarge.

Virtual host creation/deletion works fine but Apache is never reloaded.

Configuration settings are defined as follows : (the commands were tested in 
a shell)
apacheReloadCommand = /etc/init.d/apache2 reload
apacheGracefulCommand = /etc/init.d/apache2 reload

Does anyone have an idea ?

Thanks Alec

Extract of ispman-agent.log :
--------------------------------------------------------------------------------
[Wed Sep 14 23:05:37 2005] -> ispman-agent
Doing AddVirtualHostDirectories on xyz.com <http://xyz.com> with parameters 
test,/ispman/domains/xyz.com/vhosts/test,htdocs,cgi-bin,1882,1002,/ispman/logs,/ispman/domain
--------------------------------------------------------------------------------
[Wed Sep 14 23:05:37 2005] -> ispman-agent
System: mkdir -p "/ispman/domains/xyz.com/vhosts/test"
--------------------------------------------------------------------------------
...... (skipped directories creation related lines)
--------------------------------------------------------------------------------
[Wed Sep 14 23:05:37 2005] -> ispman-agent
System: chgrp 1002 "/ispman/domains/xyz.com/vhosts/test/cgi-bin"
--------------------------------------------------------------------------------
[Wed Sep 14 23:05:37 2005] -> ispman-agent
Doing modifyDomain on xyz.com <http://xyz.com> with parameters 
--------------------------------------------------------------------------------
[Wed Sep 14 23:05:37 2005] -> ispman-agent
Modifying xyz.com <http://xyz.com>
--------------------------------------------------------------------------------
[Wed Sep 14 23:05:39 2005] -> ispman-agent
Writing zone file for xyz.com <http://xyz.com>
--------------------------------------------------------------------------------
[Wed Sep 14 23:05:42 2005] -> ispman-agent
Doing AddVirtualHost on xyz.com <http://xyz.com> with parameters test
--------------------------------------------------------------------------------