Bug 68635

Summary: Debugging is turned on by default
Product: [Retired] Red Hat Linux Reporter: Chip Shabazian <chip>
Component: phpAssignee: Phil Copeland <copeland>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-07-11 21:34:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chip Shabazian 2002-07-11 21:34:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)

Description of problem:
in /etc/php.ini, in the [debugger] section, the debugger.enabled value is set 
to true.  While this is nice for debugging, it causes problems with people 
behind a firewall that access php pages that perform certain functions.  This 
feature should be set to false by default as debugging is not something you 
normally want on by default.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. use a php script like squirrelmail
2. be behind a firewall (I don't know if NAT is required or not)
3.
	

Actual Results:  3 minute 10 second delay doing certain functions, including 
just retrieving the login page.

Expected Results:  3 minute 10 second delay

Additional info:

I noticed the problem while running ethereal and noticing that the server was 
trying to contact my machine on port 7869.  By looking at php.ini, I discovered 
the debugging was turned on, and set to port 7869, which was of course blocked 
by my firewall.  Turning off debugging fixes the problem, as does opening port 
7869 (which most people are NOT going to be able to figure out)

Comment 1 Phil Copeland 2002-08-05 18:09:50 UTC
Ack,..
Turned off by default now

Phil
=--=