ID:               27110
 Updated by:       [EMAIL PROTECTED]
 Reported By:      walter at brunner dot at
 Status:           No Feedback
 Bug Type:         Apache2 related
 Operating System: Linux (Gentoo)
 PHP Version:      4CVS-2004-02-01
 Assigned To:      iliaa
 New Comment:

It's fixed for me in 4.3.5RC3



Try the latest 4.3.5 RC, or CVS snapshot


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

[2004-03-24 11:19:57] bfriday at lasierra dot edu

Installed php-4.3.4 and this bug continues to be a problem moved to the
latest RC2 when it came out last week and the bug while listed in other
reports as "fixed" continues to be a problem.



I've got a virtual host situation in which the following is occuring:

1) primary hostname is fine it is not using php so there is no error

2) this virtual host is fine but is using php and it has some
additional information which is set over and above our default settings
in the php.ini via .htaccess files. 

3) this virtual host is using just html so is fine as well

4) this virtual host would like to use php but cannot as php demands to
look for setting which is not defined in the global .htaccess but
rather in the .htaccess of virtual host 2. PHP consistently errors out
and is unusable on this host as no program gets past the php_value
auto_prepend_file line which is located in virtual host 2's .htaccess
file. 



Please let me know if you have need of further information I can
provide the domain names to a developer to do a look see but would need
to do that privately. I'd really appreciate it if this is fixed as it
makes using php in a virtual host setting impossible.

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

[2004-02-16 01:19:35] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



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

[2004-02-11 12:47:16] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Unable to replicate with latest CVS. 

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

[2004-02-01 15:48:14] walter at brunner dot at

I did additional experiments. The error occurs only in one specific
virtual host. I am not able to reproduce the error within the same
server (other virtual hosts) or on another server. The only difference
between the vhost with error and the others is, that this vhost hast a
designated ip-address, the other vhost share all the same ip address.



The other parameters in the apache-config for the faulty vhost are:

<VirtualHost 1.2.3.4:80>

DocumentRoot /some/dir/web

ServerName server.name.com

ErrorLog /some/dir/logs/error_log

CustomLog /some/dir/logs/access_log extended

php_admin_value upload_tmp_dir "/some/dir/web/tmp"

php_value session.save_path /some/dir/tmp

php_admin_flag safe_mode off

<Directory "/some/dir/web">

AllowOverride All

</Directory>

<Directory "/some/dir/web/admin">

php_admin_value max_execution_time 1800

AllowOverride All

</Directory>

</VirtualHost>



The .htaccess of the /-directory:

php_value include_path ".:/usr/local/lib/php:/some/dir/web/php"

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

[2004-02-01 05:48:20] [EMAIL PROTECTED]

Please read the bug #25753 comments. You have to come up with better
information how we can reproduce this ourselves..



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

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/27110

-- 
Edit this bug report at http://bugs.php.net/?id=27110&edit=1

Reply via email to