Re: PR 7492

2001-12-26 Thread Jeff Trawick
"Don Hughes" <[EMAIL PROTECTED]> writes: > I converted a working Apache1.3 server to Apache2.0 on a SuSE Linux system > with IPV6 support. > > All httpd.conf address references are in IPV4 format, all log/status/error messages > show all addresses in IPV4 format. However, I had to use IPV6 ad

Re: PR 7492

2001-12-25 Thread Jeff Trawick
"Don Hughes" <[EMAIL PROTECTED]> writes: > I converted a working Apache1.3 server to Apache2.0 on a SuSE Linux system > with IPV6 support. > > All httpd.conf address references are in IPV4 format, all log/status/error messages > show all addresses in IPV4 format. However, I had to use IPV6 ad

Re: PR 7492

2001-12-25 Thread Jeff Trawick
"Don Hughes" <[EMAIL PROTECTED]> writes: > I converted a working Apache1.3 server to Apache2.0 on a SuSE Linux system > with IPV6 support. > > All httpd.conf address references are in IPV4 format, all log/status/error messages > show all addresses in IPV4 format. However, I had to use IPV6 ad

Re: PR 7492

2001-12-25 Thread Don Hughes
I converted a working Apache1.3 server to Apache2.0 on a SuSE Linux system with IPV6 support. All httpd.conf address references are in IPV4 format, all log/status/error messages show all addresses in IPV4 format. However, I had to use IPV6 address in the VHosts sections or the incoming reques

Re: PR 7492 (IPv6 and Listen *)

2001-12-03 Thread Jeff Trawick
"William A. Rowe, Jr." <[EMAIL PROTECTED]> writes: > Maybe [to keep Jeff happy] we further parse > > Listen *:80 > Listen [*]:80 > > to bind to only IPv4 and IPv6 respectively (or something like that???) We already have the ability to do Listen 0.0.0.0:80 Listen [::]:80 so in effect we alrea

Re: PR 7492 (IPv6 and Listen *)

2001-12-03 Thread Jeff Trawick
"Joshua Slive" <[EMAIL PROTECTED]> writes: > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Trawick > > > > 3) I don't like the idea that one Listen statement means more than one > >listening socket > > I don't understand what you mean by that. Listen * has always

Re: PR 7492 (IPv6 and Listen *)

2001-12-03 Thread William A. Rowe, Jr.
From: "Joshua Slive" <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 9:12 AM > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Trawick > > > > 3) I don't like the idea that one Listen statement means more than one > >listening socket > > I don't understand what

RE: PR 7492 (IPv6 and Listen *)

2001-12-03 Thread Joshua Slive
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Trawick > > 3) I don't like the idea that one Listen statement means more than one >listening socket I don't understand what you mean by that. Listen * has always been a special case that listens to ALL available addres

Re: PR 7492 (IPv6 and Listen *)

2001-12-03 Thread Jeff Trawick
Curt Sampson <[EMAIL PROTECTED]> writes: > Is anybody out there working on a resolution of PR 7492? The bug > is basically that, when you use "Listen *", it listens only on IPv6 > interfaces, and never opens any of the IPv4 interfaces in the system. > (This may act

PR 7492 (IPv6 and Listen *)

2001-12-02 Thread Curt Sampson
Is anybody out there working on a resolution of PR 7492? The bug is basically that, when you use "Listen *", it listens only on IPv6 interfaces, and never opens any of the IPv4 interfaces in the system. (This may actually work to listen on IPv4 interfaces on some systems, but not a