I can no longer access isp config after setip of the first user . The server was restarted and the config files were destroyed. Here is the info I have. No Firewall Running Router ports open server3:~ # /etc/init.d/apache2 start Starting httpd2 (prefork) Creating new config (0x80f0c08) for (null) [Thu Jun 01 10:03:17 2006] [warn] NameVirtualHost 192.168.1.110:80 has no VirtualHosts done Apache2 error Log [Thu Jun 01 10:03:01 2006] [notice] caught SIGTERM, shutting down Destroying config 0x80f4b50 [Thu Jun 01 10:03:21 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2) Destroying config 0x80f0c08 Creating new config (0x80f4b50) for (null) [Thu Jun 01 10:03:27 2006] [notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations HTTPD LoG erver3.akitasites.net||||1046||||127.0.0.1 - - [01/Jun/2006:07:03:33 -0600] "GET / HTTP/1.1" 403 1046 "http://localhost/htdocs/phpMyAdmin/" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.1" server3.akitasites.net||||1042||||127.0.0.1 - - [01/Jun/2006:09:03:35 -0400] "GET /favicon.ico HTTP/1.1" 404 1042 "-" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.1" server3.akitasites.net||||1042||||127.0.0.1 - - [01/Jun/2006:07:04:16 -0600] "GET /:81 HTTP/1.1" 404 1042 "-" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.1" server3.akitasites.net||||1042||||127.0.0.1 - - [01/Jun/2006:09:04:17 -0400] "GET /favicon.ico HTTP/1.1" 404 1042 "-" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.1" /etc/apache2/vhosts ################################### # # ISPConfig vHost Configuration File # Version 1.0 # ################################### # NameVirtualHost 192.168.1.110:80 <VirtualHost 192.168.1.110:80> ServerName localhost ServerAdmin root@localhost DocumentRoot /var/www/sharedip </VirtualHost> NameVirtualHost 192.168.1.110:80 <VirtualHost 192.168.1.110:80> ServerName localhost ServerAdmin root@localhost DocumentRoot /var/www/sharedip </VirtualHost> Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 *:mysql *:* LISTEN 5606/mysqld tcp 0 0 *:sunrpc *:* LISTEN 5203/portmap tcp 0 0 *:ftp *:* LISTEN 5797/proftpd: (acce tcp 0 0 192.168.1.111:domain *:* LISTEN 5658/named tcp 0 0 server3.akitasit:domain *:* LISTEN 5658/named tcp 0 0 localhost:domain *:* LISTEN 5658/named tcp 0 0 *:ipp *:* LISTEN 5711/cupsd tcp 0 0 *:smtp *:* LISTEN 5838/master tcp 0 0 localhost:953 *:* LISTEN 5658/named tcp 0 0 *:imaps *:* LISTEN 5365/couriertcpd tcp 0 0 *op3s *:* LISTEN 5423/couriertcpd tcp 0 0 *op3 *:* LISTEN 5402/couriertcpd tcp 0 0 *:imap *:* LISTEN 5326/couriertcpd tcp 0 0 *:www-http *:* LISTEN 6240/httpd2-prefork tcp 0 0 *:ssh *:* LISTEN 5941/sshd tcp 0 0 *:smtp *:* LISTEN 5838/master tcp 0 0 localhost:953 *:* LISTEN 5658/named tcp 0 0 *:https *:* LISTEN 6240/httpd2-prefork server3:~ # Thanks Don
Sorry For The Post! I did not dig deep enough! 1 Start/Stop the ISPConfig System The ISPConfig system can be started/stopped manually from the command line. Login to your command line as root and execute the following command: /etc/rc.d/init.d/ispconfig_server start|stop|restart (RedHat and Mandrake) or /etc/init.d/ispconfig_server start|stop|restart (SuSE and Debian). Thanks Don