LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apache Installation/Configuration (https://www.linuxquestions.org/questions/linux-newbie-8/apache-installation-configuration-486606/)

hkillen 09-24-2006 07:02 PM

Apache Installation/Configuration
 
I installed Apache 1.3.37 from Source
These are the commmands I used:

tar -xzvf /root/Desktop/compressedfile.tar.gz
cd compressedfiledirectory/
./configure
make
su
make install

I thought everything went well.
Now, I can't find the /etc/httpd/ directory
I can't find any of the config files for Apache
What's going on


P.S. I am not using Apache 2 b/c I can't find a lot of documentation on it

I am using RedHat Linux Enterprise Release 4

w3bd3vil 09-24-2006 07:07 PM

didnt you get any errors while compiling?

what does the command
service apache status
have to say?

Kristijan 09-24-2006 07:09 PM

I don't think the default location is in /etc/httpd. I'm not to sure what the default is, but have you tried checking in /usr/local ?

If you want /etc/httpd as the install location, you can specify it when you do your ./configure

./configure --help should give you a list of switches that can be used.

-Kristijan

hkillen 09-25-2006 06:32 PM

Kristi
 
Thanks Kristi, you were right.
Sorry about the Crocodile hunter HK


All times are GMT -5. The time now is 06:58 AM.