/etc/zoph/apache.conf is in zoph 0.9.4-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # configuration for apache2
Alias /zoph /usr/share/zoph/www/php
<Directory /usr/share/zoph/www/php>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
Require all granted
</Directory>
|