On Thu, Jun 08, 2006 at 08:06:34PM -0400, Pease, Kevin wrote:
[...]
> Everything *seems* to have worked properly, but I'm seeing an
> error in my Apache error_log which is puzzling me:
> [Thu Jun 08 19:45:50 2006] [error] Bad/Missing
> NTLM/Basic Authorization Header for /cgi-b
On Wed, Feb 22, 2006 at 06:10:59PM -0800, [EMAIL PROTECTED] wrote:
> Looks like what I needed (if works) but with a lot of editting: use Module1,
> use Module2, ..., use ModuleN.
Why not just
$ find . -type f -name '*.pl' -print \
-exec perl -Mstrict -Mwarnings -c '{}' \; 2>&1 >error.log?
Scott Gifford wrote:
>> First off I would convert it to using IO::File or somehow get
>> rid of using globs. Such as my $fh = select; But this won't
>> solve your error, just makes the code easier to work with.
>I actually tried that, but couldn't get it to work:
>
>#!/usr/bin/perl -Tw
>
I want to implement NTLM-based access to CUPS. CUPS doesn't support
that by itself so I've decided to make it listen strictly on
127.0.0.1 and "export" it via a local Apache's vhost using mod_proxy.
Here's my vhost setup:
---8<--[cut start]
Se