Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: apache.conf locations |
|
Author |
|
arnoldcr8
Joined: 16 Jul 2014 Posts: 2
|
Posted: Wed 16 Jul '14 20:18 Post subject: apache.conf locations |
|
|
Hello, I'm relatively new to this but I have a question about how this works. I'm running Apache 2 on Ubuntu 13. Normally I understand that the apache2.conf is under /etc/apache2/. However, I installed BackupPC on the server and I can access the service through http://server/backuppc. I then expected there to be a backuppc folder under /var/www/. That folder was empty except for the default index.html.
Digging further, I found an apache.conf file under /etc/backuppc that defined the alias for /backup. So my question is how does apache know about this apache.conf file located under /etc/backuppc?
The server itself is fine so I'm just looking to understand how this all works.
Thanks. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 16 Jul '14 22:34 Post subject: |
|
|
Include /etc/backuppc/apache.conf
somewhere in the config. |
|
Back to top |
|
arnoldcr8
Joined: 16 Jul 2014 Posts: 2
|
Posted: Wed 16 Jul '14 22:44 Post subject: |
|
|
oh there was a conf file in /etc/apache2/conf.d
I guess that explains it.
Thanks |
|
Back to top |
|
|
|
|
|
|