aboutsummaryrefslogtreecommitdiffstats
path: root/notes/INSTALL.pod
diff options
context:
space:
mode:
Diffstat (limited to 'notes/INSTALL.pod')
-rw-r--r--notes/INSTALL.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/notes/INSTALL.pod b/notes/INSTALL.pod
index 8aba01a64..81058874b 100644
--- a/notes/INSTALL.pod
+++ b/notes/INSTALL.pod
@@ -125,15 +125,13 @@ You will also need development tools installed. If you have installed the
above source packages from distribution packages this should also install
the required development tools.
-
=head2 Set up Webserver
It is recommended that you run FixMyStreet using FastCGI. It should also be
possible to run it using Plack/PSGI.
-There is an example Apache vhost configuration file on C<conf/httpd.conf-example>
-which you can copy and update the paths in if you are running FixMyStreet under
-FastCGI.
+There is an example Apache vhost configuration file in C<conf/httpd.conf-example>
+which contains a sample configuration and the required redirect rules.
If you are using Apache and the sample configuration you will need the following
modules enabled:
@@ -158,6 +156,9 @@ mod_fastcgi
=back
+For most Linux distributuions you should be able to install these using the distribution's
+packaging system.
+
=head1 SETTINGS
The settings for FixMyStreet are defined in C<conf/general.yml> using the YAML