/etc/apache2/conf-available/jffnms.conf/apache.conf is in jffnms 0.9.3-3.
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 | # Apache configuration file for JFFNMS
Alias /jffnms/images/temp/ /var/lib/jffnms/tempimages/
Alias /jffnms /usr/share/jffnms/htdocs
<Directory /usr/share/jffnms/htdocs>
Options Indexes
DirectoryIndex index.php index.html
</Directory>
|