6 messages in ru.sysoev.nginxRe: Install q
FromSent OnAttachments
Prabhakar ChagantiApr 30, 2007 11:49 am 
Martin MinkaApr 30, 2007 12:33 pm 
RoxisApr 30, 2007 12:44 pm 
Martin MinkaApr 30, 2007 1:22 pm 
Igor SysoevMay 1, 2007 1:16 pm 
Igor SysoevMay 1, 2007 1:20 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Install qActions...
From:Roxis (roxi@public.gmane.org)
Date:Apr 30, 2007 12:44:32 pm
List:ru.sysoev.nginx

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"