ID: 41982 User updated by: alex__rider at hotmail dot com Reported By: alex__rider at hotmail dot com -Status: Feedback +Status: Open Bug Type: Apache2 related Operating System: WinXP PHP Version: 5.2.3 New Comment:
I removed the last 'action' form the httpd.conf file and restarted apache, php works but I still get the same problem, the cookie is still not set. Previous Comments: ------------------------------------------------------------------------ [2007-07-14 11:09:56] [EMAIL PROTECTED] Try remove that last "Action" entry from httpd.conf.. ------------------------------------------------------------------------ [2007-07-14 11:08:11] alex__rider at hotmail dot com I have installed apache2 from the windows installer on the site, and installed php5 from the windows installer, added the relevant bits into the httpd.conf file PHPIniDir "K:\apps\PHP\" LoadModule php5_module "K:\apps\PHP\\php5apache2_2.dll" ScriptAlias /php/ "K:/Apps/PHP" AddType application/x-httpd-php .php .php5 Action application/x-httpd-php "K:/Apps/PHP/php.exe" the only extra module I have installed is php mysql ------------------------------------------------------------------------ [2007-07-14 10:55:34] [EMAIL PROTECTED] How exactly have you setup PHP in apache? Are there some special modules enabled in Apache? I can't reproduce this at all.. ------------------------------------------------------------------------ [2007-07-14 10:26:51] alex__rider at hotmail dot com These are the headers that firebug gives me: Response Headers Date Sat, 14 Jul 2007 10:21:10 GMT Server Apache/2.2.4 (Win32) PHP/5.2.4-dev X-Powered-By PHP/5.2.4-dev Keep-Alive timeout=5, max=99 Connection Keep-Alive Content-Type text/html Transfer-Encoding chunked Request Headers Host localhost User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 Accept text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language en-gb,en;q=0.5 Accept-Encoding gzip,deflate Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Connection keep-alive Referer http://localhost/test/ ------------------------------------------------------------------------ [2007-07-14 09:06:21] [EMAIL PROTECTED] Check the headers PHP sends for that page.(with e.g. Firebug) ------------------------------------------------------------------------ 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/41982 -- Edit this bug report at http://bugs.php.net/?id=41982&edit=1