in reply to Re: mod-perl (mason) breaks DirectoryIndex apache2
in thread mod-perl (mason) breaks DirectoryIndex apache2

dhandlers were the important factor here, once I read through the dhandler section of the mason book again and on the fourth link there, I was able to get back on track. Thank you.

  • Comment on Re^2: mod-perl (mason) breaks DirectoryIndex apache2

Replies are listed 'Best First'.
Re^3: mod-perl (mason) breaks DirectoryIndex apache2
by Anonymous Monk on Sep 26, 2013 at 00:32 UTC

    ...Thank you.

    :) So what was the issue and the solution?

    The subdir didn't exist so dhandler wasn't called, so you added a location for subdir in your apache config, so dhandler would get called?