Syntax error on line 205 of /root/ispconfig/httpd/conf/httpd.conf

Discussion in 'Installation/Configuration' started by Nu2Linux, Nov 5, 2005.

  1. Nu2Linux

    Nu2Linux New Member

    1.how do i fix this error? i'd like to use https to access ispconfig.
    2.could i delete the directories and database and run the install again and choose http instead of https as a possible workaround?
    ===========================================================
    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:
    1) HTTPS
    2) HTTP
    Your Choice: 1

    Connected successfully to MySQL server
    Restarting some services...
    Shutting down postfix: [ OK ]
    Starting postfix: [ OK ]
    Shutting down proftpd: [ OK ]
    Starting proftpd: [ OK ]
    Starting ISPConfig system...
    Syntax error on line 205 of /root/ispconfig/httpd/conf/httpd.conf:
    Cannot load /root/ispconfig/httpd/libexec/libphp5.so into server: /root/ispconfig/httpd/libexec/libphp5.so: cannot restore segment prot after reloc: Permission denied
    /root/ispconfig/httpd/bin/apachectl startssl: httpd could not be 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.

    [root@localhost install_ispconfig]#
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Seems to be a problem with ISPConfig's PHP5. Do you use a 64bit Linux or a 32bit one? If you use a 64bit Linux that could be the problem.

    On the other hand, it could also be a hardware problem (RAM, hard disk), but I don't think so right now.
     
  3. Nu2Linux

    Nu2Linux New Member

    using linux 32 bit

    using linux 32 bit
     
  4. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    ls -l /root/ispconfig/httpd/libexec/libphp5.so
    ?
     
  5. Nu2Linux

    Nu2Linux New Member

    output is....

    root@localhost install_ispconfig]# ls -l /root/ispconfig/httpd/libexec/libphp5.so
    -rwxr-xr-x 1 root root 7850036 Nov 4 19:01 /root/ispconfig/httpd/libexec/libphp5.so
     
  6. falko

    falko Super Moderator ISPConfig Developer

    That's fine, too.
    If I were you, I'd simply install ISPConfig again (but do not delete the current ISPConfig installation, the installer will then realize that it's an update).
     

Share This Page