The following reply was made to PR os-dgux/3011; it has been noted by GNATS.
From: Rodent of Unusual Size <[EMAIL PROTECTED]> To: Apache bug database <[EMAIL PROTECTED]> Cc: "Lee Yee, Amiel" <[EMAIL PROTECTED]> Subject: Re: os-dgux/3011: Wrong order of bytes in IP address for Listen and VirtualHost directives Date: Wed, 18 Nov 1998 15:21:26 -0500 Lee Yee, Amiel wrote: > > I apologize for having to respond to this in this > manner; however there is a possible solution for > this one also. I don't know why but I took a chance > and it seems to be putting to vhosts in the correct > order now. I suspect it lies with the two different > versions of DG/UX. One for the motorola and one > for the Intel. I spoke to Thomas Graf and he seems > to have confirmed this, and I have had no problems > with my virtual hosts to this date and I tend to > have 4-5 vhosts per machine. > > In the ap_config.h file I moved the > #define ap_inet_addr inet_network into > the Motorola section since it seems that this was the > offending line. This is what leads me to suspect it > has to do with the difference between a Motorola compile > and an Intel compile of the DGUX system. If we can > put it the bug tracking report I would appreciate it > or if you can show me how I will do it so as to give > other DGUX users a work around for this problem, > and not give up on Apache so quickly. > > #elif defined(DGUX) > #define NO_KILLPG > #undef NO_SETSID > #undef NEED_STRDUP > #if _IX86_DG /* Intel */ > #undef NEED_STRCASECMP > #undef NEED_STRNCASECMP > #else /* Motorola */ > #define NEED_STRCASECMP > #define NEED_STRNCASECMP > #define ap_inet_addr inet_network > #endif
