[fpc-pascal] Search Engine friendly CGI web apps and pages

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Tue Jul 13 17:04:39 CEST 2010


In the standard Apache setup it will thread anything you put in the
cgi-bin directory regardless of the extension as a cgi program. The
path to this is set in httpd.conf here:

    #
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client.  The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    #
    ScriptAlias /cgi-bin/ "C:/Program Files/Apache Software
Foundation/Apache2.2/cgi-bin/"

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list