Re: Help needed

2001-09-01 Thread Lachezar Dobrev
Hi. I'm trying to get Orion Server to start as a non-root users on Red Hat 7.1. I know I need to forward the port from 80 to something above 1024. Does any one know how I can do that with iptables. I've never used it before. ipchains -I input --protocol tcp \ --destination-port 80

Re[2]: Help needed

2001-09-01 Thread Marcello Mannino
I'm trying to get Orion Server to start as a non-root users on Red Hat 7.1. I know I need to forward the port from 80 to something above 1024. Does any one know how I can do that with iptables. I've never used it before. LD ipchains -I input --protocol tcp \ LD --destination-port 80

RE: Additional invocations to the UserManager

2001-09-01 Thread Curt Smith
I saw this too and went to FORM authentication and don't see this anymore. I still use UserManager to receive the user/passwd from the FORM via the Container, but I don't see the UserManager calls on every request. Based on this, I feel it's a bug in orion that BASIC behaves this way. curt

Re: Re[2]: Help needed

2001-09-01 Thread Lachezar Dobrev
Hello. I'm trying to get Orion Server to start as a non-root users on Red Hat 7.1. I know I need to forward the port from 80 to something above 1024. Does any one know how I can do that with iptables. I've never used it before. LD ipchains -I input --protocol tcp \ LD

RE: Help needed

2001-09-01 Thread Johnny Miller
Instead of IP tables, you could use Apache to proxy port 80 requests to the port your Orion is listening for. You set up your virtual host in your apache conf file like this (you need to make sure you have the Apache proxy module installed): VirtualHost youripaddress:80 ServerName

RE: Additional invocations to the UserManager

2001-09-01 Thread Juan Lorandi (Chile)
Nope. This is browser, not orion behavior. It complies to the HTTP specs. -Original Message- From: Curt Smith [mailto:[EMAIL PROTECTED]] Sent: Sábado, 01 de Septiembre de 2001 10:43 To: Orion-Interest Subject: RE: Additional invocations to the UserManager I saw this too and