--- win32/dist/config/auto.p 2021/01/20 22:05:18 1.3 +++ win32/dist/config/auto.p 2024/12/15 18:37:05 1.4 @@ -95,6 +95,10 @@ zip application/zip $LIMITS[ $.post_max_size(64*0x400*0x400) +# $.max_file_size(512*0x400*0x400) +# $.max_loop(100000) +# $.max_array(1000000) +# $.max_recursion(1000) ] #$HTTPD[ @@ -162,7 +166,7 @@ $result(def $env:REMOTE_ADDR && ^env:REM }{ ^if($exception.type eq "file.missing"){ # $response:location[/404/] - $response:status(404) + ^httpd:404[] }{ ^unhandled_exception_release[$exception;$stack] }