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

« back to all changes in this revision

Viewing changes to debian/patches/030_www-browser_apachectl.patch

  • 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/apache2/support/apachectl.in.old 2004-08-30 07:33:35.000000000 -0600
2
 
+++ build-tree/apache2/support/apachectl.in     2004-08-30 07:34:30.000000000 -0600
3
 
@@ -50,7 +50,7 @@
4
 
 # a command that outputs a formatted text version of the HTML at the
5
 
 # url given on the command line.  Designed for lynx, however other
6
 
 # programs may work.  
7
 
-LYNX="lynx -dump"
8
 
+LYNX="www-browser -dump"
9
 
 #
10
 
 # the URL to your server's mod_status status page.  If you do not
11
 
 # have one, then status and fullstatus will not work.