php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25590 Using Apache2 deflate_module with sesssions
Submitted: 2003-09-18 10:43 UTC Modified: 2003-09-19 18:39 UTC
From: andreas dot goetz at accenture dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.3 OS: Win2K
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: andreas dot goetz at accenture dot com
New email:
PHP Version: OS:

 

 [2003-09-18 10:43 UTC] andreas dot goetz at accenture dot com
Description:
------------
I've configure apache2 to compress html files. This leads to the well-known php error on session_start: Cannot send session cache limiter.

I understand apache2 support is still experimental. If I can help testing, I can provide the apache config and php code.

Cheers,
Andreas



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-18 20:44 UTC] iliaa@php.net
Does the problem occur without deflate_module?
 [2003-09-19 04:10 UTC] andreas dot goetz at accenture dot com
No, issue is gone without deflate_module.

Andi
 [2003-09-19 04:54 UTC] andreas dot goetz at accenture dot com
My mistake, sorry. The problem is not module_deflate related. I've found that the php session files on c:/temp are readonly. This is not happening on my other machine. Removing the read only checkmark from the file fixes the problem.

Any ideas?

Thanks a lot,
Andi
 [2003-09-19 18:39 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Sounds like a server mis-configuration issue, not a PHP bug. When php creates session files it does not set spefic permissions on them, the permissions are the default permissions in your system.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 12 02:01:26 2024 UTC