atheme-legacy / iris

web irc client for the atheme platform
Other
38 stars 22 forks source link

Apache and Iris #31

Open MrKeiKun opened 11 years ago

MrKeiKun commented 11 years ago

httpd.conf

<VirtualHost *:80>
        ServerAdmin webmaster@example.com
        DocumentRoot /var/www/html/irc
        ServerName irc.example.com

        ProxyPass /chat/ http://127.0.0.1:3989/
        ProxyPassReverse /chat/ http://127.0.0.1:3989/
</VirtualHost>

First Tab: Working Iris => using http://example.com:3989/ Second Tab: Not Working Iris => using http://irc.example.com/chat/

rawr117

dwfreed commented 11 years ago

Paste your iris.conf. I'll bet you forgot to set base_url correctly.

MrKeiKun commented 11 years ago

here

base_url: http://irc.example.com/chat/

is this wrong?

dwfreed commented 11 years ago

Did you rerun compile.py after setting that in your config? In addition, please don't censor your domain, as it makes it difficult for anybody to provide meaningful help outside of guessing at things.

MrKeiKun commented 11 years ago

@dwfreed

yes i rerun compile.py again

dwfreed commented 11 years ago

So then what's the domain that's hosting this instance? We've covered most of the logical bases thus far, and so anything else would be guessing without having access to the iris instance.