php-windows Digest 17 Mar 2002 11:51:07 -0000 Issue 1051

Topics (messages 12666 through 12667):

php4 / sessions / win2k
        12666 by: Wolfgang Schneider

include_path    Help!!!!
        12667 by: walter

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Dear all,

somehow I am encountering a crash of the apache server on a Win2K Pc
here when trying to access a set of php files that use mysql as a
backend and involve "session" data ...  when trying to access the
index.php file, I get an error message saying "apache.exe caused an
error and is being terminated. please re-start the program" ...  

Now, the files work properly and without problems from my website
where I put them for testing purposes in a subdirectory ....   BUT
they do not work on my home PC where I have set up a testing
environment. The only difference apparently is that the website runs
on a Linux server, whereas my home PC is powered by Win2K ...

As far as I know, there is a problem with "session" handling under
Win2K or Win NT servers, and the suggested solution involves a
setting in the php.ini file.  

My current php.ini file setting is:
session.save_path =c:\apache\htdocs\sessions\tmp

And this directory does exist ...!  Nevertheless, I get the above
mentioned error and cannot test my pages on my home PC ... 

In my apache httpd.conf file I have included just a basic section for
my virtual host, which reads

<VirtualHost 127.0.0.1>
    ServerAdmin webmaster@localhost
    DocumentRoot e:/bibelcenter.de/www
    ServerName www.bibelcenter.de
    ErrorLog logs/www.bibelcenter.de-error_log
    CustomLog logs/www.bibelcenter.de-access_log common
    ScriptAlias /cgi-bin/ e:/bibelcenter.de/www/cgi-bin/
 <Directory "e:/bibelcenter.de/www">
        Options Indexes FollowSymlinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
 </Directory>
</VirtualHost>

Would someone have a suggestion what might be going on there?
God bless you with His grace and peace 
Wolfgang 

Looking for Biblical information? COME AND SEE! 
-- ONLINE Courses: http://classes.bibelcenter.de ... NEW!
-- BibelCenter: http://www.bibelcenter.de 
-- Bookstore: http://www.worthy.net/BibelCenter/ 



--- End Message ---
--- Begin Message ---
Hi

Hw do I configure the php ini so that  users can exec scripts from sub dirs
in there sites.
say my webserver stores the sites in a folder named www.
 what do I configure the include_path  to

include_path ="D:\www"

does not seem to work to well

walter




--- End Message ---

Reply via email to