ID:               24639
 User updated by:  nospam at rshell dot org
 Reported By:      nospam at rshell dot org
-Status:           Feedback
+Status:           Open
 Bug Type:         Apache related
 Operating System: linux
 PHP Version:      4.3.3RC2-dev
 New Comment:

what does that mean "complete testcase script"?


Previous Comments:
------------------------------------------------------------------------

[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 /.

------------------------------------------------------------------------

[2003-07-14 10:33:38] [EMAIL PROTECTED]

How exactly is your virtualhost setup?
Where is that script located which has that include() ?
What is in that .htaccess file involved?


------------------------------------------------------------------------

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

Reply via email to