diff --git a/.devilbox/www/htdocs/config_httpd.php b/.devilbox/www/htdocs/config_httpd.php
new file mode 100644
index 00000000..0449782e
--- /dev/null
+++ b/.devilbox/www/htdocs/config_httpd.php
@@ -0,0 +1,62 @@
+
+authPage(); ?>
+
+
+
+ getHead(); ?>
+
+
+
+ getNavbar(); ?>
+
+
+
+
Httpd custom configs
+
+
+
Shows your currently custom configuration files applied to the Httpd container.
+
+
+
+ getVirtualHosts(); ?>
+
+
+ getVhostgenTemplatePath($vHost['name'])) !== false): ?>
+
+
+
+
+
+
+
+ Project |
+ Host |
+ Container |
+ Files |
+
+
+
+
+ getVhostgenTemplatePath($vHost['name'])) !== false): ?>
+
+ |
+ getEnv('HOST_PATH_HTTPD_DATADIR').'/'.$vHost['name'].'/'.loadClass('Helper')->getEnv('HTTPD_TEMPLATE_DIR');?> |
+ |
+
|
+
+
+
+
+
+
+
No custom configurations applied.
+
+
+
+
+
+
+
+ getFooter(); ?>
+
+
diff --git a/.devilbox/www/include/lib/Html.php b/.devilbox/www/include/lib/Html.php
index 75e68230..d0581541 100644
--- a/.devilbox/www/include/lib/Html.php
+++ b/.devilbox/www/include/lib/Html.php
@@ -30,6 +30,10 @@ class Html
'name' => 'PHP',
'path' => '/config_php.php'
),
+ array(
+ 'name' => 'Httpd',
+ 'path' => '/config_httpd.php'
+ ),
),
),
array(
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab7135cf..f84ad2cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ major versions.
- [#692](https://github.com/cytopia/devilbox/issues/692) Added custom supervisor configs
- Added project and customization checks in check-config.sh
- Intranet: show custom PHP configuration files
+- Intranet: show custom Httpd configuration files
## Release v1.8.2 (2020-11-14)