ID: 34846 Updated by: [EMAIL PROTECTED] Reported By: jonathan dot semczyk at telecomlille dot net -Status: Open +Status: Feedback Bug Type: Apache2 related Operating System: Linux 2.4.26-grsec PHP Version: 5CVS-2005-10-13 (snap) Assigned To: tony2001 New Comment:
Well, root account would be great. Or an unprivileged account with apache/php installed + all this .htaccess/rewrite stuff. Previous Comments: ------------------------------------------------------------------------ [2005-10-13 17:44:37] jonathan dot semczyk at telecomlille dot net Sure, what do you need ? ------------------------------------------------------------------------ [2005-10-13 17:42:10] [EMAIL PROTECTED] Works perfectly with any URL here. ------------------------------------------------------------------------ [2005-10-13 17:33:34] jonathan dot semczyk at telecomlille dot net interesting, my .htaccess is : RewriteEngine On RewriteRule ^.*$ test.php [L] my test.php contains : jon<?php echo "jon"; ?> The URL http://karibou/ and any other gives a blank page. The URL http://karibou/test.php displays "jonjon" (RewriteEngine is On). ------------------------------------------------------------------------ [2005-10-13 17:30:49] [EMAIL PROTECTED] Well, that didn't help me in reproducing it. Could you provide an account on one of those hosts? ------------------------------------------------------------------------ [2005-10-13 17:05:38] jonathan dot semczyk at telecomlille dot net I tryied on an other environment. First I was on a Debian Sarge, now I am on an Ubuntu Breezy (also Apache 2.0.54). php5-200510131230, latest at this time, gives me a blank page. php5-200509011430 works, I know I had the segfault (bug #34581) with the version php5-200509221430 so I did my dev on an older one. I have an Apache vhost, very simple configuration : <VirtualHost *> ServerName karibou DocumentRoot /home/jon/karibou/public_html <Directory /home/jon/karibou/public_html> AllowOverride all order allow,deny allow from all </Directory> </VirtualHost> my configure line is : ./configure --with-apxs2=/usr/bin/apxs2 --with-config-file-path=/etc/php5/apache2 --disable-debug --with-pear=/usr/share/php --enable-calendar --with-gettext --enable-mbstring --with-mysql --with-pdo-mysql --enable-imap --enable-ldap --with-xmlrpc --with-pgsql --with-gmp --with-imap --with-imap-ssl --with-kerberos --with-gd --with-jpeg-dir=/usr --with-ttf --enable-gd-native-ttf --with-zlib --with-mcrypt ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/34846 -- Edit this bug report at http://bugs.php.net/?id=34846&edit=1