]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/httpd/vhosts.d/phpaj.conf
slang: Update to 2.3.0
[people/pmueller/ipfire-2.x.git] / config / httpd / vhosts.d / phpaj.conf
CommitLineData
58493e1e
MT
1Listen 1002
2
3<VirtualHost *:1002>
4
5 DocumentRoot /srv/web/phpaj
6
7 Include /etc/httpd/conf/conf.d/php*.conf
8
9 <Directory /srv/web/phpaj>
10 Options None
11 AllowOverride None
12 Order allow,deny
13 Allow from all
14 </Directory>
15
16</VirtualHost>