Hotfix PHP segfaults ISPConfig 2.2.x ???

Discussion in 'General' started by mphayesuk, Apr 17, 2006.

  1. mphayesuk

    mphayesuk Member HowtoForge Supporter

    Is this a problem???????

    server1:~ # /root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php
    ls: /etc/apache2/vhosts.d/*.conf: No such file or directory
    start
    postmap: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
    postmap: warning: inet_protocols: configuring for IPv4 support only
    ende
    server1:~ #

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No, thats no problem. As long as you see the word "ende" at the end of the output, the script has run successfully.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Run
    Code:
    postconf -e 'inet_protocols = ipv4'
    /etc/init.d/postfix restart
     

Share This Page