#=========================================================================
# You may add the following APACHE HTTP directives
# to the configuration file of an HTTP instance of your choice.
# They allow you to:
# - display the HSSFCGI manual
# - run the CGI demos
# - run command TABLEXLS from the browser
#
# To display the HSSFCGI manual:
# http://.../hssfcgi/html/page1.htm
#
# To run the XLSGEN GUB CGI demo:
# http://.../hssfcgip/gub.pgm
# To run the XLSGEN FAMACC CGI demo:
# http://.../hssfcgip/famacc.pgm
#
# To run the TABLEXLS command:
# http://.../tablexls
#
#=========================================================================
ScriptAliasMatch /hssfcgip/(.*) /qsys.lib/hssfcgi.lib/$1
ScriptAliasMatch /hssfcgipp/(.*) /qsys.lib/hssfcgi.lib/$1
ScriptAliasMatch ^/tablexls$ /qsys.lib/hssfcgi.lib/webtablexl.pgm
ScriptAliasMatch ^/tablexls2$ /qsys.lib/hssfcgi.lib/webtablex2.pgm
Alias /hssfcgi/ /hssfcgi/
Options None
order allow,deny
allow from all
AllowOverride None
order allow,deny
allow from all
Options -ExecCGI
CGIConvMode %%EBCDIC/EBCDIC%%
AuthType Basic
AuthName "HSSFCGI reserved tools"
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
Require valid-user