diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-11-08 00:40:26 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-09 07:34:16 +0000 |
commit | 4a7ccf578f5caf82b4c9120ac266ff49f245549a (patch) | |
tree | c4a923f54fbb4887bb114b68f9048040589518e3 /community/php5/php5-module.conf | |
parent | 96e8cf0319ba5e6bf58f4cb6141582c66985af70 (diff) | |
download | aports-4a7ccf578f5caf82b4c9120ac266ff49f245549a.tar.bz2 aports-4a7ccf578f5caf82b4c9120ac266ff49f245549a.tar.xz |
community/php5: remove aport
Diffstat (limited to 'community/php5/php5-module.conf')
-rw-r--r-- | community/php5/php5-module.conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/php5/php5-module.conf b/community/php5/php5-module.conf deleted file mode 100644 index 32a88145a5..0000000000 --- a/community/php5/php5-module.conf +++ /dev/null @@ -1,13 +0,0 @@ -LoadModule php5_module modules/libphp5.so - -DirectoryIndex index.php index.html - -<FilesMatch \.php$> - SetHandler application/x-httpd-php -</FilesMatch> - -# Uncomment the following to allow .phps files to be handled by the php source filter, -# and displayed as syntax-highlighted source code -#<FilesMatch "\.phps$"> -# SetHandler application/x-httpd-php-source -#</FilesMatch> |