diff options
Diffstat (limited to 'packages/boa/files/boa.conf')
-rw-r--r-- | packages/boa/files/boa.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/boa/files/boa.conf b/packages/boa/files/boa.conf index 349da47ee0..fbe15f4fdf 100644 --- a/packages/boa/files/boa.conf +++ b/packages/boa/files/boa.conf @@ -168,7 +168,8 @@ DefaultType text/plain # Example: AddType type extension [extension ...] # Uncomment the next line if you want .cgi files to execute from anywhere -#AddType application/x-httpd-cgi cgi +AddType application/x-httpd-cgi cgi +AddType application/x-httpd-cgi php # Redirect, Alias, and ScriptAlias all have the same semantics -- they # match the beginning of a request and take appropriate action. Use |