Apache and PHP5 don't start

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Apache and PHP5 don't start

    Hello,

    I've Apache2 and PHP5 running.
    After that I compiled PHP5 new with:

    Code:
    ./configure --prefix=/usr/local/php5 --with-libxml2-dir=/usr/lib --with-openssl --with-apxs2=/usr/local/apache2/bin/apxs --with-tiff-dir=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-expat-dir=/usr/local/ --with-gd --enable-gd-imgstrttf --enable-gd-native-ttf --with-freetype-dir=/usr/local --with-ttf=/usr/local --enable-gd-imgstrttf --enable-gd-native-ttf --enable-ftp --enable-calendar --with-png-dir=/usr --with-jpeg-dir=/usr/lib --with-zlib-dir=/usr/lib
    But after a restart of the PC the Apache2 didn't start.
    Only if I remove the PHP5 module in the httpd.conf:
    LoadModule php5_module modules/libphp5.so


    How is it possible to verify that the PHP5 module is correct?

    Please I need some help to solve that problem.!!!!

    Thanks a lot
    Greetings surfer

  • #2
    Re: Apache and PHP5 don't start

    Original geschrieben von surfer
    How is it possible to verify that the PHP5 module is correct?
    Actually it should be alright if you didn't get any error messages during the build process (configure & make).

    Have a look at Apache's error log!

    Kommentar

    Lädt...
    X