December 2002
Intermediate to advanced
576 pages
32h
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.
Read now
Unlock full access