On Fri, 6 Jan 2006, Paul Wallingford wrote:
On the masonhq website, there is a sample config for running mason as a pure CGI, not in mod_perl.

I assume you mean
http://www.masonhq.com/docs/manual/Admin.html#using_mason_from_a_cgi_script

 In the sample Apache config is this:

<LocationMatch "^/cgi-bin/">
 RemoveHandler .html
</LocationMatch>

I understand, technically, what the RemoveHandler directive does. What is this for and what are the implications: 1) if I do nat have it, 2) if there are other non-mason CGI's that need to run from that directory?

Looks like if they end in .html, then /cgi-bin/mason_handler.cgi
would handle them instead.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to