Changeset 771 for trunk/docs/install
- Timestamp:
- Jun 10, 2016, 1:40:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/install/windows.rst
r764 r771 24 24 support activated. So, in case you want to use the Java support, 25 25 simply rename the `zoo_loader_jave.cgi` file located in 26 `c:\\inetpub\\cgi-bin` to `zoo_loader.cgi`. 26 `c:\\inetpub\\cgi-bin` to `zoo_loader.cgi` and make sure the 27 `jvm.dll` can be found. 27 28 28 29 … … 58 59 appcmd.exe add vdirs /app.name:"Default Web Site/" /path:/cgi-bin /physicalPath:c:\inetpub\cgi-bin 59 60 appcmd set config /section:handlers /+[name='CGI-exe1',path='*.cgi',verb='*',modules='CgiModule'] 60 61 appcmd.exe set config /section:isapiCgiRestriction /+[path='c:\inetpub\cgi-bin\zoo_loader.cgi',description='ZOO-Project',allowed='True'] 61 62 62 63
Note: See TracChangeset
for help on using the changeset viewer.