|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
headers
Hi,
We are using IIS 5 on Windows 2000 with PHP. We use responses from web pages on our server to communicate with some applications. The pages used to be written in ASP, but we switched everything to PHP so that Apache can be used also. Here is our problem. One application uses persistant connections to send data. It was not working with the php pages. A trace showed that on IIS, a "Connection: close" header was being sent, while on Apache, that header was not present. With the old ASP pages, that header was not being sent. Why is IIS closing the connection with PHP, but it didn't with ASP? Is there a way to keep the connection open? Sending the "Connection: Keep-Alive" header in php did not work, as the "Connection: close" header was being sent also. Thank's for any help you can give us. Chris |
|
#2
|
|||
|
|||
|
I have no idea, sorry. I don't use php on IIS.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > headers |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|