]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/httpd/vhosts.d/phpaj.conf
Update translations
[people/pmueller/ipfire-2.x.git] / config / httpd / vhosts.d / phpaj.conf
1 Listen 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>