Derek C Hopkins wrote:
Hi Paul
No there is not the file you mentioned. but the httpd.config
does say it is for 2.2 ( attached)
Where did you get this file?
It's definitely not the Fedora config file because it's full of
references to /usr/local and has the server running as user "daemon"
rather than "apache".
Was this the file /etc/httpd/conf/httpd.conf on your system?
If so, you can get the real file as follows:
# mv /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.old
# rpm -e --nodeps httpd
# yum install httpd
(that must be a first for me, suggesting to use --nodeps!)
Paul.