svn commit: r333302 - user/des/fbce/misc

Dag-Erling Smørgrav des at FreeBSD.org
Sun May 6 13:32:05 UTC 2018


Author: des
Date: Sun May  6 13:32:04 2018
New Revision: 333302
URL: https://svnweb.freebsd.org/changeset/base/333302

Log:
  Update the Apache configuration example.

Modified:
  user/des/fbce/misc/apache.conf

Modified: user/des/fbce/misc/apache.conf
==============================================================================
--- user/des/fbce/misc/apache.conf	Sun May  6 13:31:49 2018	(r333301)
+++ user/des/fbce/misc/apache.conf	Sun May  6 13:32:04 2018	(r333302)
@@ -4,13 +4,13 @@
 
 FastCgiServer /home/des/fbce/script/fbce_fastcgi.pl -processes 3
 
-Alias /2014/static /home/des/fbce/root/static
-Alias /2014/ /home/des/fbce/script/fbce_fastcgi.pl/
+Alias /2018/static /home/des/fbce/root/static
+Alias /2018/ /home/des/fbce/script/fbce_fastcgi.pl/
 
 RewriteEngine on
-RewriteRule ^/2014$ /2014/ [R]
+RewriteRule ^/2018$ /2018/ [R]
 
-<Location /2014>
+<Location /2018>
   Order allow,deny
   Allow from all
 </Location>


More information about the svn-src-user mailing list