From 46df59e5da7155edb7a87212863af57fd60bde29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Sep 2014 17:45:01 +0200 Subject: reorg repo --- php.modconf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 php.modconf (limited to 'php.modconf') diff --git a/php.modconf b/php.modconf new file mode 100644 index 0000000..87f97c9 --- /dev/null +++ b/php.modconf @@ -0,0 +1,8 @@ +# +# PHP is an HTML-embedded scripting language which attempts to make it +# easy for developers to write dynamically generated webpages. +# + + LoadModule php5_module modules/libphp5.so + + -- cgit