# Configuration originally created by Create HTTP Server wizard on Tue Sep 02 17:48:57 CEST 2025 Listen 8059 CGIConvMode %%EBCDIC/EBCDIC%% CGIJobCCSID 01144 MaxCGIJobs 50 MaxThreadedCGIJobs 50 DocumentRoot /www/webmb2/htdocs TraceEnable Off Options -FollowSymLinks CacheLocalFile /www/webmb2/*.* DefaultFsCCSID 01144 DefaultNetCCSID 01208 LogFormat "%h %T %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%{Cookie}n \"%r\" %t" cookie LogFormat "%{User-agent}i" agent LogFormat "%{Referer}i -> %U" referer LogFormat "%h %l %u %t \"%r\" %>s %b" common CustomLog logs/access_log combined SetEnvIf "User-Agent" "Mozilla/2" nokeepalive SetEnvIf "User-Agent" "JDK/1\.0" force-response-1.0 SetEnvIf "User-Agent" "Java/1\.0" force-response-1.0 SetEnvIf "User-Agent" "RealPlayer 4\.0" force-response-1.0 SetEnvIf "User-Agent" "MSIE 4\.0b2;" nokeepalive SetEnvIf "User-Agent" "MSIE 4\.0b2;" force-response-1.0 #========================================================================= # PART 3 - Directives commented out #========================================================================= #---- WebMB2 directives ScriptAliasMatch /KLDVPM/(.*) /qsys.lib/KLDVPM.lib/$1 ScriptAliasMatch /KLDVPM/(.*).pgm /qsys.lib/KLDVPM.lib/$1.pgm ScriptAliasMatch /KLDVPM/(.*).cgi /qsys.lib/KLDVPM.lib/$1.pgm ScriptAliasMatch (.*).pgm /QSYS.LIB/KLDVPM.lib/$1.pgm ScriptAliasMatch (.*).rpg /QSYS.LIB/KLDVPM.lib/$1.pgm Alias /img/ /www/webmb2/images Alias /kldvpm/ /QSYS.LIB/KLDVPM.LIB/ #DirectoryIndex index.html <Directory /www/webmb2> order allow,deny allow from all AllowOverride None RewriteEngine Off Options +Indexes </Directory> # Per accesso a directory strategi AliasMatch ^/Progetti/(.*) /Progetti/$1 <Directory /Progetti> order allow,deny allow from all </Directory> <Directory /STAMPE> order allow,deny allow from all </Directory> # Per accesso a directory strategi AliasMatch ^/STAMPE/(.*) /STAMPE/$1 <Directory /STAMPE> order allow,deny allow from all </Directory> # Per accesso a directory strategi AliasMatch ^/Preventivi/(.*) /Preventivi/$1 <Directory /Preventivi> order allow,deny allow from all </Directory> <Directory /> Options None order allow,deny allow from all # Require all denied SetEnv QIBM_CGI_LIBRARY_LIST "QTEMP;BENEDETTI;VARACGV3;ACGPTF_380;KLDVPM;CGIDEV2;QGPL;QRPG;MMAIL;LIBHTTP;POI36" AllowOverride Limit Options </Directory> <Directory /www/webmb2/htdocs> Require all granted </Directory> <Directory /tmp> AllowOverride None Options None order allow,deny allow from all </Directory>