Install q

Roxis roxis at list.ru
Mon Apr 30 23:44:55 MSD 2007


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