openbsd-ports/www/ajaxterm/pkg/MESSAGE
ajacoutot d544f73773 - fixes python shebang so that one does no need a python symlink
- tweak MESSAGE: no need to set ProxyRequests, remove trailing blank
line

maintainer timeout, no objection from espie@
2009-04-06 15:30:13 +00:00

16 lines
520 B
Plaintext

Some specific installation is needed:
- run the ajaxterm proxy from /etc/rc, e.g.,
ajaxterm -d -u _ajaxterm
- 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://localhost:8022/
ProxyPassReverse /ajaxterm http://localhost:8022/