AddType text/html .php AddHandler webapp-php .php # This is the script-alias that must be used with the Actions. Equate it to the physical directory which must be # described by the "" directive just below. ScriptAlias /frobozz-cgi/ /sys/cgi-php/ # Direct each handler to the corresponding trampoline. # We must use the "Alias" here. # "Virtual" is important, too ... just don't ask me why. ;-) Action webapp-php /frobozz-cgi/webapp-php.cgi virtual # Specify access to the physical directory that is referred-to by the ScriptAlias. AllowOverride none Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Require all granted