logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache Config File is missing...
Author
TMahoney1979



Joined: 28 Jun 2016
Posts: 4
Location: U.S.A., Austin, Texas

PostPosted: Sat 02 Jul '16 14:59    Post subject: Apache Config File is missing... Reply with quote

I can't find my Apache configuration file. I have a tutorial in PDF format, but the config file listed in the tutorial is not present in my actual system.

I'm looking at the directory: /etc/httpd/conf/httpd.conf

Can anyone point me to that file? Thanks. Confused
Back to top
mraddi



Joined: 27 Jun 2016
Posts: 149
Location: Schömberg, Baden-Württemberg, Germany

PostPosted: Sat 02 Jul '16 21:46    Post subject: Reply with quote

Some linux-distributions have different locations for their apache's config.
You may try to run the following command to find the conf-file on your system:
Code:
find /etc/ -name httpd.conf


I presume that apache is installed on your system. Wink
Back to top
TMahoney1979



Joined: 28 Jun 2016
Posts: 4
Location: U.S.A., Austin, Texas

PostPosted: Mon 04 Jul '16 16:05    Post subject: Apache Config File is missing... Reply with quote

Thanks, but it didn't work. I must not have Apache installed correctly after all.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 04 Jul '16 16:41    Post subject: Reply with quote

How did you install apache? Which distro do you use?
Back to top


Reply to topic   Topic: Apache Config File is missing... View previous topic :: View next topic
Post new topic   Forum Index -> Apache