tags 317577 unreproducible moreinfo
thanks

On Sat, Jul 09, 2005 at 10:03:58PM +0200, Carsten Wolff wrote:
> I have several virtualhosts on my system. Some of them I had configured
> to use phpbb2 from debian. For that the phpbb2-package suggests to load
> per-virtualhost configurations by adding a "php_value auto_prepend_file"
> directive to the respective virtualhost-section. So I did:

> <VirtualHost 123.123.123.123:80>
>         ServerName v1.xyz.ab
>         DocumentRoot /usr/share/phpbb2/site
>         php_value auto_prepend_file /etc/phpbb2/v1.xyz.ab.php
> </VirtualHost>

> <VirtualHost 123.123.123.123:80>
>         ServerName v2.xyz.ab
>         DocumentRoot /usr/share/phpbb2/site
>         php_value auto_prepend_file /etc/phpbb2/v2.xyz.ab.php
> </VirtualHost>

> Now when I open v1.xyz.ab in a browser, it will randomly load either
> configuration, depending on which child-process answers the request. if
> I add a phpinfo(); at the right place, I can even see, that
> "auto_prepend_file" sporadically has the (wrong) value
> "/etc/phpbb2/v2.xyz.ab.php".

This bug is 100% unreproducible for me here.  Are you sure
"123.123.123.123:80" is configured as a NameVirtualHost?  Do the
"auto_prepend_file" values from phpinfo() match the "SERVER_NAME" values?

-- 
Steve Langasek
postmodern programmer

Attachment: signature.asc
Description: Digital signature

Reply via email to