Request info: <% $m->req->env->{SCRIPT_NAME} %> This is the default home page generated by <% $m->request_path %>.

#### # in httpd.conf of Apache 2.4 LoadModule fcgid_module modules/mod_fcgid.so #FcgidIPCDir "/tmp/fcgidsock" FcgidMaxProcessesPerClass 100 Require all granted SetHandler fcgid-script Options +ExecCGI FcgidWrapper "/usr/local/my_site/bin/start-fcgi.sh" virtual Require all granted # in start-fcgi.sh is just one line after shebang: # exec plackup -s FCGI app.psgi #### # in /usr/local/my_site/conf/global.cfg env: comps_dir: [ '/web/htdocs', "${root_dir}/comps" ] mason: top_level_extensions: [ '.html', '.mc' ]