PDA

View Full Version : Where's Apache's http.conf on F5


cwynn
2006-09-14, 10:31 AM CDT
#find / -name "http.conf -user root
gives me this?

[root@localhost sbin]# find / -name "http.conf" -user root
/usr/share/logwatch/default.conf/services/http.conf
/usr/share/logwatch/default.conf/logfiles/http.conf
find: /proc/2824/task: No such file or directory
find: /proc/2824/fd: No such file or directory

I'm lost here. I expect to find something like
/lusr/local/Apache/
With assorted sub directories

I need to install PHP and I need info on apache and mysql for the compiler's arguments lsit

brunson
2006-09-14, 10:36 AM CDT
It's because the file is called "httpd.conf", not "http.conf".

In the future you can use rpm to help you, try this out:
rpm -ql httpd | grep conf

Good luck. :-)

cwynn
2006-09-14, 11:53 AM CDT
yes thanks... i see I mistyped it in the message.

oh how to search the rpm repository and see where it places the files... it's starting to come back after 11 months after setting up a linux system

thanks

tw56
2006-09-14, 01:44 PM CDT
>locate httpd.conf will find it. It should be at /etc/httpd/conf/httpd.conf .