diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-01-24 22:32:01 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-01-24 22:32:01 +0000 |
commit | 2cdd32257eee492a2245ecebda3085a44d102e19 (patch) | |
tree | 53c7a612730850faf628d3acd1337f85b8d7948b /dev-php/mod_php/files | |
parent | fixed sandbox violation. (diff) | |
download | historical-2cdd32257eee492a2245ecebda3085a44d102e19.tar.gz historical-2cdd32257eee492a2245ecebda3085a44d102e19.tar.bz2 historical-2cdd32257eee492a2245ecebda3085a44d102e19.zip |
added php-source support. Fixes #14486
Diffstat (limited to 'dev-php/mod_php/files')
-rw-r--r-- | dev-php/mod_php/files/70_mod_php.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-php/mod_php/files/70_mod_php.conf b/dev-php/mod_php/files/70_mod_php.conf index 43369d83ca27..d478f524334f 100644 --- a/dev-php/mod_php/files/70_mod_php.conf +++ b/dev-php/mod_php/files/70_mod_php.conf @@ -8,4 +8,5 @@ AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php4 + AddType application/x-httpd-php-source .phps </IfModule> |