On Thu, 06 Nov 2003 17:36:38 -0700, Dustin Whitney wrote: > I am using Mason. Here are some lines from my httpd.conf file that are > probably relevant: > > <IfModule mod_perl.c> > Alias /perl/ /var/www/perl/ > PerlSetVar MasonAllowGlobals $swit_user PerlInitHandler "Apache::StatINC" > > <Location /perl> > SetHandler perl-script > PerlHandler Apache::Registry > Options +ExecCGI > </Location> > </IfModule> > <Location /> > SetHandler perl-script > PerlHandler HTML::Mason::ApacheHandler > </Location> > <Location /xmlrpc> > SetHandler cgi-script > </Location> >
I also use Mason, with success, try: <Location "/xmlrpc"> SetHandler default-handler </Location> -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html