Web Servers

From Joseph Luis Wiki
Revision as of 08:19, 20 October 2014 by Josephluis (Talk | contribs) (Created page with "'''Back to the TOC''' =Apache in Linux= ==Reload php.ini== Try to restart the apache service. Alternatively, type in a terminal the following to identi...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to the TOC

Apache in Linux

Reload php.ini

Try to restart the apache service. Alternatively, type in a terminal the following to identify the php process:

ps -ef | grep php
then, restart the php service e.g.

sudo service php53 restart

or force PHP to reload by killing the process

sudo killall php53.cgi


Ngnix