Skip to content

Commit

Permalink
Load the require script as soon as possible instead of after configur…
Browse files Browse the repository at this point in the history
…ation is done
  • Loading branch information
jrouzierinverse committed Jun 1, 2017
1 parent 2e7239f commit 0d92871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/httpd.conf.d/httpd.webservices.tt.example
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

PerlSwitches -I[% install_dir %]/lib
PerlSwitches -I[% install_dir %]/html/pfappserver/lib
PerlPostConfigRequire [% install_dir %]/lib/pf/web/[% name %]_modperl_require.pl
PerlConfigRequire [% install_dir %]/lib/pf/web/[% name %]_modperl_require.pl
PerlLoadModule pf::WebAPI
PerlLoadModule pf::WebAPI::InitHandler
PerlPostConfigHandler pf::WebAPI::InitHandler->post_config
Expand Down

0 comments on commit 0d92871

Please sign in to comment.