Theiling Online    Sitemap    Conlang Mailing List HQ   

Re: TECH: Web server problem

From:Mark J. Reed <markjreed@...>
Date:Wednesday, June 14, 2006, 14:42
It looks like a URI-to-physical path mapping problem.   You're asking
the server for "/home/account/masonhandler.pl", which looks an awful
lot like it's the path on disk rather than the URI path from the web
server's perspective.  That won't work.  You need to put the handler
under the server's document root and then put in the path relative to
that in the Action line.

For instance, in one common config you would put the file in
/home/account/public_html/cgi-bin/masonhandler.pl and then tell the
server that the Aaction is /~account/cgi-bin/masonhandler.pl.


--
Mark J. Reed <markjreed@...>