+1
Ajenti behind Apache
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 ;-)
Customer support service by UserEcho
I'm a newbie too :)
any solution?