Hi,

I have got here following situation: 

dhandler in /api

If I call /api/something_what_doesnt_exist then my dhandler gets called.
If I call only /api/ then responses apache server with "404 Not found"
and in /var/log/apache2/error_log appears message: 
"Attempt to serve directory: /srv/www/htdocs/api/"

My question: Have to tell apache2 that in that case dhandler should be
called?

My apache (on sles 11) configuration for /api:

    <Location /api>
        SetHandler perl-script
        PerlHandler HTML::Mason::ApacheHandler
    </Location>

Thanks
Pavel



------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to