summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Gołaszewski2004-10-13 10:01:57 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitdba1c9080f8d052cb375460e57f7e9e9984ad336 (patch)
tree564d4d400cba04fb6c7e3d9f81f11ba48f26061e
parent0ecff3ba907437276c44ce14fbab33cb1bb08651 (diff)
downloadApache-Gallery-dba1c9080f8d052cb375460e57f7e9e9984ad336.zip
Apache-Gallery-dba1c9080f8d052cb375460e57f7e9e9984ad336.tar.gz
- make it possible to use under apache2
Changed files: Apache-Gallery-apache2.patch -> 1.1
-rw-r--r--Apache-Gallery-apache2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/Apache-Gallery-apache2.patch b/Apache-Gallery-apache2.patch
new file mode 100644
index 0000000..d460f6b
--- /dev/null
+++ b/Apache-Gallery-apache2.patch
@@ -0,0 +1,11 @@
+--- ./lib/Apache/Gallery.pm.org 2004-09-11 23:53:05.000000000 +0200
++++ ./lib/Apache/Gallery.pm 2004-10-13 12:00:43.909793048 +0200
+@@ -20,7 +20,7 @@
+
+ if ($::MP2) {
+ require Apache2;
+- require Apache::Server;
++# require Apache::Server;
+ require Apache::RequestRec;
+ require Apache::Log;
+ require APR::Table;