成人在线亚洲_国产日韩视频一区二区三区_久久久国产精品_99国内精品久久久久久久

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

nginx編譯安裝

瀏覽:140日期:2024-06-21 17:16:44

問(wèn)題描述

第一次編譯安裝nginx,編譯的參數(shù)是: 問(wèn)題是現(xiàn)在啟動(dòng)nginx,為什么多了一個(gè)' /',空格和斜杠。

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

nginx編譯安裝

問(wèn)題解答

回答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后的斜線(xiàn)去掉了

相關(guān)文章: