Mailing List Archive

1 2  View All
Re: The political correctness question... [ In reply to ]
> Incidentally, folks might want to look at www.apache.com --- there's
> an example of how to do it *wrong*. Oy.


Phuc!

> rst


Ew.

Andrew Wilson URL: http://www.cm.cf.ac.uk/User/Andrew.Wilson/
Elsevier Science, Oxford Office: +44 01865 843155 Mobile: +44 0589 616144
Re: The political correctness question... [ In reply to ]
Mmm,

0.6.2's Makefile still carries:

CFLAGS= -g -DMULTI_ADDRESS_BIND -DVIRTUAL_HOST

as the default behaviour. This is almost certainly not a good idea.
I thought someone'd changed that line?

Can we go back to 1.3R's default:

CFLAGS= -g -O2

Ay.
Re: Makefile (was: The political correctness question... ) [ In reply to ]
> > >
> > > Can we go back to 1.3R's default:
> > >
> > > CFLAGS= -g -O2
> > >
> > > Ay.
> > >
>
> shall I make a 0.6.2.1 ?
>
> I could change CFLAGS to the above and throw in the
> new Makefile as Makefile.new
>
>
> thoughts ?
>

How about throwing in the new Makefile, and calling the old
one Makefile.old?
Re: Makefile (was: The political correctness question... ) [ In reply to ]
>
> > How about throwing in the new Makefile, and calling the old
> > one Makefile.old?
>
> Any objections to that ? (I'm still using an old Makefile, and haven't
> kept up to date on the state of the new one)
>
> I'll call it Makefile.ncsa rather than .old though.
>

There is a patch tacked onto the end of the Makefile that needs
to be applied to httpd.h in order to use the -DINSECURE_SHORT_STR
define.

Disclaimer - This makefile has been used on BSDI 1.1, SunOS 4.1.3,
and NetBSD.
Re: Makefile (was: The political correctness question... ) [ In reply to ]
>
> > There is a patch tacked onto the end of the Makefile that needs
> > to be applied to httpd.h in order to use the -DINSECURE_SHORT_STR
> > define.
>
> Hmm, so the choice this patch gives is 512 or 8192.
> ... I liked 257 myself.
>
> Would anyone object if I changed it so that -DINSECURE_SHORT_STR
> had to define a size e.g.
>
> -DINSECURE_SHORT_STR=257

One of my original versions of this file allowed this, but someone
expressed concern that this could then be set to anything as you
have indicated that you would prefer....

IMHO - If you want to diddle this number, you should do it in httpd.h.
Re: Makefile (was: The political correctness question... ) [ In reply to ]
> How about throwing in the new Makefile, and calling the old
> one Makefile.old?

Any objections to that ? (I'm still using an old Makefile, and haven't
kept up to date on the state of the new one)

I'll call it Makefile.ncsa rather than .old though.


robh
Re: Makefile (was: The political correctness question... ) [ In reply to ]
> > > > Can we go back to 1.3R's default:
> > > >
> > > > CFLAGS= -g -O2

Definitely agreed that the base case should be the default.

> > shall I make a 0.6.2.1 ?

Only if it's not a public release :)

Seriously, shall we aim for a 0.7 by Friday?

Since Saturday morning we've had 85 downloads of apache_beta.

Brian


--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com brian@hyperreal.com http://www.[hyperreal,organic].com/
Re: Makefile (was: The political correctness question... ) [ In reply to ]
> There is a patch tacked onto the end of the Makefile that needs
> to be applied to httpd.h in order to use the -DINSECURE_SHORT_STR
> define.

Hmm, so the choice this patch gives is 512 or 8192.
... I liked 257 myself.

Would anyone object if I changed it so that -DINSECURE_SHORT_STR
had to define a size e.g.

-DINSECURE_SHORT_STR=257

?

this is getting messy. Maybe it should be Makefile.new after all.

robh
Re: Makefile (was: The political correctness question... ) [ In reply to ]
> > > There is a patch tacked onto the end of the Makefile that needs
> > > to be applied to httpd.h in order to use the -DINSECURE_SHORT_STR
> > > define.
> >
> > Hmm, so the choice this patch gives is 512 or 8192.
> > ... I liked 257 myself.
> >
> > Would anyone object if I changed it so that -DINSECURE_SHORT_STR
> > had to define a size e.g.
> >
> > -DINSECURE_SHORT_STR=257
>
> One of my original versions of this file allowed this, but someone
> expressed concern that this could then be set to anything as you
> have indicated that you would prefer....

better to have them chosen randomly than fixed somewhere ?

> IMHO - If you want to diddle this number, you should do it in httpd.h.

I don't like that idea, but I might be too late to object now.


rob
Re: The political correctness question... [ In reply to ]
Call it 0.6.3

rst

1 2  View All