Fresh install of Fedora 8, And it all works except for the following: 1) The services page shows the Web-Server: Offline , but it works great and is serving up pages fine, sites are greated fine and pointing properly, i am also getting e-mails which say: WARNING: service web not running (server: www.xxxxxx.com 2) On the system config section common tab there is nothing there. All other sections appear operational though 3) Error messages on the last part of install (shown below) rm -f unix_.c cc -o unzipsfx unzipsfx.o crc32.o crctab_.o crypt_.o extract_.o fileio_.o globals_.o inflate_.o match_.o process_.o ttyio_.o unix_.o -s mv: cannot move `binaries/ispconfig_tcpserver' to `ispconfig/tools/tcpserver/ispconfig_tcpserver': No such file or directory All prerequisites are fulfilled. Here we go... Please enter your MySQL server:localhost OK Please enter your MySQL user: Please enter your MySQL password: OK Please enter a name for the ISPConfig database (e.g. db_ispconfig):ispconfigdb Please enter the IP address of the ISPConfig web (e.g. 192.168.0.1):192.168.1.11 OK Please enter the host name (e.g. www):XXXXX(REMOVED) Please enter the domain (e.g. xyz.de):XXXXXl.com OK Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system: 1) HTTPS 2) HTTP Your Choice: 2 chown: cannot access `/home/admispconfig/ispconfig/backup': No such file or directory chmod: cannot access `/home/admispconfig/ispconfig/backup': No such file or directory chmod: cannot access `/home/admispconfig/ispconfig/tools/tcpserver/ispconfig_tcpserver': No such file or directory chown: cannot access `/home/admispconfig/ispconfig/tools/tcpserver/ispconfig_tcpserver': No such file or directory Connected successfully to MySQL server no crontab for root Restarting some services... Shutting down postfix: [ OK ] Starting postfix: [ OK ] Shutting down proftpd: [ OK ] Starting proftpd: [ OK ] Starting ISPConfig system... /root/ispconfig/httpd/bin/apachectl startssl: httpd started ISPConfig system is now up and running! Congratulations! Your ISPConfig system is now installed. If you had to install quota, please take the steps described in the installation manual. Otherwise your system is now available without reboot. Please direct your browser to ANY HELP IS APPRECIATED
I guess your Apache is not listening on 127.0.0.1. What's the output of Code: netstat -tap ? Are you using ProFTPd or vsftpd? What's the output of Code: df -h ?
Hi Falco, these are the the lines, what do you think?? Hi Falco, these are the the lines, what do you think?? netstat -tap root@support ~]# 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 2198/mysqld tcp 0 0 *:sunrpc *:* LISTEN 1853/rpcbind tcp 0 0 *:hosts2-ns *:* LISTEN 2664/ispconfig_http tcp 0 0 localhost.localdomain:ipp *:* LISTEN 2442/cupsd tcp 0 0 *:32855 *:* LISTEN 1872/rpc.statd tcp 0 0 *:imaps *:* LISTEN 2229/dovecot tcp 0 0 *op3s *:* LISTEN 2229/dovecot tcp 0 0 *:5900 *:* LISTEN 2924/vino-server tcp 0 0 *op3 *:* LISTEN 2229/dovecot tcp 0 0 *:imap *:* LISTEN 2229/dovecot tcp 0 0 *:ssh *:* LISTEN 2097/sshd [root@support ~]# [root@support ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 269G 4.8G 250G 2% / /dev/sda1 190M 19M 162M 11% /boot tmpfs 506M 12K 506M 1% /dev/shm [root@support ~]#
Apache was running but listening on the local adapter I changed the listen line from LISTEN 192.168.1.34:80 to LISTEN 127.0.0.1:80 in httpd.conf And the web service indicator came back on in ISPCONFIG Thank you very much