Well... this kind of "behaving" is normal, since i past the same way "more
or less" and it's really hard to find good documentation... if any!
What i sugest is :
sudo chmod 777 -r /path/directory
Practice with mason... do your html... for your type of question you aren't
doing this for production but for learning (am i right?) so forget a little
bit about security... but keep in mind this isn't the best aproach, cos you
are "open the doors to the world" to write, delete , read your files.
If you need to configure your apache2 (i use apache2-threaded-dev cos i had
some complications with only the apache2)
my httpd.conf is :
<VirtualHost *:80>
ServerAdmin y...@mail.com
ServerAlias serveralias #host porpose
DocumentRoot /var/www/[yourapp]/docs
PerlSetVar MasonCompRoot /var/www/[yourapp]/
PerlSetVar MasonDataDir /var/www/[yourapp]/
<LocationMatch "\.html|mc$">
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
</LocationMatch>
</VirtualHost>
Hope this help you!
BTW : next if you want do :
sudo gedit /etc/hosts
and the ServerAlias you had choose put it in the 127.0.0.1 line and restart
apache2 ( sudo service apache2 restart)
Good Luck
2010/2/12 Hans Dieter Pearcey <hdp.perl.mason.us...@weftsoar.net>
> Excerpts from Saad Murtaza khan's message of Fri Feb 12 03:47:36 -0500
> 2010:
> > hello please reply anybody
>
> I don't know about other people on this list, but sending this kind of
> message
> makes me want to ignore you. We aren't here breathlessly waiting to help
> you
> and you aren't paying us anything. Just wait until the people who have the
> ability and desire to help you have the time to do so.
>
> (I'd help, but I haven't set up mason in the manner you want for years.)
>
> hdp.
>
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users
>
--
David Silva - http://davidslv.com/
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users