Hi, Air Kang wrote: > <Directory /www/mason> > > <FilesMatch "\.html|\.css|\.mas$"> > SetHandler perl-script > PerlHandler HTML::Mason::ApacheHandler > </FilesMatch> > </Directory>
Not sure if this is the cause of your problems, but you might want to change your FilesMatch line to: <FilesMatch "(\.html|\.css|\.mas)$"> to ensure they are filename suffixes. Come to think of it, it might not matter, but just to be safe. You might want to give us more information like what is in your test HTML file. Also, after you've changed the settings to the server, did you (a) restart the server and (b) can normal HTML files (with no Mason code) still be displayed? Ray ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Mason-users mailing list Mason-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mason-users