openbsd-ports/www/ajaxterm/pkg/MESSAGE
jasper 26fb038dab - add rc script (with help from aja@)
- update MESSAGE so it works correctly in a chroot

from Tom Doherty
2012-06-12 17:20:05 +00:00

14 lines
449 B
Plaintext

Some specific installation is needed:
- modify your http config to redirect to it, only from ssl modes.
That is:
- activate the proxy module
LoadModule proxy_module /usr/lib/apache/modules/libproxy.so
- choose a secure url and redirect it to ajaxterm. In the SSL VirtualHost
section <VirtualHost _default_:443>
add something like:
ProxyPass /ajaxterm/ http://127.0.0.1:8022/
ProxyPassReverse /ajaxterm http://127.0.0.1:8022/