Unable to login to ISPConfig

Discussion in 'Installation/Configuration' started by godsdog, May 31, 2006.

  1. rkn14

    rkn14 New Member

    Hello,

    I've juste installed ipsconfig and i have exactly the same problem.
    Impossible to first connect to the console with the admin account...

    Thanks fot help us ;)

    Grégory Lardon
     
  2. godsdog

    godsdog New Member

    Have you tried using admin for both login and password?
     
  3. godsdog

    godsdog New Member

    So, as said before, I have no .htaccess files. This seems to be a server wide problem accross all domains so something got mucked up somewhere. I've checked every obvious setting and am ready for the next step in resolving this matter. Thanks for any ideas.
     
  4. falko

    falko Super Moderator ISPConfig Developer

    What's in Vhosts_ispconfig.conf?
    What's the output of
    Code:
    ls -la /etc/php.d/
    ?
     
  5. godsdog

    godsdog New Member

  6. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    ls -la /home/www/web14/web
    ?
    What's the output of
    Code:
    cd /etc/php.d/
    grep "memory_limit" *
    ?

    Also, what's the output of
    Code:
    updatedb
    locate php.ini
    ?
     
  7. godsdog

    godsdog New Member

    Web14 is just an unused domain I used to copy these files files for and provide urls on this thread to get help. This problem is server wide.
    Code:
    [root@www ~]# ls -la /home/www/web14/web
    total 80
    drwxr-xr-x  3 elxmailman web14  4096 Jun 23 09:10 .
    drwxr-xr-x  9 elxmailman web14  4096 Jun  5 11:47 ..
    -rw-r--r--  1 root       root     20 Jun 20 08:10 info.php
    -rw-r--r--  1 root       root    580 Jun 23 09:07 php.d.txt
    -rw-r--r--  1 root       root  44424 Jun 20 08:17 php.ini.txt
    drwxr-xr-x  2 elxmailman web14  4096 Jun 10 04:00 stats
    -rw-r--r--  1 root       root  15790 Jun 23 09:07 Vhosts_ispconfig.conf.txt
    This yeilded no results. It just dropped back to bash immediatly. This seems strange...
    Here you go...
    Code:
    /usr/local/Zend/etc/php.ini-zend_optimizer.bak
    /usr/local/Zend/etc/php.ini
    /etc/php.ini.bak
    /etc/php.ini-zend_optimizer.bak
    /etc/php.ini
    /home/www/web14/web/php.ini.txt
    /root/ispconfig/php/php.ini.bak2
    /root/ispconfig/php/php.ini
    
     
    Last edited: Jun 24, 2006
  8. falko

    falko Super Moderator ISPConfig Developer

    Please change "memory_limit" in /usr/local/Zend/etc/php.ini and restart Apache. Does it work then?
     
  9. godsdog

    godsdog New Member

    Changes made to /usr/local/Zend/etc/php.ini and restart apache make no difference.
     
  10. falko

    falko Super Moderator ISPConfig Developer

    Is 206.116.63.173 your server's public IP address?
     
  11. godsdog

    godsdog New Member

    Yes, it's the shared IP for all domains on this server.
     
  12. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    grep memory_limit /etc/php.ini
    ?
     
  13. godsdog

    godsdog New Member

    memory_limit = 64M
     
  14. falko

    falko Super Moderator ISPConfig Developer

    Then I'm at my wit's end...
     
  15. godsdog

    godsdog New Member

    Hmmm...I wonder if I backup the Ispconfig db and restore on a fresh install, whether this problem will duplicate.
     
  16. falko

    falko Super Moderator ISPConfig Developer

    I think it's really just some small misconfiguration/error whatever that needs to be fixed, but I have no insight on your system...
     

Share This Page