- Run .psgi file as Apache handler
- Add to Apache config:
<Location /calendar/> SetHandler perl-script PerlResponseHandler Plack::Handler::Apache2 PerlSetVar psgi_app /path/to/calendar.psgi </Location>
<Location /calendar/> SetHandler perl-script PerlResponseHandler Plack::Handler::Apache2 PerlSetVar psgi_app /path/to/calendar.psgi </Location>