X-Git-Url: https://git.decadent.org.uk/gitweb/?p=memories.git;a=blobdiff_plain;f=debian%2FREADME.Debian;fp=debian%2FREADME.Debian;h=6ca9bfca74a41a124eb2b4df49f79bacb30b765d;hp=ced2817e33a1c4824fdaca0cac114bb34679ad51;hb=70ea6cbebca247cb2027e424a42934a903b135a4;hpb=ff1fab9624217adc3c09ba7f0e6699be5bb670ec diff --git a/debian/README.Debian b/debian/README.Debian index ced2817..6ca9bfc 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,6 +1,14 @@ -This Debian package of Memories configures any installed version of -Apache with mod_perl so that Memories is available through the path -/memories/. This is controlled by /etc/memories/apache.conf. +You can run Memories through CGI or Apache's mod_perl: + +- The CGI script is /usr/lib/cgi-bin/memories.cgi. + +- Use of mod_perl is configured in /etc/memories/apache.conf, + which by default uses the path /memories/. If you use mod_perl + you must also enable mod_apreq. If both these modules are + enabled for Apache 2 when Memories is installed or upgraded, + Memories is added to the Apache configuration automatically. + To do this later, run: + ln -s ../../memories/apache.conf /etc/apache2/conf.d/memories In order to run Memories you will need to set up a database with the schema given in /usr/share/memories/memories.sql and grant the @@ -21,4 +29,4 @@ You will almost certainly need to change the 'uri_base' and configuration. You will also need to change the 'dsn' parameter if the database name is not 'memories'. - -- Ben Hutchings Fri, 17 Feb 2006 02:12:31 +0000 + -- Ben Hutchings Tue, 21 Aug 2007 00:37:26 +0100