diff options
author | startxfr <clarue@startx.fr> | 2014-12-06 00:29:03 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2014-12-06 00:29:03 +0100 |
commit | 391988d9e6ca3dd863d55a2d84189fda6aeb990c (patch) | |
tree | d2b74f4a0c2c5de5b53d9cb71b7a470bf338177b /Services/php/httpd.conf | |
parent | 49452089e4d3b26d1da96f46b90974f4732d220b (diff) | |
download | phpmyadmin-391988d9e6ca3dd863d55a2d84189fda6aeb990c.tar.gz phpmyadmin-391988d9e6ca3dd863d55a2d84189fda6aeb990c.tar.bz2 phpmyadmin-391988d9e6ca3dd863d55a2d84189fda6aeb990c.tar.xz phpmyadmin-391988d9e6ca3dd863d55a2d84189fda6aeb990c.zip |
changing php startup and adding php.ini and httpd config files
Diffstat (limited to 'Services/php/httpd.conf')
-rw-r--r-- | Services/php/httpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Services/php/httpd.conf b/Services/php/httpd.conf new file mode 100644 index 0000000..2cb8301 --- /dev/null +++ b/Services/php/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.php index.html +</Directory> |