Sunday, September 16, 2012

Basic commands of Apache / PHP on Linux


Basic Commands Of Apache/PHP on Linux
Environment: CentOS 6.2

Check PHP version:
#php -v

Restart the apache:
#/etc/init.d/httpd restart 

Reload the apache:
#/etc/init.d/httpd reload
 

to-be-continue...

No comments:

Post a Comment