Next: Server side includes
Up: Server scripts
Previous: CERN server directives
Server scripts are identified by the ScriptAlias directive,
which is only recognized in the server resource configuration file.
ScriptAlias initial-substring replacement
If the initial substring of the path part of a URL matches the
initial substring given in the directive, the URL identifies a
script and the initial substring is replaced with the contents of
replacement. The following part of the URL, up to the
next forward slash, gives the program name, and the remainder is
passed to the program as extra information in the PATH_INFO
environment variable, according to the CGI specification.
Analogous to the CERN Exec directive.
Spinning the Web by Andrew Ford
© 1995 International Thomson Publishing
© 2002 Andrew Ford and Ford & Mason Ltd
Note: this HTML document was generated in December 1994 directly from the
LaTeX source files using LaTeX2HTML. It was formatted into our standard page layout
using the Template Toolkit. The document is mainly of historical
interest as obviously many of the sites mentioned have long since
disappeared.
|