apache folder location nextcloud alpine lxc #2048
Replies: 2 comments
-
You're right. /etc/nginx |
Beta Was this translation helpful? Give feedback.
-
In a standard installation of Nextcloud on Alpine Linux within an LXC (Linux Container), the Apache (or Nginx) configuration files and web server-related files are typically located in the following directories:
It's important to note that the specific paths may vary depending on your installation method and configuration choices. Here's a generic example of where these files might be located:
To find the exact paths on your system, you can check the Apache configuration file (/etc/apache2/apache2.conf or /etc/httpd/httpd.conf) for the DocumentRoot directive. This directive specifies the root directory of the web server. check these :
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I can't find the location of the apache dir.
the defauld location is /etc/apache2 but there is no apache dir in etc.
Beta Was this translation helpful? Give feedback.
All reactions