June 1999
Intermediate to advanced
540 pages
21h 39m
English
ScriptAliasMatch
ScriptAliasMatch
regex
filename
[server config, within <VirtualHost>]
Similar to ScriptAlias, but uses regular expressions. This option
creates a virtual directory of CGI programs by mapping any
symbolic pathnames that match the standard regular expression regex to
a real directory of executable CGI programs on the server. For
example:
ScriptAliasMatch ^/cgi-bin(.*) /usr/local/frank/cgi-bin$1
See Chapter 12 for more information on CGI.
(Apache 1.3 and later)
Read now
Unlock full access