There you go: #---- SECURED TCP (WSECTCP) Apache directives ----------------------------- ScriptAliasMatch ^/(wsectcp|sectcp)/start$ /qsys.lib/wsectcp.lib/main.pgm AliasMatch /wsectcph/(.*).(htm|mbr) /qsys.lib/wsectcp.lib/htmlsrc.file/$1.mbr Alias /wsectcp/ /wsectcp/ ScriptAliasMatch /wsectcpp/(.*).(cgi|jp|pgm) /qsys.lib/wsectcp.lib/$1.pgm <Directory /wsectcp> Options None order allow,deny allow from all </Directory> <Directory /qsys.lib/wsectcp.lib> Options None order allow,deny allow from all </Directory> <LocationMatch (^/(wsectcp|sectcp)/start$|/wsectcpp/(.*))> AuthType Basic AuthName "Secured TCP (SECTCP)" PasswdFile %%SYSTEM%% UserID %%CLIENT%% Require valid-user </LocationMatch>
Giovanni B. Perotti ----- Original Message ----- From: "eamisano" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, January 17, 2006 7:10 PM Subject: [Easy400Group] Apache directives for WSECTCP > Hi > Do you have the Apache directive for WSECTCP library ? > > Now I run all the Cgi tools on a traditional Http Server but I try to > migrate ALL the Cgi tools Library to apache > (WSECTCP/WEBACT/MMAIL/CGIDEV") on my ISeries, to have only one Http > port. > > Many thanks > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Easy400Group/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
