Table of Contents

  • Introduction
  • Installation
  • Handling Challenger
  • Virtual Servers
  • Configuration Examples
  • Modules
  • Filesystems
  • RXML Tags
  • Graphics
  • Proxy
  • Databases
  • Miscellaneous Modules
  • Security Considerations
  • Scripting
    · Introduction
    · Pike Modules
    · Pike Scripts
    · Pike Tag
    · CGI
    · SSI
    · FastCGI
    · Servlets
  • Frontpage
  • Upgrading
  • Third Party Extensions
  • Portability
  • Reporting Bugs
  • Appendix
  • Pike Tag
    The Pike tag is an RXML tag, allowing the user to insert bits of Pike code into RXML pages. This is a convenient combination of RXML and Pike scripts. The Pike code within the tag has full access to the server. Therefore, it is important that only trusted users have access to the Pike tag. Refer to the chapter about trust levels for information about how you can limit the number of users who have access to a dangerous tag.

    As with all Pike development in Challenger, error messages will be reported together with a backtrace, making it easy to pinpoint any problems. The Pike tag module contains no configurable variables.