Re: Virtual web hosting best practice?

2001-10-29 Thread A.Sleep
On Tue, Oct 30, 2001 at 12:56:18PM +1000, Andrew Pollock wrote: > I'm just wondering what methods different people are using to provision > multiple > websites under Apache? > I'm after a method that's scaleable, as neat as possible, and most of all as > secure as possible. > e.g. > Where do peopl

Virtual web hosting best practice?

2001-10-29 Thread Andrew Pollock
Hi, I'm looking at starting to do some commercial virtual web hosting on a Linux box I have that was previously just used for tinkering. I'm just wondering what methods different people are using to provision multiple websites under Apache? I'm after a method that's scaleable, as neat as possibl

Re: Virtual web hosting best practice?

2001-10-29 Thread A.Sleep
On Tue, Oct 30, 2001 at 12:56:18PM +1000, Andrew Pollock wrote: > I'm just wondering what methods different people are using to provision multiple > websites under Apache? > I'm after a method that's scaleable, as neat as possible, and most of all as > secure as possible. > e.g. > Where do people

Virtual web hosting best practice?

2001-10-29 Thread Andrew Pollock
Hi, I'm looking at starting to do some commercial virtual web hosting on a Linux box I have that was previously just used for tinkering. I'm just wondering what methods different people are using to provision multiple websites under Apache? I'm after a method that's scaleable, as neat as possib

Re: pppoe on demand?

2001-10-29 Thread Robert Davidson
Why not use the persist and holdoff options? I assume you want it connected to the isp 24/7? Cya. KOZMAN Balint wrote: > > Hi, > > I have a problem with pppoe and woody. I'd like to use my woody as a small > router/firewall for my lan using an adsl connection. The adsl-provider > terminates t

pppoe on demand?

2001-10-29 Thread KOZMAN Balint
Hi, I have a problem with pppoe and woody. I'd like to use my woody as a small router/firewall for my lan using an adsl connection. The adsl-provider terminates the connection every 90 minutes, so I had to set up the connection using the demand function of pppd with a connect script: "exit 0". Th

Re: pppoe on demand?

2001-10-29 Thread Robert Davidson
Why not use the persist and holdoff options? I assume you want it connected to the isp 24/7? Cya. KOZMAN Balint wrote: > > Hi, > > I have a problem with pppoe and woody. I'd like to use my woody as a small > router/firewall for my lan using an adsl connection. The adsl-provider > terminates

pppoe on demand?

2001-10-29 Thread KOZMAN Balint
Hi, I have a problem with pppoe and woody. I'd like to use my woody as a small router/firewall for my lan using an adsl connection. The adsl-provider terminates the connection every 90 minutes, so I had to set up the connection using the demand function of pppd with a connect script: "exit 0". T

Re: MASQUERADE problem

2001-10-29 Thread Dave Watkins
At 08:09 PM 10/22/01 +0200, you wrote: The line iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE should be using interface eth1 not ppp0 as you (probably) don't have a ppp interface. Also you should add this echo 1 > /proc/sys/net/ipv4/ip_forward to enable IP forwarding. The redirect line isn