Hades IIS Server
Views:
Contents |
Web Sites/Applications
Easiquest
Scripts live in \\hades\d$\easiquest\, questionnaires live in \\hades\d$\easiquest\surveys
Especially for easiquest, there is a scheduled task to restart the w3svc service everynight at about 2:50am, \\hades\d$\easiquest\restartwebserver.cmd
IIS needs to be setup with a virtual directory to point to \\hades\d$\easiquest\, this area should be allowed to execute scripts and in the script options, buffering should be enabled.
Access to the easiquest directory is restricted by IP Address:
- Staff Workstations
- Support Workstations
- Room 18 Workstations
- Room 19 Workstations
- Room 19 Projector Workstation (10.10.99.11)
- Ares Webserver (for extranet access via password protected reverse-proxy)
See the Easiquest page for more information
WSUS
Heritage Web Search
Data lives on \\Athena\Apps\Staff\Heri4\ Services runs on hades which links the data with the web site cgi (dll, not asp). This application, data and configuration lives in c:\inetpub\heri4.
The website files live in c:\inetpub\wwwroot\heri4 and there is also a couple of dlls in c:\inetpub\scripts\opac\ (god knows why they want them in there).
The wwwroot/heri4 directory needs to be allowed to execute scripts and binary files.
The files needed to install and configure WebOPAC are also in \\athena\apps\staff\heri4. Its a bit of an 'arris ;-)
The datasource needs to be set to Remote, with the ip address set to 127.0.0.1
A scheduled task needs to copy over data from the main heritage directory on Athena to the inetpub/heri4 directory on hades:
XCOPY \\athena\apps\staff\heri4\windata\WOPAC.* c:\inetpub\heri4\opac\datasets\heritage /y
Metabase
c:\inetpub\AdminScripts\adsutil.vbs
List properties
c:\...\> cscript adsutil.vbs ENUM w3svc
Get property
c:\...\> cscript adsutil.vbs GET w3svc/<property>
Set property
c:\...\> cscript adsutil.vbs SET w3svc/<property> ["<string_value>"|<value>]
Customised Properties
| Property | Data Type | Default | Custom Value |
|---|---|---|---|
| ASPScriptEngineCacheMax | int | 125 | 250 |
| ASPProcessorThreadMax | int | 25 | 60 |
| ASPSessionTimeout | int | 45 | 60 |
