From: Dan Brook Date: Mon, 6 Jun 2011 17:49:00 +0000 (+0200) Subject: Add Apache specific section to docs. X-Git-Tag: 0.003005~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=b7b5f98eaa67e9968382a34934e64a2330ea4d23 Add Apache specific section to docs. The AllowEncodedSlashes was lost in the FCGI docs and not specific to FCGI. Also autarch kindly provided a bit of config to have Apache serve the static content. --- diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index 466dcf2..28e79ae 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -305,9 +305,16 @@ If you find the need to do some troubleshooting, you can call C and/or add export C to the top of your F file (just below the shebang line). -Also, note that Apache will refuse C<%2F> in Gitalist URLs -unless configured otherwise. Make sure C -is in your F file in order for this to run smoothly. +=head2 Apache config + +Apache will refuse C<%2F> in Gitalist URLs unless configured otherwise. Make +sure C is in your F file in order for +this to run smoothly. + +To have the static content served statically by Apache, instead of +Gitalist, then add something like following line to your F: + + Alias /static /usr/local/share/perl/5.10.1/Gitalist/root/static =head1 CONTRIBUTING