Results 1 to 10 of 12
where is httpd.conf in slackware 9.0
it doesnt seem to be in /etc/httpd/conf/httpd.conf where it is on redhat 9. can someone help thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-07-2003 #1
httpd.conf
where is httpd.conf in slackware 9.0
it doesnt seem to be in /etc/httpd/conf/httpd.conf where it is on redhat 9. can someone help thanksBIG K aka Kyle
Programming Forums
www.kylekonline.com
Please don\'t PM me for help-- ask in the forums instead!
- 08-07-2003 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
I think:
/usr/local/apache/conf/httpd.conf
or
/usr/local/apache2/conf/httpd.conf
but my apache is custom compiled.
Jason
- 08-07-2003 #3
Maybe its in this directory /etc/apache or /etc/apache2
- 08-07-2003 #4Linux Engineer
- Join Date
- Mar 2003
- Location
- U.S.A.
- Posts
- 1,025
The easies way I have found in finding file is to use th following from the cmd line: find -name filename.txt
This is run from the / dir so it will search all dir./subs's and will take a few minutes accceptings wildcard charactors as well. i.e. find -name filename* would still find filename.txt and any variation of "filename".Dan
\"Keep your friends close and your enemies even closer\" from The Art of War by Sun Tzu\"
- 08-07-2003 #5Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
or "locate httpd.conf"
- 08-07-2003 #6Linux Engineer
- Join Date
- Mar 2003
- Location
- U.S.A.
- Posts
- 1,025
There was a downside to "locate" although I can't remember what it was, find -name's downside is time to process because it does a real time search of all dir's vs the "locate" method which works but does work differently.
"Locate" uses a temp datebase or something so anything new may not be picked up or something like that which is why its faster. J if you rememer if you could shed some light on the differences since my mind is very foggy on it.
Dan
\"Keep your friends close and your enemies even closer\" from The Art of War by Sun Tzu\"
- 08-07-2003 #7Just Joined!
- Join Date
- Mar 2003
- Location
- UK
- Posts
- 82
well... i have a deafult apache install on slack 9.0... and its in /etc/apache/
- 08-07-2003 #8
well i guess i should have looked alittle more. o and the reason i had asked is i couldnt get locate to work something about the slocate.db is missing or something. and find jst wouldnt find it i dont know. it was odd. i will try tonite. i was jst used to it being in /etc/httpd directory not /etc/apache directory. thank for the help guys
BIG K aka Kyle
Programming Forums
www.kylekonline.com
Please don\'t PM me for help-- ask in the forums instead!
- 08-07-2003 #9Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
to fix that, try running "updatedb".
Originally Posted by big_k105
Jason
- 08-07-2003 #10Linux User
- Join Date
- Jun 2003
- Location
- Calgary, AB CANADA
- Posts
- 496
... as root
Originally Posted by Jaguar
\"Everything should be made as simple as possible, but not simpler.\"
Albert Einstein


Reply With Quote
