]> git.pld-linux.org Git - packages/apache1-mod_suphp.git/commitdiff
- new, from Marcin Sztolcman (msztolcman (at) post.pl)
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 28 Feb 2005 17:18:52 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_suphp.conf -> 1.1
    apache1-mod_suphp.logrotate -> 1.1

apache1-mod_suphp.conf [new file with mode: 0644]
apache1-mod_suphp.logrotate [new file with mode: 0644]

diff --git a/apache1-mod_suphp.conf b/apache1-mod_suphp.conf
new file mode 100644 (file)
index 0000000..299bc23
--- /dev/null
@@ -0,0 +1,7 @@
+# $Id$
+LoadModule suphp_module        modules/mod_suphp.so
+suPHP_Configpath       /etc/php/
+suPHP_Engine on
+AddHandler x-httpd-php .php .inc
+# vim: filetype=apache ts=4 sw=4 et
+
diff --git a/apache1-mod_suphp.logrotate b/apache1-mod_suphp.logrotate
new file mode 100644 (file)
index 0000000..9501295
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/apache/suphp_log {
+    olddir /var/log/archiv/apache
+    postrotate
+       /etc/rc.d/init.d/apache graceful
+    endscript
+}
+
+
This page took 0.07669 seconds and 4 git commands to generate.