Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: running Gitalist as a sub-directory of my main web site

by Your Mother (Archbishop)
on Sep 06, 2011 at 13:41 UTC ( [id://924384]=note: print w/replies, xml ) Need Help??


in reply to running Gitalist as a sub-directory of my main web site

If you're running apache, adding this to your configuration will clear up the broken links-

    AllowEncodedSlashes On

The other advice was good. It's a Catalyst application and there are many tutorials and guides, some in the Catalyst docs, for how to deploy them. Proxying is probably the best all around solution but fastcgi is probably the easiest. Here's a sample apache config for running one out of a user's home dir with local::lib.

# Start gitalist with- # perl -Mlocal::lib=/home/moo/perl5 ~moo/Gitalist/script/gitalist_fa +stcgi.pl -l /tmp/gitalist.socket -d FastCgiExternalServer /tmp/gitalist.fcgi -socket /tmp/gitalist.socke +t Alias /git/ /tmp/gitalist.fcgi/

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://924384]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 02:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found