X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=httpd.conf.pl;fp=httpd.conf.pl;h=82eaa6ad14db9ea1fad6e6bdfa77fd91f127b0a2;hp=774686652beba26e8dfcdc20027c8685804e3880;hb=886ab9c87febce040d1ccfb7b991212c49e2a080;hpb=1db749bbc5a1cae4f28c28c3b88ff5948dbf5806 diff --git a/httpd.conf.pl b/httpd.conf.pl index 7746866..82eaa6a 100755 --- a/httpd.conf.pl +++ b/httpd.conf.pl @@ -23,11 +23,11 @@ print <<'HERE'; $SIG{"__DIE__" }=sub { $_[0]=~/\n./ ? die @_ : confess @_; }; - - Order Allow,Deny - Deny from all - HERE +# +# Order Allow,Deny +# Deny from all +# My::ModPerlPm->list("sub"=>sub { @@ -38,10 +38,10 @@ PerlModule @{[ $p->{"module"} ]} {"url"} ]}"> SetHandler modperl PerlResponseHandler @{[ $p->{"module"} ]} - Order Deny,Allow - Allow from localhost HERE +# Order Deny,Allow +# Allow from localhost }); print <<"HERE";