php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13177 Broken tags in phpinfo()
Submitted: 2001-09-06 11:17 UTC Modified: 2001-09-06 11:42 UTC
From: wirtz at web-active dot com Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.0CVS-2001-09-06 OS: RedHat 7.1 2.4.9-ac7
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wirtz at web-active dot com
New email:
PHP Version: OS:

 

 [2001-09-06 11:17 UTC] wirtz at web-active dot com
Hi again,

in the section "apache" there's the subsection "Max Requests".
The HTML there is
Per Child: 0<br>Keep Alive: on<br>Max Per Connection: 100
but should be
Per Child: 0<br>Keep Alive: on<br>Max Per Connection: 100
One row down:
Connection: 300&lt;br&gt;Keep-Alive: 15
should be
Connection: 300<br>Keep-Alive: 15

Regards,
Alex

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-06 11:42 UTC] sniper@php.net
They are not broken. This is intented behaviour.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC