lemonldap-ng/modules/lemonldap-ng-handler/example/lmH-apache.conf
2006-12-18 11:32:33 +00:00

14 lines
267 B
Plaintext

<VirtualHost 127.0.0.3:*>
ServerName test.example.com
PerlRequire __DIR__/MyHandler.pm
PerlInitHandler My::Package
<Location /reload>
Order deny,allow
Deny from all
Allow from 127.0.0.0/8
PerlInitHandler My::Package->refresh
</Location>
</VirtualHost>