Install q

Martin Minka martin.minka at gmail.com
Tue May 1 00:22:31 MSD 2007


thank you, you are right 

-----Original Message-----
From: owner-nginx at mail.sysoev.ru [mailto:owner-nginx at mail.sysoev.ru] On
Behalf Of Roxis
Sent: Monday, April 30, 2007 9:45 PM
To: nginx at sysoev.ru
Subject: Re: Install q

On Monday 30 April 2007, Martin Minka wrote:
> PATH_NGINX=/test/nginx
> ../configure \
> --prefix=$PATH_NGINX \
> --pid-path=$PATH_NGINX \
> --sbin-path=$PATH_NGINX \
> --with-http_stub_status_module \
> --with-http_ssl_module \
> --with-md5=/usr/lib


--pid-path and --sbin-path option are for files and not directories


./configure --prefix=/test/nginx

nginx path prefix: "/test/nginx"
nginx binary file: "/test/nginx/sbin/nginx"
nginx configuration file: "/test/nginx/conf/nginx.conf"
nginx pid file: "/test/nginx/logs/nginx.pid"
nginx error log file: "/test/nginx/logs/error.log"
nginx http access log file: "/test/nginx/logs/access.log"
nginx http client request body temporary files:
"/test/nginx/client_body_temp"
nginx http proxy temporary files: "/test/nginx/proxy_temp"
nginx http fastcgi temporary files: "/test/nginx/fastcgi_temp"






More information about the nginx mailing list