Here you'll find the output of netstat -tap
Code:
linux:/home/guido # netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:mysql *:* LISTEN 4283/mysqld
tcp 0 0 *:netbios-ssn *:* LISTEN 4563/smbd
tcp 0 0 *:sunrpc *:* LISTEN 4012/portmap
tcp 0 0 *:hosts2-ns *:* LISTEN 6008/ispconfig_http
tcp 0 0 192.168.2.100:domain *:* LISTEN 6152/named
tcp 0 0 localhost:domain *:* LISTEN 6152/named
tcp 0 0 *:ftp *:* LISTEN 4691/xinetd
tcp 0 0 *:ipp *:* LISTEN 4277/cupsd
tcp 0 0 localhost:953 *:* LISTEN 6152/named
tcp 0 0 localhost:smtp *:* LISTEN 6085/master
tcp 0 0 *:microsoft-ds *:* LISTEN 4563/smbd
tcp 0 0 *:domain *:* LISTEN 6152/named
tcp 0 0 *:ssh *:* LISTEN 4505/sshd
tcp 0 0 localhost:953 *:* LISTEN 6152/named
tcp 0 0 localhost:smtp *:* LISTEN 6085/master
linux:/home/guido #
The output of httpd -t results in many errors to directories which contains my website before I configured ISPConfig.
Code:
linux:/home/guido # httpd -t
[Tue Mar 7 19:32:56 2006] [warn] module php5_module is already loaded, skipping
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/album] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/creaelja] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/elja] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/euro] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/godopentdeuren] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/guido] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/guidoenelja] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/guidoensylvia] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/stamboom] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/sylvia] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/verdienen] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/weblog.guido] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/weblog.sylvia] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/www] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vanharten.net/zegerendebby] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/samendienen.nl] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/vhsa.nl] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/calltax.nl/www] does not exist
Warning: DocumentRoot [/web/htdocs/htdocs/dichterbijHem.nl] does not exist
PHP Warning: PHP Startup: f@P@: Unable to initialize module
Module compiled with module API=20041030, debug=0, thread-safety=0
PHP compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
Syntax OK
linux:/home/guido #
Regards,
Guido