[Peepagg-cvs] PA SVN Commit r61 - trunk/docs
Brought to you by:
chalko,
marccanter
|
From: <sv...@2n...> - 2004-04-06 16:09:54
|
Author: crschmidt Date: 2004-04-06 09:08:54 -0700 (Tue, 06 Apr 2004) New Revision: 61 Modified: trunk/docs/INSTALL Log: Adding information about AllowOverride All, which is required for PA to=20 run properly. Modified: trunk/docs/INSTALL =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/INSTALL 2004-04-06 16:01:30 UTC (rev 60) +++ trunk/docs/INSTALL 2004-04-06 16:08:54 UTC (rev 61) @@ -8,6 +8,13 @@ PeopleAggregator requires a MySQL database backend, as the RDF Parser be= ing used only supports MySQL. =20 +You will need to have the following option set in the Apache configurati= on for=20 +the directory where PA is installed: + AllowOverride All + +This allows PA to use its .htaccess file to rewrite URLs, as well as ena= bling=20 +blocking of a variety of rude or broken spiders. + This section is most likely incomplete. =20 PeopleAggregator Installation: |