Re: Apache2::Directives trouble with Apache::Test

2008-07-07 Thread Mark Hedges
On Sun, 6 Jul 2008, Geoffrey Young wrote: > Mark Hedges wrote: > > > > How do I get the Apache2::Controller::Directives module to > > work from t/conf/extra.conf.in? Try commenting out the > > PerlSetVar for the same named thing and enabling the line to > > load the directives and set A2CRenderTe

RE: Apache2::Request undefined symbol

2008-07-07 Thread Mark Hedges
That's a normal thing. All installed modules put their config into mods-available. Then you use `a2enmod` to manage those symlinks and turn them on or off in mods-enabled. Mark On Mon, 7 Jul 2008, Paul Cameron wrote: > Yes, it's there. I just found the problem. > > The 'aptitude' package mana

Re: secure media files without http_referer

2008-07-07 Thread Carl Johnstone
On Wed, Jul 2, 2008 at 3:18 PM, tmpusr889 <[EMAIL PROTECTED]> wrote: A cookie would certainly work, but I was trying to find something simpler. I don't know much about URL tokens. How would something like that work? Redirect them to a URL with ?auth=x in it. Check the token with an access or

mod_perl users survey

2008-07-07 Thread adam . prime
At the impromptu mod_perl BOF at YAPC::NA, Fred Moyer any myself hacked together a short mod_perl survey to help identify the current needs of mod_perl users. It was inspired by the Perl survey done last year by Kirrily Robert. (http://perlsurvey.org). If you read dev@ and already filled t

RE: Apache2::Request undefined symbol

2008-07-07 Thread Paul Cameron
Yes, it's there. I just found the problem. The 'aptitude' package manager installed the libapreq2 package but unfortunately, it didn't create the symbolic link that's required in the apache2/mods-enabled directory pointing to apache2/mods-available/apreq.load. So, when the server started, it didn'

Re: Apache2::Request undefined symbol

2008-07-07 Thread Heiko Jansen
Am Montag, den 07.07.2008, 08:31 +1000 schrieb Paul Cameron: > I installed the library package 'libapreq2' on an Ubuntu 7.10 distro, > and tried dereferencing the 'Apache2::Request' module in a mod_perl > script, but it crashed with '/usr/sbin/apache2: symbol lookup error: > > /usr/lib/perl5/au