2021-05-10 23:08:30 +00:00
|
|
|
ServerName %{HTTP_HOST}
|
|
|
|
|
2017-02-17 08:45:48 +00:00
|
|
|
<VirtualHost *:8000>
|
2019-01-03 23:32:16 +00:00
|
|
|
DocumentRoot /app/code/p
|
2017-04-27 10:14:07 +00:00
|
|
|
AllowEncodedSlashes On
|
2017-02-17 08:45:48 +00:00
|
|
|
|
2021-05-10 22:53:24 +00:00
|
|
|
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
|
|
|
|
CustomLog "|/bin/cat" proxy
|
|
|
|
ErrorLog "|/bin/cat"
|
2017-02-17 08:45:48 +00:00
|
|
|
|
2019-01-03 23:32:16 +00:00
|
|
|
<Directory /app/code/p/>
|
2017-02-17 08:45:48 +00:00
|
|
|
Options +FollowSymLinks
|
|
|
|
AllowOverride All
|
|
|
|
Require all granted
|
|
|
|
</Directory>
|
|
|
|
</VirtualHost>
|