You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/docs/devbox_examples/servers/apache.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Apache
3
3
---
4
4
5
-
Apache can be automatically configured by Devbox via the built-in Apache Plugin. This plugin will activate automatically when you install Apache using `devbox add apacheHttpd`
5
+
Apache can be automatically configured by Devbox via the built-in Apache Plugin. This plugin will activate automatically when you install Apache using `devbox add apache`.
@@ -22,27 +22,28 @@ This will install the latest version of Apache. You can find other installable v
22
22
23
23
## Apache Plugin Details
24
24
25
-
The Apache plugin will automatically create the following configuration when you install Apache with `devbox add`
25
+
The Apache plugin will automatically create the following configuration when you install Apache with `devbox add`.
26
26
27
27
### Services
28
28
* apache
29
29
30
-
Use `devbox services start|stop apache` to start and stop httpd in the background
30
+
Use `devbox services start|stop apache` to start and stop httpd in the background.
31
31
32
32
### Helper Files
33
33
The following helper files will be created in your project directory:
34
34
35
-
* {PROJECT_DIR}/devbox.d/apacheHttpd/httpd.conf
35
+
* {PROJECT_DIR}/devbox.d/apache/httpd.conf
36
36
* {PROJECT_DIR}/devbox.d/web/index.html
37
37
38
-
Note that by default, Apache is configured with `./devbox.d/web` as the DocumentRoot. To change this, you should copy and modify the default `./devbox.d/Apache/Apache.conf`
38
+
Note that by default, Apache is configured with `./devbox.d/web` as the DocumentRoot. To change this, you should copy and modify the default `./devbox.d/apache/httpd.conf`.
0 commit comments