diff options
author | Struan Donald <struan@exo.org.uk> | 2012-02-07 11:37:26 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-02-07 11:37:26 +0000 |
commit | 9e1886f33ec6b4cdb463860f56bb31ae94c550dd (patch) | |
tree | 5a1fac8fe8b89e6efac0618f91fd8f1802c9fa01 | |
parent | c129ff3d4acd898ae9c9797eeaefc87882d9c31b (diff) |
improve apache configuration instructions
-rw-r--r-- | notes/INSTALL.pod | 9 |
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 |