Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache2 config file path on Ubuntu. [closed]

Tags:

can someone tell me the path of the Apache2 config file on Ubuntu. Thanks!

like image 344
Amal Antony Avatar asked Sep 02 '11 16:09

Amal Antony


People also ask

Where is apache2 config file on Ubuntu?

In Apache on Ubuntu, all the virtual host configuration files are stored under /etc/apache2/sites-available directory.

Where is my apache2 config file?

Basic Configuration The default configuration file is called " httpd. conf " (or " apache2. conf ") in the directory " <APACHE_HOME>\conf ". Browser through this configuration file.

Where is apache2 folder in Ubuntu?

The file at “/etc/apache2/apache2. conf” contains the main configuration files for Apache. More specifically, it contains the configuration directives that give the server its instructions.

Where is the Apache config file Linux?

Configuration. The primary Apache configuration file is /etc/httpd/conf/httpd.


1 Answers

You should read the Ubuntu server guide. It will probably answer most of your beginner questions on getting your web server setup (including the question you asked, which the guide states is in /etc/apache2/).

like image 95
Justin Helgerson Avatar answered Sep 30 '22 07:09

Justin Helgerson