sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sks-devel] SKS and Apache2 :-)


From: Chris Kuethe
Subject: Re: [Sks-devel] SKS and Apache2 :-)
Date: Tue, 11 May 2004 13:21:48 -0600 (MDT)

On Tue, 11 May 2004, Jan Kesten wrote:

> Hi all!
> 
> I tried out Apache2 and it reverse proxy feature and found something
> interesting to make sks webqueries work with a restrictive firewall
> blocking access to port 11371:
> --- SNIP ---
> Then I changed my form to send all queries to sks.nerdcamp.net/proxy
> instead of sks.nerdcamp.net:11371 - and it works quite fine. Okay
> using sed as output filter is not really nice but this works even
> when sks result pages contain absolute urls.

I just use absolute paths, without the server name:
        <form action="/pks/lookup" method="get"> 

That way the browser can figure it out... i'm still running apache 1,
with this in my httpd.conf:

<VirtualHost 129.128.11.77>
    Options Indexes
    ProxyPass / http://127.0.0.1:11371/
    ServerName pgp.cns.ualberta.ca
</VirtualHost>

then i can run my other vhosts on this box, proxy my keyserver through and
still leave SKS open.

CK

-- 
Chris Kuethe, GCIA CISSP: Secure Systems Specialist - U of A CNS
      office: 157 General Services Bldg.    +1.780.492.8135
              address@hidden

     GDB has a 'break' feature; why doesn't it have 'fix' too?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]