Skip to content

Commit

Permalink
fixed header format
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Feb 25, 2009
1 parent 806a63b commit 46d6532
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.mkdn
@@ -1,14 +1,14 @@
= mod_fastcgi_reproxy
# mod_fastcgi_reproxy

This is a module for lighttpd 1.4.x to add perlbal's X-Reproxy-* feature.

lighttpd 1.5 might have same feature (X-Rewrite-*) but there's no stable version.

== Build
## Build

Following this development instructions: [Lighttpd - HowToWriteALighttpdPlugin - lighty labs](http://redmine.lighttpd.net/projects/lighttpd/wiki/HowToWriteALighttpdPlugin)

== Usage Example
## Usage Example

lighttpd.conf:

Expand Down Expand Up @@ -47,7 +47,7 @@ test.fcgi:
print "Hello fcgi";
}

== Notes
## Notes

This module is designed to replace normal fastcgi module. Don't use both modules together.

Expand Down

0 comments on commit 46d6532

Please sign in to comment.