[NUUG fiksgatami] Slight change to Apache config

Matthew Somerville matthew at mysociety.org
Wed Feb 23 20:10:33 CET 2011


Hi,

Just a quick note - as per the change to the example httpd.conf below, 
you'll need to add an Alias for jslib to your Apache config, so that the 
site can access the local copy of OpenLayers, which I've put in 
commonlib/jslib/OpenLayers-2.10/ (that seemed the best place, so that 
other of our sites that also use commonlib can have access to it).

ATB,
Matthew

-------- Original Message --------

diff --git a/conf/httpd.conf b/conf/httpd.conf
index 1074b79..d9d564f 100644
--- a/conf/httpd.conf
+++ b/conf/httpd.conf
@@ -28,6 +28,8 @@
  #
  #     Alias /admin/ /home/yourname/fixmystreet/web-admin/
  #
+#     Alias /jslib/ "/home/yourname/fixmystreet/commonlib/jslib/"
+#
  # </VirtualHost>
  #
  #


More information about the fiksgatami mailing list