httpd fail to start

FleroviumUranus

Verified User
Joined
Aug 28, 2012
Messages
93
Location
everwhere
when i start my httpd service it give this error
[root@mycall custombuild]#service httpd start
Starting httpd: httpd: Syntax error on line 18 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf/extra/httpd-phpmodules.conf: Cannot load /usr/lib/apache/mod_fastcgi.so into server: /usr/lib/apache/mod_fastcgi.so: undefined symbol: unixd_config
 
cli version
also i again rebuilding the custom build
so it is good if you van provide me the way to rewrite all apache file
as i already make a lots of chnage in it :)
 
[root@mycall custombuild]#./build rewrite_confs
"no" not allowed in expression at -e line 1, near "print "
syntax error at -e line 1, near "print no "
Execution of -e aborted due to compilation errors.

not working :(
 
now after custombuild when i restart httpd service it give a new error

[root@mycall custombuild]#service httpd restart
Stopping httpd: [ OK ]
Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/httpd/conf/ips.conf:6
[Tue Sep 11 07:21:42.513152 2012] [core:error] [pid 13980] (EAI 3)Temporary failure in name resolution: AH00547: Could not resolve host name |IP| -- ignoring!


gurrrr
what i do now
 
So you need to post those bugs in the correct section cause CB 2.0 is still ALPHA release and is not suggested for production environment.

Apparently didnt took the |IP| value for virtual host (second error) and the first related to ips.conf can be ignored

I really does hope this is NOT a production server, if it is, you would probably need to go back to CB 1.2 and/or manually change the virtual_hosts file corrupted

Regards
 
[root@mycall custombuild]#./build rewrite_confs
"no" not allowed in expression at -e line 1, near "print "
syntax error at -e line 1, near "print no "
Execution of -e aborted due to compilation errors.
Found and fixed this error.

The pre-release binaries are uploaded and we're almost ready to announce DA 1.42.0 for beta testing (which will include CB2.0 for beta)

John
 
Back
Top