Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

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

by punkish (Priest)
on Sep 06, 2011 at 14:06 UTC ( [id://924389]=note: print w/replies, xml ) Need Help??


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

Obviously, I did a terrible job describing my problem. Let me retry --

I have no problem running the app. It works fine if I invoke it as a standalone server like so.

$ GITALIST_CONFIG=/path/to/gitalist.conf gitalist_server.pl

Now I view the web site at http://127.0.0.1:3000. I can do a similar thing with plackup, and even specify a different port. All is good. However, I want to access the site at http://mywebserver.edu./gitalist. So, I set up an apache config file for the gitalist website like so

ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /gitalist http://127.0.0.1:3000 ProxyPassReverse /gitalist http://127.0.0.1:3000

Then I started the built-in gitalist server like above

$ GITALIST_CONFIG=/path/to/gitalist.conf gitalist_server.pl

Now I can go to http://mywebserver.edu./gitalist and the gitalist web site appears, except, all the internal links still point to http://127.0.0.1:3000. As a result, none of the CSS or the images appear correctly. All these links should be pointing to http://mywebserver.edu./gitalist. So, http://127.0.0.1:3000/path/to/gitalist.css should be http://mywebserver.edu./gitalist/path/to/gitalist.css. I don't see any Gitalist config option that allows me to change these links. And, this can't be solved with mod_rewrite.

I hope my issue is clearer now. I will also update the original post with this information.



when small people start casting long shadows, it is time to go to bed

Replies are listed 'Best First'.
Re^3: running Gitalist as a sub-directory of my main web site
by Your Mother (Archbishop) on Sep 06, 2011 at 14:13 UTC

Log In?
Username:
Password:

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

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

    No recent polls found