Thread
:
How would you find the version of php running on a server you do not own?
View Single Post
#
3
6th June 2012, 05:47
rosehosting
Member
Join Date: Jun 2012
Posts: 32
Thanks: 0
Thanked 5 Times in 4 Posts
Try with the following command;
# curl -I
http://domain.com
Output:
HTTP/1.1 200 OK
Date: Wed, 06 Jun 2012 03:42:54 GMT
Server: Apache/2.2.16 (Debian)
X-Powered-By: PHP/5.3.13-1~dotdeb.0
Content-Type: text/html
rosehosting
View Public Profile
Send a private message to rosehosting
Find all posts by rosehosting