Nginx-Kompilierung und Installation
習慣沉默
習慣沉默 2017-05-16 17:17:09
0
1
604

Kompilieren und installieren Sie Nginx zum ersten Mal. Die Kompilierungsparameter sind: Wenn Nginx jetzt gestartet wird, warum gibt es ein zusätzliches „/“, ein Leerzeichen und einen Schrägstrich?

./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

習慣沉默
習慣沉默

Antworte allen(1)
小葫芦

重新编译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

你再试试,我把prefix的nginx后的斜线去掉了

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage