summaryrefslogtreecommitdiffstats
path: root/php/php.modconf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-02 17:45:01 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-02 17:45:01 +0200
commit03d502e571b375ffd276b192ecd5128306ab3ef1 (patch)
tree2d0ddcacaecc662ee5dd362a0120cecaaa754fbc /php/php.modconf
parent2f81cc3673b7f31e71f40dc47c9242c4ea410869 (diff)
reorg repo
Diffstat (limited to 'php/php.modconf')
-rw-r--r--php/php.modconf8
1 files changed, 0 insertions, 8 deletions
diff --git a/php/php.modconf b/php/php.modconf
deleted file mode 100644
index 87f97c9..0000000
--- a/php/php.modconf
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# PHP is an HTML-embedded scripting language which attempts to make it
-# easy for developers to write dynamically generated webpages.
-#
-<IfModule prefork.c>
- LoadModule php5_module modules/libphp5.so
-</IfModule>
-