diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-22 13:04:11 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-22 13:04:11 -0400 |
commit | c19ae5c6d45085528dae8c94a2eb737e06c335ce (patch) | |
tree | 0f12f5864caec500f5e3014d27e2e25951789beb /docs | |
parent | e0054b802b46ee82716aa946a70892ed6128d5a7 (diff) | |
download | gitblit-c19ae5c6d45085528dae8c94a2eb737e06c335ce.tar.gz gitblit-c19ae5c6d45085528dae8c94a2eb737e06c335ce.zip |
Documentation.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/01_faq.mkd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/01_faq.mkd b/docs/01_faq.mkd index 343803d5..94c6dbf4 100644 --- a/docs/01_faq.mkd +++ b/docs/01_faq.mkd @@ -25,6 +25,10 @@ To search by *author* or *committer* use the following syntax in the search box: Alternatively, you could enable the search type dropdown list in your `gitblit.properties` file.
+### How do I run Git:Blit on port 80 or 443 in Linux?
+Tricky. Linux requires root permissions to serve on ports < 1024.<br/>
+Run the server as *root* (security concern) or change the ports you are serving to 8080 (http) or 8443 (https).
+
[bitblt]: http://en.wikipedia.org/wiki/Bit_blit "Wikipedia Bitblt"
[jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
[git]: http://git-scm.com "Official Git Site"
\ No newline at end of file |