On Thu, Sep 20, 2012 at 7:48 AM, <[email protected]> wrote: > Author: gsmith > Date: Thu Sep 20 11:48:30 2012 > New Revision: 1387984 > > URL: http://svn.apache.org/viewvc?rev=1387984&view=rev > Log: > Install the new printenv.vbs file in cgi-bin on Windows
Is this non-executable (and I don't mean the Unix permission bits) by default? > > Modified: > httpd/httpd/trunk/Makefile.win > > Modified: httpd/httpd/trunk/Makefile.win > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=1387984&r1=1387983&r2=1387984&view=diff > ============================================================================== > --- httpd/httpd/trunk/Makefile.win (original) > +++ httpd/httpd/trunk/Makefile.win Thu Sep 20 11:48:30 2012 > @@ -1040,6 +1040,7 @@ BEGIN { > INSTALL_DIR="$(INSTDIR)\bin\iconv" > cd ..\.. > !ENDIF > + copy docs\cgi-examples\printenv.vbs "$(INSTDIR)\cgi-bin\printenv.vbs" > <.y > copy docs\cgi-examples\printenv "$(INSTDIR)\cgi-bin\printenv.pl" <.y > -awk -f <<script.awk "docs/cgi-examples/printenv" > > "$(INSTDIR)\cgi-bin\printenv.pl" > BEGIN { > > -- Born in Roswell... married an alien... http://emptyhammock.com/
