mason_example conffile is incorrect.

Bug #3472 reported by Karl Hegbloom
6
Affects Status Importance Assigned to Milestone
libhtml-mason-perl (Ubuntu)
Invalid
Medium
MOTU

Bug Description

There needs to be a FilesMatch as shown below in order for Apache to find the index.html when you request the plain directory with no file name, as in:

 http://localhost/mason_example/

    <Directory /var/www/mason_example>
 <FilesMatch "(\.html|\.css)$">
            SetHandler perl-script
            PerlResponseHandler HTML::Mason::ApacheHandler
            PerlSetVar MasonArgsMethod CGI
            # CGI was previously required for Mason to work in Apache2
 </FilesMatch>
    </Directory>

Changed in libhtml-mason-perl:
assignee: nobody → motu
Revision history for this message
Alexandre Otto Strube (surak) wrote :

Karl, did you spoke with the responsible MOTU for this? Does dapper still showing this issue?

Revision history for this message
Karl Hegbloom (karl.hegbloom) wrote :

I do not know if the bug is still present; I have not heard from the MOTO, IIRC, and have not been toying with mason for several months (in college; schoolwork is higher priority).

Revision history for this message
Alexandre Otto Strube (surak) wrote :

Karl, I will let this bug as need info - please, give us some update when you can, ok? Thanks for your reply!

Changed in libhtml-mason-perl:
status: Unconfirmed → Needs Info
Revision history for this message
William Grant (wgrant) wrote :

As described in the previous comments, your report lacks the information we need to investigate the problem further. We'll close this report for now - please reopen it if you can give us the missing information.

Changed in libhtml-mason-perl:
status: Needs Info → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.