X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FGitalist.pm;fp=lib%2FGitalist.pm;h=28e79aed0f6e94a24f14dbe620532af60c9d2d59;hb=b7b5f98eaa67e9968382a34934e64a2330ea4d23;hp=466dcf2dc5e47d99a03871e421cee58b4dea8be1;hpb=5df73cedb0d8e652ce59a7953440431012210390;p=catagits%2FGitalist.git 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