Help for this page

Select Code to Download


  1. or download this
    <p>Request info: <% $m->req->env->{SCRIPT_NAME} %>
    This is the default home page generated by <code><% $m->request_path %
    +>.</p>
    
  2. or download this
    # in httpd.conf of Apache 2.4
    LoadModule fcgid_module modules/mod_fcgid.so
    ...
    
    # in start-fcgi.sh is just one line after shebang:
    #   exec plackup -s FCGI app.psgi
    
  3. or download this
    # in /usr/local/my_site/conf/global.cfg
    env:
       comps_dir: [ '/web/htdocs', "${root_dir}/comps" ]
    mason:
       top_level_extensions: [ '.html', '.mc' ]