my httpd service wont start/restart possibly because i have nothing in my usr/share/php/ directory how do i restore this paerticular directory using yum in ssh on centOS? if i have virtual host paths in ssl.conf configurred improperly that wouldnt stop httpd from starting? i need to fix this too but i think its the directory
feedback
|
migrated from stackoverflow.com Apr 28 '11 at 9:31
This question came from our site for professional and enthusiast programmers.
|
It would be a bit peculiar to find binary files in /usr/share - and anything else related to PHP would not prevent the webserver from starting. Show us your error_log | |||
feedback
|
|
yum install php yum install mysql yum install apache or yum update php | |||||||||||
feedback
|
|
Here's an untested answer:
| |||
feedback
|