ID: 20040 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: SuSE Linux 7.2 PHP Version: 4.2.3 New Comment:
cd httpd-2.0.43 ./configure --prefix=/usr/local/apache-test --enable-so --enable-ssl --with-ssl=/usr/local/openssl --enable-info --with-mpm=prefork --with-port=4080 --enable-speling --enable-deflate --enable-mime-magic --enable-modules="mod_ldap mod_auth_ldap" make make install cd ../php-4.2.3 ./configure --with-apxs2=/usr/local/apache-test/bin/apxs --with-config-file-path=/etc --enable-memory-limit=yes --enable-debug=no --with-pgsql=/usr --with-sybase=/opt/sybase/ --with-mysql=/usr --without-mcrypt --with-ldap=/usr --enable-calendar --with-gd=/usr --enable-gd-native-ttf --with-ttf Previous Comments: ------------------------------------------------------------------------ [2002-10-24 00:24:46] [EMAIL PROTECTED] with prefork ------------------------------------------------------------------------ [2002-10-23 11:37:56] [EMAIL PROTECTED] what kind of mpm model is your Apache 2 using? ------------------------------------------------------------------------ [2002-10-23 08:12:42] [EMAIL PROTECTED] Today I updated our system to Apache 1.3.27 with php 4.2.3 which works perfectly. Beside this I installed a test system - Apache 2.0.43 with php 4.2.3 - which uses the same php.ini file! With our php scripts I am using phplib template engine which tries to load a template from where the php script can be found in ./templates/index.thtml - with the Apache 1.3.27 this always works perfectly - with earlier versions of Apache2/PHP this also worked - but in this combination I got an file not found error - so I assume that the current directory is not equal to the running scripts directory. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20040&edit=1
