in reply to Maypole::CLI works, but Apache says 404

Your httpd.conf setup is only good for mod_perl 1.x. Using Maypole with mod_perl 2 doesn't seem to be documented, but I would suggest trying this:
<Location /opera> SetHandler perl-script PerlResponseHandler Boss::Opera::Maypole::App </Location>

Replies are listed 'Best First'.
Re^2: Maypole::CLI works, but Apache says 404
by jplindstrom (Monsignor) on Feb 16, 2005 at 18:33 UTC
    Thanks, that worked also, but the old style didn't seem to be the problem.

    /J