Idiot me forgot to replay to the list.

John Romkey wrote:
> Sorry - I blew it - I completely glossed over the mention of not
> having mod_perl. You're absolutely right, you need to use CGI. If
> you're worried about performance, CGI will be a lot slower than
> mod_perl would have been, and you might want to look into FastCGI as
> an alternative. But CGI's a good start.

*nod*  I have access to FastCGI.  I'm not sure how different using it
would be vs. using CGI; I'll have to do a little reading on that.

> If you want Mason to handle directories as well as .html files, I'm
> not sure what you can do to get that working from .htaccess... it's
> been a while since I set it up to run under CGI and I never did it
> using .htaccess files... sorry about spazzing on the no mod_perl part...

This is something that I'm wanting.  Specifically, I hope to be able
to catch calls to nonexistent directories and handle them via a Mason
dhandler that would have been upstream, had the directories actually existed.

I also want to do this in a way that will allow me to use other
scripting solutions on the site, such as PHP (I'm looking to put a
message board and a wiki on the site, and I know of none that are
written in Mason; so while I'm in the process of figuring out how to
write them myself, I need something in place).

--
Jonathan "Dataweaver" Lang

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to