Quote:
Originally Posted by cooldude7
now httpd start with default config but when i replace it with old config file i get the same errors.,
imho the errors are because the missing shitloads of modules.,
i gotta sort and find what modules are needed.,
|
hey try this and restart apache. it wont fuck anything up:
Code:
yum -y remove httpd* gcc gcc-c++ autoconf
yum -y install httpd httpd-devel php php-gd php-devel gcc gcc-c++ autoconf
gcc might be the problem. i think its required for httpd-devel modules.
#