Hi All,

I was messing around with Mason2 and ran into this issue when using
Plack::Handler::Apache2 with Mason.

When i go to:

http://www.p5k.com

I get:

you have chosen to open..
which is a: httpd/unix-directory

When I go to:

http://www.p5k.com/index

All is well.

http://old.nabble.com/Content-Type-For-Index.mc-td31176468.html

Describes my problem to a tee, but removing the DocumentRoot and bouncing
the server doesn't solve this issue.

Any Ideas?  Thanks!

Joe

<VirtualHost *:80>
    ErrorLog /var/log/httpd/p5k.error_log
    ServerName p5k.com
    ServerAlias www.p5k.com
    <Location />
        SetHandler perl-script
        PerlResponseHandler Plack::Handler::Apache2
        PerlSetVar psgi_app  /home/webuser/p5k.com/web/app.psgi
        DefaultType text/html
    </Location>
</VirtualHost>
------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to