Hi, I am running HTML-Mason-1.04 on OpenBSD3.6. Also running php4-core-4.3.8, mod_perl-1.29 and Apache/1.3.29. However when I try and access my index.html page I get the following error.
Alert!: HTTP/1.1 404 File Not Found. In my /var/www/logs/error_log Cannot resolve file to component: /htdocs/index.html (is file outside componet root?) This is what I added to my httpd.conf file for mason. PerlSetVar MasonCompRoot /var/www/htdocs PerlSetVar MasonDataDir /var/www/mason PerlModule HTML::Mason::ApacheHandler <FilesMatch "*.html"> SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler </FilesMatch> I have however noticed that there are no files in /var/www/mason/obj Which I am presuming, may be the cause of the problem. Help.. Many thanks matthew ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

