# HTTPS ServerName {domain_name} ServerAlias www.{domain_name} ServerAdmin {server_admin} # Apache 1.3 #User {sys_apache_user} #Group {sys_apache_group} # Apache 2 apache2-mpm-perchild #AssignUserID {sys_apache_user} {sys_apache_group} # Apache 2 SuexecUserGroup {sys_apache_user} {sys_apache_group} DocumentRoot {usr_share_gforge}/www Alias /images/ {usr_share_gforge}/www/images/ DirectoryIndex index.html index.php UserDir disabled php_admin_value default_charset "UTF-8" Include {gforge_etc}/httpd.secrets ScriptAliasMatch ^/plugins/([^/]*)/cgi-bin/(.*) /usr/lib/gforge/plugins/$1/cgi-bin/$2 # Projects and Users script ForceType application/x-httpd-php ForceType application/x-httpd-php # 404 Error document ErrorDocument 404 /404.php LogFormat "%h %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" gforge CustomLog "|{cronolog_path} {var_log_gforge}/%Y/%m/%d/gforge.log" gforge SSLEngine on SSLCertificateFile {sys_sslcrt} SSLCertificateKeyFile {sys_sslkey} SSLOptions +StdEnvVars SSLOptions +StdEnvVars SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown SSLEnable SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown Alias /fckeditor/ /usr/share/fckeditor/ Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny allow from all