[PHP] Re: PHP/Apache configuration failure

2007-01-11 Thread Mark
Bruce A. Julseth [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... I can't get Apache to restart after I've configured for PHP. I've upgraded my installation to 5.2. Now, Apache 2.2.3 runs fine without any PHP additions. 1) I added my PHP directory, C:/PHP5, to my PATH 2) I copied

Re: [PHP] Re: PHP/Apache configuration failure

2007-01-11 Thread Miguel J. Jiménez
El Thu, 11 Jan 2007 08:15:49 -0500 Mark [EMAIL PROTECTED] escribió: LoadModule php5_module c:/Program Files/PHP/php5apache2_2.dll I do not have the AddModule line. I use AddType application/x-httpd-php .php .html. (I want to parse .html files as well.) I do not use the Action line. The

[PHP] Re: PHP/Apache configuration failure

2007-01-10 Thread zerof
Bruce A. Julseth escreveu: I can't get Apache to restart after I've configured for PHP. I've upgraded my installation to 5.2. ... ... My mailbox is spam-free with ChoiceMail, the leader in

RE: [PHP] Apache configuration

2001-04-11 Thread Jon Haworth
/tmp is the directory used on Unix systems to store session info. On a windows box you will need to change it to something like c:\temp or c:\apache\sessions. IIRC it's in your php.ini file, not httpd.conf. HTH Jon -Original Message- From: Alexis Antonakis [mailto:[EMAIL PROTECTED]]

RE: [PHP] Apache configuration

2001-04-11 Thread Alexis Antonakis
-General@Lists. Php. Net Subject: RE: [PHP] Apache configuration /tmp is the directory used on Unix systems to store session info. On a windows box you will need to change it to something like c:\temp or c:\apache\sessions. IIRC it's in your php.ini file, not httpd.conf. HTH Jon -Original