When you specify the DocumentRoot in the httpd.conf file make sure that it does NOT contain the directory specified by the ScriptAlias /cgi-bin/ directive. If the cgi-bin subdirectory is contained in the DocumentRoot path then it is possible that access to the scripts is possible drom a browser or other http agent and that is the last thing you want.
I have seen people put the cgi-bin subdirectory directly off the main DocumentRoot path and that is very bad. David Ashley On Fri, 2012-10-12 at 14:29 -0500, Dave Jones wrote: > Hi, David. > > So how tdo you set up the HPPTD server to use Rexx in this way? > > Thanks and have a good weekend. > DJ ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
