only see the login.php page

Discussion in 'Installation/Configuration' started by EWNOC, Apr 3, 2008.

  1. EWNOC

    EWNOC New Member

    Ok I am either really stupid or just not getting it I have read every thing i can find I have finally got the server up and running but every time I try to go to my page http://www.gophersrevenge.com:81 the only thing i get is the login.php page. I have upload files to web3_cmorey/index.html but can not get to them. I have looked everywhere for them I have tried every combination possible. I am very new to linux love it but still new and would like to keep it so please help get this working.

    EWNOC
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The ISPConfig controlpanlel is on port 81, if you want to access your website, use port 80.

    http://www.gophersrevenge.com

    aditionally, if you want to upload a webpage, you will have to enable the administrator checkbox for the user and then upload the html files to the "web" directory.
     
  3. EWNOC

    EWNOC New Member

    When i go to the port 80 side I get nothing it is open to the public thru the firewall. could you possible walk me thru what i need to do to verify all the paths are correct

    These are the current paths


    --------------------------------------------------------------------------------

    Conf. Dir.: /etc/httpd/conf
    httpd.conf: /etc/httpd/conf/httpd.conf
    Document Root: /home/admispconfig/ispconfig/web/multidoc
    Frontpage Path: /usr/local/frontpage/version5.0/bin/owsadm.exe
    access Log: /var/log/httpd/ispconfig_access_log
    Suexec: (not checked)

    once agian any ideas would be great thanks
     
  4. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
    ?
    Any errors in Apache's error log?
     
  5. EWNOC

    EWNOC New Member

    This is what I get...

    netstat -tap
    Code:
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name
    tcp        0      0 *:mysql-im                  *:*                         LISTEN      32204/mysqlmanager
    tcp        0      0 *:nfs                       *:*                         LISTEN      -
    tcp        0      0 *:imaps                     *:*                         LISTEN      3680/xinetd
    tcp        0      0 *:pop3s                     *:*                         LISTEN      3680/xinetd
    tcp        0      0 *:mysql                     *:*                         LISTEN      32210/mysqld
    tcp        0      0 *:netbios-ssn               *:*                         LISTEN      25007/smbd
    tcp        0      0 *:pop3                      *:*                         LISTEN      3680/xinetd
    tcp        0      0 *:imap                      *:*                         LISTEN      3680/xinetd
    tcp        0      0 *:sunrpc                    *:*                         LISTEN      3677/portmap
    tcp        0      0 *:81                        *:*                         LISTEN      10671/ispconfig_htt
    tcp        0      0 *:ftp                       *:*                         LISTEN      14868/proftpd: (acc
    tcp        0      0 hosting.ewnoc.sytes.:domain *:*                         LISTEN      13984/named
    tcp        0      0 localhost.localdomai:domain *:*                         LISTEN      13984/named
    tcp        0      0 *:58869                     *:*                         LISTEN      4162/rpc.mountd
    tcp        0      0 *:56054                     *:*                         LISTEN      3732/rpc.statd
    tcp        0      0 *:smtp                      *:*                         LISTEN      1092/master
    tcp        0      0 localhost.localdomain:rndc  *:*                         LISTEN      13984/named
    tcp        0      0 *:microsoft-ds              *:*                         LISTEN      25007/smbd
    tcp        0      0 *:39166                     *:*                         LISTEN      -
    tcp        0      0 *:ssh                       *:*                         LISTEN      25061/sshd
    tcp        0      0 ::1:rndc                    *:*                         LISTEN      13984/named
    tcp        0   2368 hosting.ewnoc.sytes.net:ssh ::ffff:192.168.2.2:11271    ESTABLISHED 3901/0
    tptables -l
    Code:
    
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    error log

    Code:
    [Thu Apr 03 06:30:36 2008] [notice] Graceful restart requested, doing restart
    Syntax error on line 389 of /etc/httpd/conf/httpd.conf:
    DocumentRoot must be a directory
    [Thu Apr 03 06:45:35 2008] [notice] core dump file size limit raised to 4294967295 bytes
    [Thu Apr 03 06:45:36 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
    [Thu Apr 03 06:45:36 2008] [notice] Digest: generating secret for digest authentication ...
    [Thu Apr 03 06:45:36 2008] [notice] Digest: done
    [Thu Apr 03 06:45:37 2008] [notice] Apache/2.2.6 (Mandriva Linux/PREFORK-8.1mdv2008.0) PHP/5.2.4 with Suhosin-Patch mod_ssl/2.2.6 OpenSSL/0.9.8e mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations
    [Thu Apr 03 06:53:46 2008] [notice] caught SIGTERM, shutting down
    thanks
     
    Last edited: Apr 4, 2008
  6. falko

    falko Super Moderator ISPConfig Developer

    Apache isn't running. Please start it:
    Code:
    /etc/init.d/httpd start
     
  7. EWNOC

    EWNOC New Member

    that was exactly it thanks a million
     

Share This Page