~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to debian/patches/009_apache2_has_dso

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- build-tree.orig/apache2/support/apxs.in     2003-04-05 11:07:55.000000000 +0200
2
 
+++ build-tree/apache2/support/apxs.in  2003-04-05 11:25:19.000000000 +0200
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 009_apache2_has_dso by Adam Conrad <adconrad@0c3.net>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Make apxs usable without having apache2 installed.
 
6
 
 
7
@DPATCH@
 
8
--- apache2/support/apxs.in     2003-04-05 11:07:55.000000000 +0200
 
9
+++ apache2/support/apxs.in     2003-04-05 11:25:19.000000000 +0200
3
10
@@ -237,18 +237,19 @@
4
11
     ($httpd = $0) =~ s:support/apxs$::;
5
12
 }