nginx compilation and installation
習慣沉默
習慣沉默 2017-05-16 17:17:09
0
1
551

Compile and install nginx for the first time. The compilation parameters are: The problem is that when nginx is started now, why is there an extra "/", space and slash.

./configure --prefix=/usr/local/nginx/ --user=www --group=www  --with-http_ssl_module --with
-select_module  --with-poll_module  --without-mail_pop3_module  --without-mail_imap_module  --without-mail_smtp_module

習慣沉默
習慣沉默

reply all(1)
小葫芦

Recompile nginx.

./configure --prefix=/usr/local/nginx  --user=www --group=www  --with-http_ssl_module --with
-select_module  --with-poll_module  --without-mail_pop3_module  --without-mail_imap_module  --without-mail_smtp_module

You try again, I removed the slash after nginx in prefix

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!