Skip to content

Commit

Permalink
add module config script
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoweibin committed May 3, 2011
1 parent 0696171 commit 26b705a
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 748 deletions.
14 changes: 5 additions & 9 deletions README
@@ -1,21 +1,17 @@
==INSTALLATION== ==INSTALLATION==


cd nginx-0.7.67 cd nginx-0.8.54
patch -p1 < /path/to/this/directory/syslog_0.7.67.patch patch -p1 < /path/to/this/directory/new_syslog_0.8.54.patch


OR #add the module, New !!!

./configure --add-module=/path/to/this/directory
cd nginx-0.8.50
patch -p1 < /path/to/this/directory/syslog_0.8.50.patch

The syslog_0.8.50.patch is also compatible with Nginx_0.9.2.




==EXAMPLE== ==EXAMPLE==


worker_processes 1; worker_processes 1;


syslog local6; syslog local6 nginx;


events { events {
worker_connections 1024; worker_connections 1024;
Expand Down
5 changes: 5 additions & 0 deletions config
@@ -0,0 +1,5 @@

ngx_feature="nginx_syslog_patch"
ngx_feature_name="nginx_syslog_patch"
ngx_feature_run=no
have=NGX_ENABLE_SYSLOG . auto/have

0 comments on commit 26b705a

Please sign in to comment.