rewrite_apache_conf/testdata/site.de.include

54 lines
1.2 KiB
Text

ServerAdmin webmaster@site
ServerName site
ServerAlias hooty.site webmail.site 127.0.0.1
DocumentRoot /var/www/site/htdocs/
<Directory />
Options None FollowSymLinks
AllowOverride Indexes
Require all denied
</Directory>
<Directory /var/www/site/htdocs/>
Options None
Allowoverride None
Require all granted
</Directory>
<Directory /var/www/site/htdocs/repo>
Options +Indexes
Allowoverride None
Require all granted
</Directory>
<Directory /var/www/site/htdocs/repos>
Options +Indexes
Require all granted
</Directory>
<Directory /var/www/site/htdocs/webapp/>
Options FollowSymLinks
Require all granted
<FilesMatch \.php$>
SetHandler "proxy:unix:/tmp/php-fpm-webapp|fcgi://egal/"
</FilesMatch>
</Directory>
<Directory /var/www/site/repos/webapp/backend-php/>
Require all granted
</Directory>
<Directory /var/www/site/repos/webapp/frontend/>
Require all granted
</Directory>
ProxyPass /http-bind/ http://localhost:5280/http-bind/
ProxyPassReverse /http-bind/ http://localhost:5280/http-bind/
include /etc/apache2/vhosts.d/dir.site.stats.include
include /etc/apache2/vhosts.d/dir.builds.include
include /etc/apache2/vhosts.d/dir.packages.include