IntroductionIntroduction
  InstallingInstalling
    <Windows>Windows<Windows>Windows
    <Unix>Unix<Unix>Unix
    <Starting the server>Starting the server<Starting the server>Starting the server
    <Directory structure>Directory structure<Directory structure>Directory structure
    <Standard server>Standard server<Standard server>Standard server
    <Secure server>Secure server<Secure server>Secure server
    <User's home pages>User's home pages<User's home pages>User's home pages
    <FTP server>FTP server<FTP server>FTP server
    <Proxy server>Proxy server<Proxy server>Proxy server
  HandlingHandling
  Virtual serversVirtual servers
  ModulesModules
  FilesystemsFilesystems
  RXML tagsRXML tags
  GraphicsGraphics
  ProxyProxy
  Miscellaneous modulesMiscellaneous modules
  Security considerationsSecurity considerations
  ScriptingScripting
  DatabasesDatabases
  LDAPLDAP
  IntraSeekIntraSeek
  LogViewLogView
  FrontPageFrontPage
  UpgradingUpgrading
  Third party extensionsThird party extensions
  PortabilityPortability
  Reporting bugsReporting bugs
  AppendixAppendix
 
Secure server

Secure web server, using HTTPS to ensure no one can eavesdrop on the communication. You must have one of the encrypted versions of Challenger, either the 40-bit version with weak encryption or the 128/168-bit version with strong encryption, to use HTTPS.

  1. Create a certificate.

    You need a certificate that ensures that your web site really is your web site. If you already have a certificate use this. Otherwise create one with the Security/Generate a RSA key and a self-signed certificate... action. This will produce two files, a certificate file as well as a RSA key file. The later file must be kept secret.

  2. Create a virtual server using the "Generic server" type.

  3. Configure the file system module.

    Filesystem
    Search path: Fill in the location, in the "normal" file system, where the HTML pages that should be used for the site will be located.

    Example: /usr/www/company_name/

  4. Configure the Server variables.

    • Configure a port.
      The default port for web servers using the HTTPS protocol is 443. You also have to fill in the location of your certificate file as well as the RSA key file. server.

  5. Click Save to save the server configuration on disk. The server will also try opening the port. You will be asked if the chosen URL for the site is correct. If you want to use another port than 80, you probably need to alter this.

    Note: Ports below 1024 can only be used if the server is run, or at least started, as root.

Your server will not be secure until you get a certificate signed by a Certificate Authority like VeriSign or Thawte. In order to get a signed certificate you first produce a Certificate Signing Request through the Security/Generate a Certificate Signing Request for an RSA key... action.