crathehack
08-26-2001, 02:58 PM
I can't find it. Also, I tried using slocate but I still didn't see it. Is it called http.conf.h?
![]() | View Full Version : Locate http.conf on RAQ4? crathehack 08-26-2001, 02:58 PM I can't find it. Also, I tried using slocate but I still didn't see it. Is it called http.conf.h? Honu 08-26-2001, 03:02 PM Aloha should be in /etc/httpd/conf/httpd.conf just straight no extra h on end ?? and httpd not just http I think this is what you are looking for ??? if not sorry ;) seattlite 08-26-2001, 11:14 PM its probaly there, but use locate httpd.conf if you are having a hard time. "locate" is a pretty useful tool, not sure if you mistyped it from your post ("slocate") Chicken 08-27-2001, 01:58 AM That will find it as well, but the file(s) he was searching for weren't correct... Originally posted by crathehack Locate http.conf on RAQ4? I can't find it. Also, I tried using slocate but I still didn't see it. Is it called http.conf.h? bteeter 08-27-2001, 04:37 PM Originally posted by crathehack I can't find it. Also, I tried using slocate but I still didn't see it. Is it called http.conf.h? Run the following command at a UNIX prompt. It will tell you where the file is: find / -name "httpd.conf" -print You may want to put the results into a file so you don't have to have to wade through a clutter of permission denied messages. To do this use these lines instead: find / -name "httpd.conf" -print > /var/tmp/t cat /var/tmp/t Thanks - Brian mikeknoxv 08-27-2001, 05:24 PM httpd.conf.h ---> Source file? |