Hi,
I'm rewriting the accounting.inc.php module of cPanel, for it was distributed with cpanel 4 (2002), and produces lots of errors with error_reporting(E_ALL);. I want to do it all over one connection, and OOP.
Now, I encounter a problem, I specifically request to do _NOT_ close the connection using the keep-alive option, but the webserver of WHM simply appears to ignore it. Here is the conversation:
regards,
Freakin'me
I'm rewriting the accounting.inc.php module of cPanel, for it was distributed with cpanel 4 (2002), and produces lots of errors with error_reporting(E_ALL);. I want to do it all over one connection, and OOP.
Now, I encounter a problem, I specifically request to do _NOT_ close the connection using the keep-alive option, but the webserver of WHM simply appears to ignore it. Here is the conversation:
There's no difference when I use HTTP/1.0 or HTTP/1.1. Anybody who could help me out? Or is this just not implemented in the webserver (which should have been implemented acc. RFC 2068).GET /scripts2/listaccts?nohtml=1&viewall=1 HTTP/1.1
Connection: Keep-Alive
Authorization: WHM username:accesshash
HTTP/1.0 200 OK
Connection: close
Server: whostmgr/10.8.0
Content-type: text/html
regards,
Freakin'me