From:             [EMAIL PROTECTED]
Operating system: Win98+Apache
PHP version:      4.1.2
PHP Bug Type:     *Web Server problem
Bug description:  Problem with NameVirtualServer

Hi!

In version 4.1.2 you have problem if I create VirtualNameServers in
Apache. 


I copy file php4st.dll at C:\Windows and add in Apache config file
strings:
----------
LoadModule php4_module "c:/www/PHP/sapi/php4apache.dll"
#AddModule mod_php4.c
AddType application/x-httpd-php .php

NameVirtualHost 217.199.106.84

<VirtualHost 217.199.106.84>
ServerName divx.lv
ServerAlias www.divx.lv
DocumentRoot c:/www/divx/
</VirtualHost>
----------

When Apache starting it write "mod_php4.c alredy excist,skipped" , becaus
I coment it.


But The Bug is - if I go at my site and it is .php file , then I see ERROR
string. For exsample if URL is http://www.divx.lv/i1.php
------
Warning: Failed opening 'c:/www/divx/i1.php' for inclusion
(include_path='c:\php4\pear') in Unknown on line 0
------
In my disk NOT excist direcrory "c:\php4" !!!!
It NOT excist in my .ini files or in Win registry.
If I modificy variable "include_path" in php.ini - it not help me. :(

I ask help-question on russians forums - and one man say - "It , I think ,
is bug in version 4.1.2 , I install version 4.1.1 and it work perfectly!"

And realy , vhen I install version 4.0.6 - it free from this bug!!!
-- 
Edit bug report at http://bugs.php.net/?id=16315&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16315&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16315&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16315&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16315&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16315&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16315&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16315&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16315&r=submittedtwice

Reply via email to