[ILUG] ajaxterm

Stephen Burke steviewdr at skynet.ie
Fri Aug 10 13:19:17 IST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Fri, 10 Aug 2007, Timothy Murphy wrote:
> Are any of you running ajaxterm ?

Yes

> If so, could you please tell me what changes you made
> to the httpd config files ...

In a <VirtualHost *:443>, the following entries were added (among the 
basic others):
         CustomLog /var/log/apache2/access.log combined env=!dontlog
         SetEnvIf Request_URI "^/u" dontlog
         ErrorLog /var/log/apache2/error.log
         <Proxy *>
                 AuthUserFile /srv/ajaxterm/.htpasswd
                 AuthName EnterPassword
                 AuthType Basic
                 require valid-user

                 Order Deny,allow
                 Allow from all
         </Proxy>
         ProxyPass / http://localhost:8022/
         ProxyPassReverse / http://localhost:8022/

The above was added to a site in:
/etc/apache2/sites-enabled/ajaxterm

There are no special configs required for apache. Ajaxterm runs by default 
on localhost:8022, so its just a case of enabling the proxy apache module, 
and setting up a typical Proxy config for a vhost.

More information on my ajaxterm setup is at:
http://wiki.kartbuilding.net/index.php/Ajaxterm

Rgds,
Steve Burke
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGvFfI21ZxaWXmuiARAm+aAKCDcReLFF9xt/bDDDsOXbKAgCNlXwCffkYG
+iynym1n811KBmUJzWAcWSY=
=clVO
-----END PGP SIGNATURE-----



More information about the ILUG mailing list