Server String?
From: Jamie Burns (sephana_at_email.com)
Date: 12/30/03
- Next message: Tim Tyler: "PHP mail() on Server2003 Uses Odd Ports"
- Previous message: Mike M: "Re: PHP4 network functions"
- Next in thread: CountScubula: "Re: Server String?"
- Reply: CountScubula: "Re: Server String?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 18:52:49 -0000
Can anyone tell me how I can modify the Server String header?
At the moment it is:
Server: Apache/1.3.27 (Unix) PHP/4.3.3
But I would like it to become:
Server: Apache/1.3.27 (Unix) PHP/4.3.3 MyApplication/4.0
I have tried:
header('Server: ' . $_SERVER['SERVER_SOFTWARE'] . '
MyApplication/4.0');
And:
header('Server: MyApplication/4.0');
Right at the beginning of my application with no success.
Any ideas?
Thanks,
Jamie Burns.
- Next message: Tim Tyler: "PHP mail() on Server2003 Uses Odd Ports"
- Previous message: Mike M: "Re: PHP4 network functions"
- Next in thread: CountScubula: "Re: Server String?"
- Reply: CountScubula: "Re: Server String?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|