Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Anyterm: error message mod_proxy
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Jumento
n00b
n00b


Joined: 08 Apr 2006
Posts: 27

PostPosted: Tue Feb 17, 2009 8:11 pm    Post subject: [Solved] Anyterm: error message mod_proxy Reply with quote

Hello,

I just installed anyterm on my server because i want to be able to manage it from the outside :)

I set anyterm up following the steps described on the following site http://anyterm.org/1.1/install.html

Only when i try to connect to my anyterm webpage using HTTPS i get the following error
Quote:
The requested URL /anyterm:7676/anyterm.html was not found on this server.

When i connect to my anyterm website using HTTP it all works fine.. only because of security i like to use HTTPS with the proxy module.

My proxystatement looks like this in my ssl-vhost:
Quote:
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>

<Location /anyterm>
ProxyPass http://localhost:7676 ttl=60
ProxyPassReverse http://localhost
</Location>

I hope someone can help me with this error. And another question, is it possible to force the user who connects to the anyterm to authenticate first? I allready use digest for my apache server but i would like to have another layer of security

****EDIT****
Thanks to the maker of anyterm i was able to find my mistake. Behind my ProxyPassReverse statement i also had to put the portnumber
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum