How I can log in my server and find thoses .conf files like httpd.conf etc? i did log in root and dont see it any ideas? i am just curious
Thanks
How I can log in my server and find thoses .conf files like httpd.conf etc? i did log in root and dont see it any ideas? i am just curious
Thanks
/usr/local/apache/conf
ok thanks now next how i can get or edit that file? thru ssh or ftp or what? i know WHM but whats other way? thanks
log in as root via ssh and
using your favorite editor ( vi,pico,nano etc)
edit /usr/local/apache/conf/httpd.conf
http://www.oreilly.com/catalog/redhat3/
get that book and spend time with it, trust me its better to read that book before you touch anything takes only 3 days![]()
Affordable Linux Server Managament Solution
http://www.linuxnetworkcare.com/services/cpanel.php
[ Phone: 647-722-5303 MSN : sutha@linuxnetworkcare.com AIM : xerophytev skype:ksutha5]
To help even further here's a (non-affiliate) link to buy it for only $7.00!
http://product.half.ebay.com/Learnin...oQQprZ30215277
to find files on your server you can run those commands in shell
locate httpd.conf
or
whereis httpd.conf