mhonarc-commits
[Top] [All Lists]

CVS: mharc/etc apache.conf.in.dist,1.7,1.8

2003-08-09 11:03:39
Update of /cvsroot/mhonarc/mharc/etc
In directory subversions:/tmp/cvs-serv22557

Modified Files:
	apache.conf.in.dist 
Log Message:
* Added commented out Alias directive for ROOT_URL.
* Added some more comments.


Index: apache.conf.in.dist
===================================================================
RCS file: /cvsroot/mhonarc/mharc/etc/apache.conf.in.dist,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** apache.conf.in.dist	29 Sep 2002 04:22:14 -0000	1.7
--- apache.conf.in.dist	9 Aug 2003 18:01:39 -0000	1.8
***************
*** 11,14 ****
--- 11,20 ----
  
  <IfModule mod_alias.c>
+     # Uncomment and change the following if ROOT_URL in config.sh 
+     # is not already directly accessible from a web client.
+     #Alias @@ROOT_URL@@ "@@SW_ROOT@@"
+ 
+     # Enable mharc CGI programs.  Alternate enabling method is
+     # defined below.
      ScriptAlias @@CGI_URL@@/ "@@CGI_DIR@@/"
  </IfModule>
***************
*** 54,58 ****
  </Directory>
  
! # Enable CGI execution for cgi-bin directory
  <Directory @@SW_ROOT@@/cgi-bin>
      Options +ExecCGI
--- 60,65 ----
  </Directory>
  
! # Enable CGI execution for cgi-bin directory.  This is probably not
! # necessary if the above ScriptAlias directive is used.
  <Directory @@SW_ROOT@@/cgi-bin>
      Options +ExecCGI
***************
*** 62,66 ****
  </Directory>
  
! # Browsing access to raw mail archives
  <Directory @@MBOX_DIR@@/*/>
      AllowOverride All
--- 69,73 ----
  </Directory>
  
! # Browsing access to raw mail archives.
  <Directory @@MBOX_DIR@@/*/>
      AllowOverride All

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV