You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/06/18 21:16:40 UTC

Re: WWW Form Bug Report: "infinite looping in mod_mime.c and mod_auth.c under dg/ux" on OTHER:dg/ux

> On Tue, 18 Jun 1996, Rob Hartill wrote:
> 
> > >Whilst reading in mime types from conf/mime.types the mime module goes into infinite loop, eating up all available memory.
> > >Under DG/UX the following while condition NEVER  equates to NULL.
> > >The following mod fixes the problem:
> > >
> > >/*        while(ll[0]) */
> > >        while(strlen(ll) != 0) {
> 
> In short, no way in heck. ll[0] is a completely valid C construct, and if
> DG/UX's compiler doesn't recognize it, then its users, as Brian said,
> really should stop driving those Pintos. I'd veto any such change.
> 
> What the heck is DG/UX, anyhow? I've never heard of it.

Why Data General, of course...  :-)




Apache Authentication not NCSA compatiable?

Posted by Richard Freilich <rf...@vertex.tor.hookup.net>.
Recently one of our Webmasters has been attempting to do authentication by
IP adddress.  Using the NCSA tutorials as a guideline, he correctly set up
the .htaccess file.  When going to the page from a site not authorized,
the correct "Authentication Failed" page comes up.  When attempting to get
the page from a valid site, the user is prompted for a username and
password.  A copy of the .htaccess file appears below. 

AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic

<Limit GET>
order deny,allow
deny from all
allow from .hq.hookup.net
</Limit>

Does Apache have a different implementation method, or might this be a
bug?  Any suggestions would be appreciated...


--
************************** Richard Freilich ***************************
E-mail: rfreilic@hookup.net	       HookUp Communication Corporation 
Webmaster				 Ontario, Canada (905) 847-8000

******* The more things change, the more they stay the same... ********