Hi there,
I don't know what did i did wrong, now my httpd seems to have problem to startup.
[root@e-smith conf]# /etc/rc.d/init.d/httpd start
Starting httpd: Syntax error on line 207 of /etc/httpd/conf/httpd.conf:
Missing IP address
[ FAILED ]
then, i tried to rectify and uncommented line 207, 443, and i got the difference error ...
[root@e-smith conf]# /etc/rc.d/init.d/httpd start
Starting httpd: [Wed Oct 3 16:33:36 2001] [error] Cannot resolve host name ---
ignoring!
[Wed Oct 3 16:33:36 2001] [error] Cannot resolve host name --- ignoring!
[Wed Oct 3 16:33:36 2001] [error] Cannot resolve host name --- ignoring!
[Wed Oct 3 16:33:36 2001] [error] Cannot resolve host name --- ignoring!
[ OK ]
--- /etc/httpd/conf/httpd.conf --
205 Listen 127.0.0.1:80
206 Listen 192.168.168.225:80
207 #Listen :80
208
209 ##########################################################
210 ## SSL Global Context Configuration
211 ##
212 ## All SSL configuration in this context applies both to
213 ## the main server and all SSL-enabled virtual hosts
214 ## (unless overridden by virtual hosts)
215 ##
216
217 ## SSL Support
218 ## When we also provide SSL we have to listen to the
219 ## standard HTTPS port - 443
220 ##
221 Listen 127.0.0.1:443
222 Listen 192.168.168.225:443
223 #Listen :443
kindly advise.
regards.