mod_http2
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*mod_http2 [#tf5ecebd]
PHP71-extensions を VerUpしたところ、Apacheが起動せず、ロ...
AH10034: The mpm module (prefork.c) is not supported by ...
The mpm determines how things are processed in your serv...
HTTP/2 has more demands in this regard and the currently...
This is an advisory warning.
Your server will continue to work, but the HTTP/2 protoc...
が記録されていた。
ログを見る限り、一見、HTTP2周りの不具合が発生したような内...
で、結局、あれこれ試した結果
/usr/local/etc/php ⇒ /usr/local/etc/php_
としてextensionsの読み込みを回避すると起動する。というこ...
結果、
ext-20-imap.ini
を除去することで起動できましたとさ。
*mod_http2 [#w820b8b4]
https://blog.goo.ne.jp/low-electric-mouse/e/912c459b71887...
# httpd -V | grep MPM
Server MPM: worker
/boot/loader.conf
accf_data_load="YES"
accf_http_load="YES"
# vi /etc/rc.conf
以下のコマンドを追記する。
apache24_http_accept_enable="YES"
# vi /usr/local/etc/apache24/httpd.conf
LoadModule socache_shmcb_module libexec/apache24/mod_soc...
LoadModule http2_module libexec/apache24/mod_h2.so
または、
LoadModule http2_module libexec/apache24/mod_http2.so
# vi /usr/local/etc/apache24/extra/httpd-ssl.conf
<VirtualHost _default_:443>の下に、次のコマンドを追記す...
Protocols h2 http/1.1
*Apache24 mpm_event [#e1fddef9]
https://milestone-of-se.nesuke.com/sv-basic/linux-basic/a...
# httpd -V | grep MPM
Server MPM: worker
make config で、event にチェックして、
portupgrade -fr apache24-2.4.39
/usr/local/etc/apache24/httpd.conf
LoadModule mpm_event_module libexec/apache24/mod_mpm_eve...
#LoadModule mpm_prefork_module libexec/apache24/mod_mpm_...
#LoadModule mpm_worker_module libexec/apache24/mod_mpm_w...
# apachectl restart
# httpd -V | grep MPM
Server MPM: event
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*mod_http2 [#tf5ecebd]
PHP71-extensions を VerUpしたところ、Apacheが起動せず、ロ...
AH10034: The mpm module (prefork.c) is not supported by ...
The mpm determines how things are processed in your serv...
HTTP/2 has more demands in this regard and the currently...
This is an advisory warning.
Your server will continue to work, but the HTTP/2 protoc...
が記録されていた。
ログを見る限り、一見、HTTP2周りの不具合が発生したような内...
で、結局、あれこれ試した結果
/usr/local/etc/php ⇒ /usr/local/etc/php_
としてextensionsの読み込みを回避すると起動する。というこ...
結果、
ext-20-imap.ini
を除去することで起動できましたとさ。
*mod_http2 [#w820b8b4]
https://blog.goo.ne.jp/low-electric-mouse/e/912c459b71887...
# httpd -V | grep MPM
Server MPM: worker
/boot/loader.conf
accf_data_load="YES"
accf_http_load="YES"
# vi /etc/rc.conf
以下のコマンドを追記する。
apache24_http_accept_enable="YES"
# vi /usr/local/etc/apache24/httpd.conf
LoadModule socache_shmcb_module libexec/apache24/mod_soc...
LoadModule http2_module libexec/apache24/mod_h2.so
または、
LoadModule http2_module libexec/apache24/mod_http2.so
# vi /usr/local/etc/apache24/extra/httpd-ssl.conf
<VirtualHost _default_:443>の下に、次のコマンドを追記す...
Protocols h2 http/1.1
*Apache24 mpm_event [#e1fddef9]
https://milestone-of-se.nesuke.com/sv-basic/linux-basic/a...
# httpd -V | grep MPM
Server MPM: worker
make config で、event にチェックして、
portupgrade -fr apache24-2.4.39
/usr/local/etc/apache24/httpd.conf
LoadModule mpm_event_module libexec/apache24/mod_mpm_eve...
#LoadModule mpm_prefork_module libexec/apache24/mod_mpm_...
#LoadModule mpm_worker_module libexec/apache24/mod_mpm_w...
# apachectl restart
# httpd -V | grep MPM
Server MPM: event
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: