gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/etc/httpd.d 11scm00http, NONE, 1.1 11scm99http,


From: cbayle
Subject: [Gforge-commits] gforge/etc/httpd.d 11scm00http, NONE, 1.1 11scm99http, NONE, 1.1 12scm00http.ssl, NONE, 1.1 12scm99http.ssl, NONE, 1.1
Date: Sun, 12 Dec 2004 17:49:06 -0600

Update of /cvsroot/gforge/gforge/etc/httpd.d
In directory db.perdue.net:/tmp/cvs-serv20737/etc/httpd.d

Added Files:
        11scm00http 11scm99http 12scm00http.ssl 12scm99http.ssl 
Log Message:
SCM reorganisation


--- NEW FILE: 11scm00http ---
# SCM HTTP vhost
<VirtualHost {ip_address}:80>
  ServerName {scm_host}
  DocumentRoot {usr_share_gforge}/scm

--- NEW FILE: 11scm99http ---
  Alias /images/ {usr_share_gforge}/www/images/
  LogFormat "%h %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" gforge
  CustomLog "|{cronolog_path} {var_log_gforge}/%Y/%m/%d/gforge.log" gforge
  # Ensure that we don't try to use SSL on SSL Servers
  <IfModule apache_ssl.c>
    SSLDisable
  </IfModule>
</VirtualHost>


--- NEW FILE: 12scm00http.ssl ---
# SCM HTTP SSL vhost
<VirtualHost {ip_address}:443>
  ServerName {scm_host}
  DocumentRoot {usr_share_gforge}/scm

--- NEW FILE: 12scm99http.ssl ---
  LogFormat "%h %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" gforge
  CustomLog "|{cronolog_path} {var_log_gforge}/%Y/%m/%d/gforge.log" gforge

  <IfModule mod_ssl.c>
    SSLEngine on
    SSLCertificateFile /etc/apache/ssl.crt/server.crt
    SSLCertificateKeyFile /etc/apache/ssl.key/server.key
    <Files ~ "\.(cgi|shtml)$">
      SSLOptions +StdEnvVars
    </Files>
    <Directory "/usr/lib/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  </IfModule>

  <IfModule apache_ssl.c>
    SSLEnable
  </IfModule>

</VirtualHost>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]