Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
No Format

Content is being migrated from web007 to web014.

Sites

  • www-sld (also includes www-midas and www-bes although these do not work and probably have not worked for a very long time).
  • www-sldnt (copied across, still need to deal with WBS folder and ASP pages)

...

Currently using version 1.2.30 downloaded from:

http://www.fightrice.com/mirrors/apache/tomcat/tomcat-connectors/jk/binaries/win64/Image Removed

Documentation is here:

http://tomcat.apache.org/connectors-doc/reference/iis.htmlImage Removedhttp://tomcat.apache.org/connectors-doc/webserver_howto/iis.htmlImage Removed

To set up a site with a redirect:

  1. Create a site directory and install an appropriate web.config
  2. Create a jakarta bin directory and create the files
    1. isapi_redirect.dll
    2. isap_redirect.properties
    3. web.config
  3. Create a new site in IIS manager
    1. Set the physical path as setup in step 1
    2. Set appropriate bindings to web addresses
    3. Add an virtual directory mapped to the bin directory created in 2
    4. Edit the site's ISAPI filters, remove ASP stuff and add jakarta mapped to isapi_redirect from step 2

PHP

Currently installed version 5.3.2 downloaded from:

http://windows.php.net/downloads/releases/php-5.3.2-nts-Win32-VC9-x86.msiImage Removed

(non thread safe x86 version) Followed instructions here:

http://www.php.net/manual/en/install.windows.phpImage Removed

Enabled FastCGI in IIS from Server Manager -> Roles -> Add Role Services -> CGI
Turned off all extensions except MySQL and MySQLi
Added multi-byte strings (required by FudForum search)

...