You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@apache.org on 2002/03/08 18:44:58 UTC

cvs commit: xml-axkit/demo axkit.conf

matts       02/03/08 09:44:58

  Modified:    demo     axkit.conf
  Log:
  AllowOverride needs to be in a <Directory> block - I couldn't make it work in <Location> for some reason :-(
  
  Revision  Changes    Path
  1.2       +2 -2      xml-axkit/demo/axkit.conf
  
  Index: axkit.conf
  ===================================================================
  RCS file: /home/cvs/xml-axkit/demo/axkit.conf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axkit.conf	8 Mar 2002 17:31:16 -0000	1.1
  +++ axkit.conf	8 Mar 2002 17:44:58 -0000	1.2
  @@ -14,6 +14,6 @@
   ## CHANGE THIS to the location of your demo files
   Alias /axkit/ /opt/axkit/demo/
   
  -<Location /axkit>
  +<Directory /opt/axkit/demo>
   AllowOverride All
  -</Location>
  +</Directory>