Here are the settings I used for Apache 1.3 on Debian:
ISPMAN - Apache Configuration
 Apache stop command - /etc/init.d/apache stop
 Webalizer command - /usr/bin/webalizer
 Apache vhost file - /etc/apache/vhosts.conf
   (Must add "Include /etc/apache/vhosts.conf" to apache's httpd.conf)
 Apache start command - /etc/init.d/apache start
 Apache graceful reload command - /etc/init.d/apache reload
 Default vhost IP -- * (Allows it to work on any machine)
 Apache reload command - /etc/init.d/apache reload

Return to Configuring ISPMan