Directadmin Nginx-1.3.3 install

gvh

Verified User
Joined
May 14, 2010
Messages
37
Hi,
Nowhere does the regular expression to nginx DirectAdmin.
I'm following the installation, but I do not know the rest. Have someone tell the exact setup nginx on directadmin

I dont use danginx because apache function error giving everytime


Code:
wget http://nginx.org/download/nginx-1.3.3.tar.gz
tar xvfz nginx-1.3.3.tar.gz
cd nginx-1.3.3
new nginx module
Code:
wget http://nginx.org/patches/spdy/patch.spdy.txt
patch -p0 < patch.spdy.txt
./configure --with-http_ssl_module
make


gived me this error

cc1: warnings being treated as errors
src/http/ngx_http_request.c: In function ângx_http_ssl_handshake_handlerâ:
src/http/ngx_http_request.c:643: warning: implicit declaration of function âSSL_get0_next_proto_negotiatedâ
make[1]: *** [objs/src/http/ngx_http_request.o] Error 1
make[1]: Leaving directory `/root/nginx-1.3.3'
make: *** [build] Error 2
 
please full install info give me
wget nginx
server status on of . . . ..same

what can I do for full install nginx on directadmin
 
You're mostly on your own here. NGINX is not officially supported by Directadmin, and if you want it you should either hire somebody to do the job for you, or search the forums and Internet. I've met at least 3-4 full step-by-step guides on how to install nginx, so I'm not going to copy-paste them here. The way how I install NGINX is not going to be posted in publicity at least for now.
 
Back
Top