ghettoc401
Verified User
- Joined
- Jan 18, 2009
- Messages
- 5
First and foremost, let me say that I have been searching the forums for the past 2 days and I have not found anything that has helped me.
Ok, now for my situation. I was on the forums last week looking for a way to block IP access to my VPS (running Fedora Core 7) when I came across this thread here. Now because I have 3 other VPS's with CentOS5 on them, I forgot that the VPS I was working on had FC7 and I installed Quick Deployment. After I installed it, my VPS went down, and I had to get my hosting company to reinstall the O/S files for me so that I could at least SSH into the VPS again. Ok, that was the whole backstory
Now I finally have SSH access and I was able to reinstall DA on my VPS again, but only sometimes after a lucky reboot of my VPS, I can log into DA. After looking in the services panel, it (being DA) found that httpd is not running / cant run. I tried to run
and I get errors for days. Just to see what would happen, I would comment out the error in httpd.conf to see if httpd would continue starting, but it seems like there's always another error coming after it. Here is a log of all the errors:
Now my intial thoughts are that the modules directory does not exist or there are no modules installed, but I dont know how to install modules. I would use yum but I read in another thread that using yum to install/update httpd will break the installation, so I didn't want to try doing that (and potentially making things worse). Any help is greatly appreciated, thanks in advance.
Ok, now for my situation. I was on the forums last week looking for a way to block IP access to my VPS (running Fedora Core 7) when I came across this thread here. Now because I have 3 other VPS's with CentOS5 on them, I forgot that the VPS I was working on had FC7 and I installed Quick Deployment. After I installed it, my VPS went down, and I had to get my hosting company to reinstall the O/S files for me so that I could at least SSH into the VPS again. Ok, that was the whole backstory
Now I finally have SSH access and I was able to reinstall DA on my VPS again, but only sometimes after a lucky reboot of my VPS, I can log into DA. After looking in the services panel, it (being DA) found that httpd is not running / cant run. I tried to run
Code:
service httpd start
Code:
[root@eoclan conf]# service httpd start
Starting httpd: httpd: Syntax error on line 24 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_vhost_alias.so into server: /etc/httpd/modules/mod_vhost_alias.so: undefined symbol: ap_pcalloc
[FAILED]
[root@eoclan conf]# service httpd start
Starting httpd: httpd: Syntax error on line 31 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_env.so into server: /etc/httpd/modules/mod_env.so: undefined symbol: ap_make_table
[root@eoclan conf]# service httpd start
Starting httpd: httpd: Syntax error on line 32 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_log_config.so into server: /etc/httpd/modules/mod_log_config.so: undefined symbol: ap_month_snames
[FAILED]
[root@eoclan conf]# service httpd start
Starting httpd: httpd: Syntax error on line 33 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_log_agent.so into server: /etc/httpd/modules/mod_log_agent.so: undefined symbol: ap_palloc
[FAILED]