NTML authentication

2001-05-11 Thread Jonas Nordström
Is there a module that I can use to authenticate an LWP request to a site that uses NTLM authentication? I haven't found an LWP::Authen::NTLM ... /Jonas

HTTP::Cookies problem

2001-05-03 Thread Jonas Nordström
How can I copy cookies from an incoming request to a LWP-request and also add a custom cookie? Can I use HTTP::Cookies? I use: $request->header('Cookie' => $r->header_in("Cookie")); and it works fine, but now I want to add a cookie that the client didn't send. Can I use $cookie_jar->set_cookie()

parsing an apache-like conf-file

2001-01-31 Thread Jonas Nordström
I have a proxy-application that I want to make as generic as possible by using configure files. I have a configure file that looks something like: ko-web.ei.sigma.se info.ei.sigma.se info.ei.sigma.se Order deny, allow Deny All

How to use specified NIC

2000-12-01 Thread Jonas Nordström
I have an application where incoming requests are handled by a gateway that translates the requests and sends them on to the intranet, receives the response, changes the links and sends the answer to the client. When I do the Intranet request (using LWP::UserAgent), I want to specify which network

RE: Problems with AxKit

2000-06-20 Thread Jonas Nordström
Jonas Nordstrom > -Original Message- > From: Matt Sergeant [SMTP:[EMAIL PROTECTED]] > Sent: den 20 juni 2000 14:04 > To: Jonas Nordström > Cc: '[EMAIL PROTECTED]' > Subject: Re: Problems with AxKit > > On Tue, 20 Jun 2000, Jonas Nordström wrote:

Problems with AxKit

2000-06-20 Thread Jonas Nordström
I have the following config for httpd.conf PerlModule AxKit SetHandler perl-script PerlHandler AxKit # Setup style type mappings AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot AxAddStyleMap application/x-xpathscript \ Apache:AxKit::Language::XPathScript # Optionall

Re: XSL-Handler

2000-06-15 Thread Jonas Nordström
oing to assume you don't have XML::Sablot installed. Get it from http://www.gingerall.com/ --=20 -Original Message- From: Matt Sergeant [SMTP:[EMAIL PROTECTED]] Sent: den 14 juni 2000 19:27 To: Jonas Nordström Cc: '[EMAIL PROTECT

RE: XSL-handler

2000-06-14 Thread Jonas Nordström
e I'm using IE5, it uses the xsl-file to create HTML. /Jonas Nordstrom > -Original Message- > From: Matt Sergeant [SMTP:[EMAIL PROTECTED]] > Sent: den 14 juni 2000 15:28 > To: Kip Hampton > Cc: Jonas Nordström; [EMAIL PROTECTED] > Subject: RE: XSL-handler &

XSL-handler

2000-06-14 Thread Jonas Nordström
Is there some form of XSL-module for mod-perl? I want to send some XML as a response to the Apache-server and then have it picked up by an Apache module that uses an XSL-template to render it in HTML or WML based on the original URL. Is that possible? Jonas Nordström

unauthentication

2000-06-14 Thread Jonas Nordström
We have implemented an intranet gateway in mod-perl, where external clients are authenticated against our NT-domain, that works fine. I want to add the possibility to "log-out", ie, to "de-authenticate" the user, so that the next time he tries to access the gateway, he will be prompted to convey u

RE: external access to intranet

2000-04-06 Thread Jonas Nordström
ent as https://gatewayserver/virtualhost/intranethost1/index.html> https://gatewayserver/virtualhost/intranethost2/index.html> http://www.sunet.se/index.html> Can ProxyPass accomplish this? /Jonas > -Original Message- > From: Martin A. Langhoff [SMTP:[EMAIL PROTECTED]] > Sent:

RE: external access to intranet

2000-04-05 Thread Jonas Nordström
Jonas > -Original Message- > From: darren chamberlain [SMTP:[EMAIL PROTECTED]] > Sent: den 5 april 2000 16:30 > To: Jonas Nordström > Cc: [EMAIL PROTECTED] > Subject: Re: external access to intranet > > Jonas Nordström ([EMAIL PROTECTED]) said something to this > e

RE: external access to intranet

2000-04-05 Thread Jonas Nordström
"https://gateway_server/intranet_host/path/myfile.html>" /Jonas > -Original Message- > From: darren chamberlain [SMTP:[EMAIL PROTECTED]] > Sent: den 5 april 2000 15:32 > To: Jonas Nordström > Cc: [EMAIL PROTECTED] > Subject: Re: external access t

external access to intranet

2000-04-05 Thread Jonas Nordström
Hello, In our organisation, we wanted the employees to be able to reach our intranet from anywhere on the internet. We have therefore made a gateway using an extra linux-server, SSL, Apache and mod-perl. We wanted to translate the incoming URL request, for example https://gateway_server/intranet_