Re: HTTP_REFERRER and Mod_perl

2001-01-15 Thread Jeremy A. Mates
On Mon, 15 Jan 2001, Stef Telford wrote: > The problems arise when i try to use HTTP_REFERRER from > the $ENV enviroment. All the other variables are set jst fine > (HTTP_HOST, > HTTP_ACCEPT, HTTPS) but no HTTP_REFERRER. What am I doing > wrong to not 'obtain' this variable. it never shows u

Re: recommendation for image server with modperl

2000-12-19 Thread Jeremy A. Mates
On Tue, 19 Dec 2000, siberian wrote: > Is there some sort of ssl version to handle secure image requests so you > dont get those nasty security flags? stunnel could wrap the requests to a non-ssl backend, but that would most likely be harder and cost more resources than just running a SSL-enabled

Re: compiling modperl on alpha

2000-11-16 Thread Jeremy A. Mates
On Thu, 16 Nov 2000, Didier Godefroy wrote: > GNU ld isn't on either system and the error is the exact same on both, > they seem to all this in common: > > -Wl,-rpath,/usr/local/lib/perl5/5.6.0/alpha-dec_osf/CORE' [snip] > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' > -Wl,-rpath

Re: compiling modperl on alpha

2000-11-16 Thread Jeremy A. Mates
On Thu, 16 Nov 2000, Didier Godefroy wrote: > I'm trying to compile mod_perl as a dso with apxs on Alpha/Tru64 unix and > there is an error from the linker: [snip] > Can anyone give a clue? Make sure the ld that is being called is the exact same one that was used to build perl itself, e.g. by alt