/etc/fusionforge/httpd.conf.d/projects-in-mainvhost.inc is in fusionforge-web 6.0.5-2ubuntu1.
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 12 13 | # This is used instead of *.forgename vhosts only
# Project home pages are in a virtual /www/<group> location
AliasMatch ^/www/([^/]*)/(.*) ${FF__core__groupdir_prefix}/$1/htdocs/$2
# disabled for CVE-2014-6275
# Only enable it if you know what you are doing, by default all scripts run as Apache
#ScriptAliasMatch ^/([^/]*)/cgi-bin/(.*) ${FF__core__groupdir_prefix}/$1/cgi-bin/$2
<Directory ${FF__core__groupdir_prefix}>
Options Indexes FollowSymlinks
AllowOverride All
Include ${FF__core__config_path}/httpd.conf.d/auth-projects.inc
</Directory>
|