Install q
    Igor Sysoev 
    is at rambler-co.ru
       
    Wed May  2 00:17:09 MSD 2007
    
    
  
On Mon, Apr 30, 2007 at 02:49:52PM -0400, Prabhakar Chaganti wrote:
> Does anyone know how to make install for nginx specifying the dir that I
> want it to install to? This dir is different from the --prefix=/usr. :-)
./configure --help
  --prefix=PATH                      set the installation prefix
  --sbin-path=PATH                   set path to the nginx binary file
  --conf-path=PATH                   set path to the nginx.conf file
  --error-log-path=PATH              set path to the error log
  --pid-path=PATH                    set path to nginx.pid file
  --lock-path=PATH                   set path to nginx.lock file
  ...
  --http-log-path=PATH               set path to the http access log
  --http-client-body-temp-path=PATH  set path to the http client request body
                                     temporary files
  --http-proxy-temp-path=PATH        set path to the http proxy temporary files
  --http-fastcgi-temp-path=PATH      set path to the http fastcgi temporary
-- 
Igor Sysoev
http://sysoev.ru/en/
    
    
More information about the nginx
mailing list