diff options
author | startxfr <clarue@startx.fr> | 2014-12-06 00:27:16 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2014-12-06 00:27:16 +0100 |
commit | 49452089e4d3b26d1da96f46b90974f4732d220b (patch) | |
tree | efd33b57091350fbf40659270d3ae1cea19ade3b /Services/apache/httpd.conf | |
parent | 28d5ddd7f63e587d48a985ca3efa29fbac409947 (diff) | |
download | phpmyadmin-49452089e4d3b26d1da96f46b90974f4732d220b.tar.gz phpmyadmin-49452089e4d3b26d1da96f46b90974f4732d220b.tar.bz2 phpmyadmin-49452089e4d3b26d1da96f46b90974f4732d220b.tar.xz phpmyadmin-49452089e4d3b26d1da96f46b90974f4732d220b.zip |
adding httpd config file when building apache image.
Diffstat (limited to 'Services/apache/httpd.conf')
-rw-r--r-- | Services/apache/httpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Services/apache/httpd.conf b/Services/apache/httpd.conf new file mode 100644 index 0000000..8eab200 --- /dev/null +++ b/Services/apache/httpd.conf @@ -0,0 +1,8 @@ +# +# This file will be copied into /etc/httpd/conf.d/sx.conf and loaded when httpd start +# +ServerAdmin cl@startx.fr +<Directory "/var/www/html"> + AllowOverride All + DirectoryIndex index.html home.html +</Directory> |