ID: 24639
Updated by: [EMAIL PROTECTED]
Reported By: nospam at rshell dot org
-Status: Open
+Status: Feedback
Bug Type: Apache related
Operating System: linux
PHP Version: 4.3.3RC2-dev
New Comment:
We need to have short example scripts which we can use ourselves to try
and reproduce this segfault, otherwise we can't fix it.
Previous Comments:
------------------------------------------------------------------------
[2003-07-14 13:41:44] nospam at rshell dot org
what does that mean "complete testcase script"?
------------------------------------------------------------------------
[2003-07-14 12:55:58] [EMAIL PROTECTED]
Ok. Then provide us complete testcase scripts.
------------------------------------------------------------------------
[2003-07-14 12:43:27] nospam at rshell dot org
yes
------------------------------------------------------------------------
[2003-07-14 12:32:39] [EMAIL PROTECTED]
If you remove all those php_admin_value settings, does it still
segfault?
------------------------------------------------------------------------
[2003-07-14 11:33:00] nospam at rshell dot org
this is the virttualhost:
<VirtualHost xx.xxx.xx.xx:80>
ServerAdmin [EMAIL PROTECTED]
ServerName domain.com
ServerAlias www.domain.com
User domain
Group domain
DocumentRoot /var/www/html/domain
php_admin_value safe_mode 1
php_admin_value open_basedir /var/www/html/domain/
php_admin_value upload_tmp_dir /var/www/html/domain/tmp
php_admin_value file_uploads 1
php_admin_value safe_mode_exec_dir /dev/null
php_admin_value safe_mode_include_dir
/var/www/html/domain/public_html/
</VirtualHost>
The site in question is www.pctip.co.il.
when you login, note the header. That's the file in question, and on
the right side there's a banner. Thats the include() line. now click
the forum, you will see the same header but with no banner (you'll see
the works "banner" on the right). I've edited that to stop the seg
faults. The include line was there, when you access that header file
from the forum dir, and only from the forum dir, you get segmentaion
fault.
As for .htaccess, there's no .htaccess anywhere in the path
of the forum dir, or the includes dir, and up to /.
------------------------------------------------------------------------
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/24639
--
Edit this bug report at http://bugs.php.net/?id=24639&edit=1