高性能ウェブサーバーとリバースプロキシサーバーの起動に失敗しました エラー
2022-02-22 11:25:07
Raspbian Jessieオペレーティングシステムでnginxを動かしています。
新しいバーチャルホストを作成し、nginxサービスを再読み込みしたところです。
新しいバーチャルホストを作成し、nginxサービスを再読み込みしたところです。
/etc/init.d/nginx restart
今、私は得た。
[....] Reloading nginx configuration (via systemctl): nginx.serviceJob for nginx.service failed. See 'systemctl status nginx.service' and 'journalctl - xn' for details.
failed!
で設定ファイルに問題がないかどうかテストできることがわかりました。
nginx -t -c /etc/nginx/nginx.conf
今度はこう書いてある。
nginx: [emerg] could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32
nginx: configuration file /etc/nginx/nginx.conf test failed
この設定がどのようなものかをコンフィグで確認してみましょう。
grep server_names_hash_bucket_size /etc/nginx/nginx.conf
そして、設定されていないとのことです。
# server_names_hash_bucket_size 64;
OK......これをそのまま増やします。
sed -i "s/^. *server_names_hash_bucket_size. *;$/server_names_hash_bucket_size 64;/" /etc/nginx/nginx.conf
もう一度確認してください。
grep server_names_hash_bucket_size /etc/nginx/nginx.conf
これでいいのです。
server_names_hash_bucket_size 64;
設定ファイルをテストしてみましょう。
nginx -t -c /etc/nginx/nginx.conf
これで、次のようになります。
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
ゴット・トゥ・ゴー
/etc/init.d/nginx restart
<スパン
<スパン
<スパン
<スパン
<スパン
もっと見る
nginx
関連
-
makefile:2: *** make後のエラー、解決方法
-
appstreamcli' でエラー: 二重解放または破損 (fasttop): 0x0000000002122000
-
Pip install でエラーが報告されます。AttributeError: 'module' オブジェクトに 'main' 属性がありません。
-
Ubuntu notepad++ をインストールする
-
apt-get install with error: E: Unable to correct problems, you have held broken packages.
-
atomは、国内のミラーを設定します。
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
ハートビート・エフェクトのためのHTML+CSS
-
HTML ホテル フォームによるフィルタリング
-
HTML+cssのボックスモデル例(円、半円など)「border-radius」使いやすい
-
HTMLテーブルのテーブル分割とマージ(colspan, rowspan)
-
ランダム・ネームドロッパーを実装するためのhtmlサンプルコード
-
Html階層型ボックスシャドウ効果サンプルコード
-
QQの一時的なダイアログボックスをポップアップし、友人を追加せずにオンラインで話す効果を達成する方法
-
sublime / vscodeショートカットHTMLコード生成の実装
-
HTMLページを縮小した後にスクロールバーを表示するサンプルコード
-
html のリストボックス、テキストフィールド、ファイルフィールドのコード例