After ISPConfig update no longer changes through the webinterface possible

Discussion in 'Installation/Configuration' started by Pasco, Jul 20, 2006.

  1. falko

    falko Super Moderator Howtoforge Staff

    Debian. :) http://www.howtoforge.com/perfect_setup_debian_sarge

    What's the output of
    Code:
    ls -la /var/named/chroot/var/named/
    ?


    Do you mean ISPConfig's PHP or your main Apache's PHP?
     
  2. Pasco

    Pasco Member

    insgesamt 44
    drwxrwxr-x 4 root named 4096 31. Jul 18:27 .
    drwxr-x--- 5 root named 4096 31. Jul 18:09 ..
    lrwxrwxrwx 1 root root 12 31. Jul 18:27 chroot -> ../../chroot
    drwxrwx--- 2 named named 4096 25. Aug 2004 data
    -rw-r--r-- 1 named named 198 19. Dez 2005 localdomain.zone
    -rw-r--r-- 1 named named 195 19. Dez 2005 localhost.zone
    -rw-r--r-- 1 named named 427 19. Dez 2005 named.broadcast
    -rw-r--r-- 1 named named 2518 19. Dez 2005 named.ca
    -rw-r--r-- 1 named named 424 19. Dez 2005 named.ip6.local
    -rw-r--r-- 1 named named 426 19. Dez 2005 named.local
    -rw-r--r-- 1 named named 427 19. Dez 2005 named.zero
    drwxrwx--- 2 named named 4096 27. Jul 2004 slaves

    I mean ISPConfig's PHP, that for my webcontent. Is it still PHP Vers. 5.1.3? :) Was the hotfix only for the apache for the webinterface. OK :) Thx for the hint.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Looks ok. Please check that the permissions of all directories in the /var/named/chroot/var/named/ path are as shown here:



    Sorry, I have to ask again. The PHP for your web sites is different from the PHP used by ISPConfig. Which one do you mean?
     
  4. Pasco

    Pasco Member

    I guess you aks me to set the permissions like in your tutorial? Yes, I've already checked those permissions and reset them. I'll try it again.

    I mean the PHP for my websites. info.php shows me 5.0.5. So I guess the hotfix affected the PHP for my websites?

    Thx, p@sco
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    The hotfix can not affect the php installation for your websites.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Your main Apache's PHP and ISPConfig's PHP are totally independent from each other.

    Please do this:
    Code:
    chmod 755 /var/named/
    chmod 775 /var/named/chroot/
    chmod 775 /var/named/chroot/var/
    chmod 775 /var/named/chroot/var/named/
    chmod 775 /var/named/chroot/var/run/
    chmod 777 /var/named/chroot/var/run/named/
    cd /var/named/chroot/var/named/
    ln -s ../../ chroot
     

Share This Page