From: August Date: Mon, 23 Aug 2010 15:25:26 +0000 (-0400) Subject: Yet another formatting fix to the README... X-Git-Tag: 0.002006~1^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=daf7c01fdcbe7c37df9581dd0a4250e62692ddcd;hp=321b3fbf3594bfda2a968c46fb27c82290aab63b;p=catagits%2FGitalist.git Yet another formatting fix to the README... --- diff --git a/README b/README index 04dd635..f4f522d 100644 --- a/README +++ b/README @@ -137,25 +137,26 @@ RUNNING http://example.gitalist.com FASTCGI - Running Gitalist in FastCGI mode requires a webserver with FastCGI - support (such as apache with mod_fcgi or fcgid). Below is a sample configuration using Apache2 with fcgid in a - dynamic configuration (as opposed to static or standalone mode). More information on these modes and - their configuration can be found at - http://search.cpan.org/~bobtfish/Catalyst-Runtime-5.80025/lib/Catalyst/Engine/FastCGI.pm#Standalone_server_mode + Running Gitalist in FastCGI mode requires a webserver with FastCGI + support (such as apache with mod_fcgi or fcgid). Below is a sample + configuration using Apache2 with fcgid in a dynamic configuration + (as opposed to static or standalone mode). More information on these modes and + their configuration can be found at + http://search.cpan.org/~bobtfish/Catalyst-Runtime-5.80025/lib/Catalyst/Engine/FastCGI.pm#Standalone_server_mode - In Apache's mime.conf, add AddHandler fcgid-script .fcgi (or AddHandler fastcgi-script .fcgi for mod_fcgi) + In Apache's mime.conf, add AddHandler fcgid-script .fcgi (or AddHandler fastcgi-script .fcgi for mod_fcgi) - And a quick VirtualHost configuration: + And a quick VirtualHost configuration: - - ServerName gitalist.yourdomain.com - DocumentRoot /path/to/gitalist.fcgi - - AllowOverride all - Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - Order allow,deny - Allow from all - + + ServerName gitalist.yourdomain.com + DocumentRoot /path/to/gitalist.fcgi + + AllowOverride all + Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch + Order allow,deny + Allow from all + # Tell Apache this is a FastCGI application @@ -164,12 +165,12 @@ RUNNING - Now to access your gitalist instance, you'll go to gitalist.yourdomain.com/gitalist.fcgi/ - (DO NOT FORGET THAT TRAILING /). If you'd like a different URL, of course, you'll likely want to use - mod_rewrite or equivalent + Now to access your gitalist instance, you'll go to gitalist.yourdomain.com/gitalist.fcgi/ + (DO NOT FORGET THAT TRAILING /). If you'd like a different URL, of course, you'll likely want to use + mod_rewrite or equivalent - If you find the need to do some troubleshooting, you can call http://url_to_gitalist.fcgi?dump_info=1 - and/or add export GITALIST_DEBUG=1 to the top of you gitalist.fcgi file (just below the shebang line). + If you find the need to do some troubleshooting, you can call http://url_to_gitalist.fcgi?dump_info=1 + and/or add export GITALIST_DEBUG=1 to the top of you gitalist.fcgi file (just below the shebang line). CONTRIBUTING