rpms/mantis/devel mantis-httpd.conf,1.2,1.3

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Tue Jul 3 15:05:36 UTC 2007


Author: giallu

Update of /cvs/extras/rpms/mantis/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18890

Modified Files:
	mantis-httpd.conf 
Log Message:
Add reference to README.Fedora


Index: mantis-httpd.conf
===================================================================
RCS file: /cvs/extras/rpms/mantis/devel/mantis-httpd.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mantis-httpd.conf	5 Apr 2007 11:02:42 -0000	1.2
+++ mantis-httpd.conf	3 Jul 2007 15:05:01 -0000	1.3
@@ -1,3 +1,8 @@
+# TO-BE-TESTED
+# RewriteEngine On
+# RewriteCond %{HTTPS} !=on
+# RewriteRule ^/mantis(.*) https://%{SERVER_NAME}/mantis$1 [R,L]
+
 SetEnv MANTIS_CONFIG /etc/mantis/config_inc.php
 
 Alias /mantis		/usr/share/mantis
@@ -19,8 +24,10 @@
 
 <Directory /usr/share/mantis/admin>
 	Order	allow,deny
-	# Every access is disabled by default; do not change this
-	# without good reasons and reading the documentation
+	# Every access is disabled by default; do not change this unless
+	# you are performing the first installation or a database schema
+	# update.
+	# See README.Fedora for more details
 	Deny	from all
 	Allow	from localhost
 </Directory>




More information about the scm-commits mailing list