diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 20:28:54 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 20:28:54 +0000 |
| commit | 090849dc6f995c6ccdbd947093789165a347e460 (patch) | |
| tree | 4c25a4a1c9afb3dda64308b45675e29165b7bd2e /auto/summary | |
| parent | ab517d58277429bba16d0641e00aebea061db1ce (diff) | |
| download | nginx-090849dc6f995c6ccdbd947093789165a347e460.tar.gz nginx-090849dc6f995c6ccdbd947093789165a347e460.tar.bz2 | |
nginx-0.0.3-2004-05-19-00:28:54 import
Diffstat (limited to 'auto/summary')
| -rw-r--r-- | auto/summary | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary index 16e552da9..9769180b0 100644 --- a/auto/summary +++ b/auto/summary @@ -2,6 +2,7 @@ echo echo "Configuration summary" + if [ $USE_PCRE = DISABLED ]; then echo " + PCRE library is disabled" @@ -55,3 +56,12 @@ if [ $HTTP_GZIP = YES ]; then exit 1 fi fi + + +echo " nginx path prefix: $PREFIX" +echo " nginx binary file: $SBIN_PATH" +echo " nginx configuration file: $CONF_PATH" +echo " nginx pid file: $PID_PATH" +echo " nginx error log file: $ERROR_LOG_PATH" +echo " nginx http access log file: $HTTP_LOG_PATH" +echo |
