+1

Ajenti behind Apache

alex3137 10 years ago updated by zanoprova 10 years ago 1

Hello.

I am trying to setup ajenti with apache so I can acces it with an address like https://ajenti.domain.com. My seahub is running on port 8000.

I tried to setup the following virtualhost:

<VirtualHost *:443>
  ProxyPreserveHost On
  ProxyRequests Off
  ServerName ajenti.domain.com
  ServerAlias domain.com
  ProxyPass / http://localhost:8000
  ProxyPassReverse / http://localhost:8000
  SSLEngine On
</VirtualHost>

Obviously, I'm a newbie with Apache and it doesn't work. Anyone could help me ?

By the way, ajenti is really a great tool and has a lot of potential.

Thanks ;-)

I have the same problem... I tried the same configuration... I failed in the same wey.

I'm a newbie too :)

any solution?