[ILUG] ajaxterm

Timothy Murphy tim at birdsnest.maths.tcd.ie
Fri Aug 10 14:48:25 IST 2007


On Fri 10 Aug 2007, Stephen Burke wrote:

> > Are any of you running ajaxterm ?
> > 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.

Thanks very much.
I thought I had done more or less what you suggest,
though I added the stanza to /etc/httpd/conf/httpd.conf .
But I'll follow your instructions exactly.

Ajaxterm runs fine for me at localhost:8022
but that only allows me to login at the machine I'm already logged into ...

Incidentally, I asked the same question on the Fedora mailing list,
but just got a diatribe about how dangerous it was to run ajaxterm ...


-- 
Timothy Murphy  
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland



More information about the ILUG mailing list