Apache2 file locations (on Debian Sarge perf. Setup)?

Discussion in 'Server Operation' started by edge, Sep 10, 2006.

  1. edge

    edge Active Member Moderator

    I'm still having a hell of a time getting Coldfusion MX7 to run nice on my Debian Sarge server.

    To make sure I've setup everything correct I need someone here to verify for me the following paths.

    I have used directory: /etc/apache2

    I have used file: /usr/sbin/apache2

    I have used file: /etc/init.d/apache2

    Are the files and directory that I have set correct for Apache2?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Looks ok. The output of
    Code:
    apache2 -V
    might be interesting for you.
     
  3. edge

    edge Active Member Moderator

    Hmmm..

    I'm now 100% sure that the "Apache configuration file (httpd.conf)" is in: /etc/apache2/

    I'm still not sure about the "Apache program binary file" and "the control file that you use to start and stop the Apache web server" :(
     
  4. falko

    falko Super Moderator Howtoforge Staff

    The main configuration file is /etc/apache2/apache2.conf.

    You can check the Apache init script in /etc/init.d. It should have a reference to the Apache binary.
     

Share This Page