]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@uhu1.uhu-banane.de>
Sun, 29 Jan 2012 12:07:53 +0000 (13:07 +0100)
committerroot <root@uhu1.uhu-banane.de>
Sun, 29 Jan 2012 12:07:53 +0000 (13:07 +0100)
Package changes:
+www-apache/mod_fastcgi-2.4.7_pre0910052141

.etckeeper
apache2/modules.d/20_mod_fastcgi.conf [new file with mode: 0644]

index 600af4b456b57be68e6cba75761eb0e1276f0c4b..0d484dee2a07c6983d423db736ea78b4b0157985 100755 (executable)
@@ -68,6 +68,7 @@ maybe chmod 0644 './apache2/modules.d/00_mod_status.conf'
 maybe chmod 0644 './apache2/modules.d/00_mod_userdir.conf'
 maybe chmod 0644 './apache2/modules.d/00_mpm.conf'
 maybe chmod 0644 './apache2/modules.d/10_mod_mem_cache.conf'
+maybe chmod 0644 './apache2/modules.d/20_mod_fastcgi.conf'
 maybe chmod 0644 './apache2/modules.d/40_mod_ssl.conf'
 maybe chmod 0644 './apache2/modules.d/45_mod_dav.conf'
 maybe chmod 0644 './apache2/modules.d/46_mod_ldap.conf'
diff --git a/apache2/modules.d/20_mod_fastcgi.conf b/apache2/modules.d/20_mod_fastcgi.conf
new file mode 100644 (file)
index 0000000..583524b
--- /dev/null
@@ -0,0 +1,6 @@
+<IfDefine FASTCGI>
+LoadModule fastcgi_module modules/mod_fastcgi.so
+AddHandler fastcgi-script fcg fcgi fpl
+</IfDefine>
+
+# vim: ts=4 filetype=apache