Anonymous login with Stein

2004-07-01 Thread David Arnold
All, I have this in my httpd.conf: PerlOptions +GlobalRequest AuthName Anonymous AuthType Basic PerlAuthenHandler Apache::AuthAnon require valid-user PerlSetVar Anonymous anonymous|anybody Here is the handler: package Apache::AuthAnon; # file: A

Re: Anonymous login with Stein

2004-07-01 Thread Geoffrey Young
> use Apache::Constants qw(:common); > > [Thu Jul 01 13:38:30 2004] [error] [client 127.0.0.1] Usage: > Apache::RequestRec::notes(obj, val=NULL) at > /home/darnold/modperl/Apache/AuthAnon.pm line 33.\n your script was written for mod_perl 1.0, but you seem to be using mod_perl 2.0 for your se