おまけ httpまわりの事前準備

[root@cent5-64b-40 conf]# ps -ef | grep httpd
root     22297     1  0 21:52 ?        00:00:00 /usr/sbin/httpd
apache   22299 22297  0 21:52 ?        00:00:00 /usr/sbin/httpd
apache   22300 22297  0 21:52 ?        00:00:00 /usr/sbin/httpd
apache   22301 22297  0 21:52 ?        00:00:00 /usr/sbin/httpd
apache   22302 22297  0 21:52 ?        00:00:00 /usr/sbin/httpd
apache   22303 22297  0 21:52 ?        00:00:00 /usr/sbin/httpd
apache   22304 22297  0 21:52 ?        00:00:00 /usr/sbin/httpd
apache   22305 22297  0 21:52 ?        00:00:00 /usr/sbin/httpd
apache   22306 22297  0 21:52 ?        00:00:00 /usr/sbin/httpd
root     22333 22161  0 21

[root@cent5-64b-40 conf]# diff /etc/httpd/conf/httpd.conf.orig
/etc/httpd/conf/httpd.conf
251c251
< ServerAdmin root@localhost
---
> > ServerAdmin root@cent5-64b-40
265a266
> > ServerName cent5-64b-40:80
[root@cent5-64b-40 conf]#