ADP
Programming Language ADP

Japanese

Sourceforge.net

SourceForge.JP

Loading

AWP in the Apache configuration

This section describes extensions awp and optionally cgi to make it work as a script on apache web server.

1. Specify ExecCGI Option directives
2. Specify 'cgi-script .awp' AddHandler
3. specify the index.awp directory index

Examples

    <Directory "/var/www/html">
        Options FollowSymLinks ExecCGi +Includes
        DirectoryIndex index.html index.php index.awp
        AddHandler  cgi-script .awp
	AddHandler  cgi-script .cgi
	AllowOverride None
	Order allow,deny
	Allow from all
    </Directory>

Powered by ADP.