Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,682
- Themes
- 10,431
- Plugins
- 15,361
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
For reloading Apache after installing php5-mysql, you might end up doing this on CentOS:
sudo /sbin/service apache2 restart
or
sudo /etc/init.d/apache2 restart
or even
sudo /usr/sbin/apache2ctl graceful
One of those should restart the apache2 daemon.