Odd network behaviour

2002-10-01 Thread Simon Bland
I've recently upgrade my desktop and I've noticed some odd behaviour with my network since then.. My machine is currently acting as the gateway for a small home LAN, I'm running dnsmasq to handle the forwarding and iptables for the firewall. The odd behaviour is that any time my machine is under l

Odd network behaviour

2002-10-01 Thread Simon Bland
I've recently upgrade my desktop and I've noticed some odd behaviour with my network since then.. My machine is currently acting as the gateway for a small home LAN, I'm running dnsmasq to handle the forwarding and iptables for the firewall. The odd behaviour is that any time my machine is under

Re: Adjusting php flags on a site by site basis.

2002-10-01 Thread Vinai Kopp
On Tue, Oct 01, 2002 at 05:18:41PM +0100, Fred Clausen wrote: > I am trying to adjust the following variables on a site by site basis : > > magic_quotes_gpc > magic_quotes_runtime > > This is through httpd.conf not php.ini. I am doing the following to > attempt to accomplish this : > > > php_fl

Adjusting php flags on a site by site basis.

2002-10-01 Thread Fred Clausen
Hi all, I am trying to adjust the following variables on a site by site basis : magic_quotes_gpc magic_quotes_runtime This is through httpd.conf not php.ini. I am doing the following to attempt to accomplish this : php_flag magic_quotes_gpc true php_flag magic_quotes_runtime true I am also n

Re: Adjusting php flags on a site by site basis.

2002-10-01 Thread Vinai Kopp
On Tue, Oct 01, 2002 at 05:18:41PM +0100, Fred Clausen wrote: > I am trying to adjust the following variables on a site by site basis : > > magic_quotes_gpc > magic_quotes_runtime > > This is through httpd.conf not php.ini. I am doing the following to > attempt to accomplish this : > > > php_f

Adjusting php flags on a site by site basis.

2002-10-01 Thread Fred Clausen
Hi all, I am trying to adjust the following variables on a site by site basis : magic_quotes_gpc magic_quotes_runtime This is through httpd.conf not php.ini. I am doing the following to attempt to accomplish this : php_flag magic_quotes_gpc true php_flag magic_quotes_runtime true I am also