python:uwsgi

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:uwsgi [2019/08/12 23:41] ともやんpython:uwsgi [2019/08/13 00:02] – [Apache 2.4 への mod_uwsgi.so のインストール] ともやん
行 30: 行 30:
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code> <code>
 +$ sudo dnf install httpd-devel
 $ sudo -s $ sudo -s
 # cd ~ # cd ~
行 91: 行 92:
 <code> <code>
 # chmod 755 /usr/lib64/httpd/modules/mod_uwsgi.so # chmod 755 /usr/lib64/httpd/modules/mod_uwsgi.so
-# vi /etc/httpd/conf.modules.d/00-base.conf+# vi /etc/httpd/conf/httpd.conf
 </code> </code>
-<file autoconf /etc/httpd/conf.modules.d/00-base.conf>+<file autoconf /etc/httpd/conf/httpd.conf> 
 +
 +# Dynamic Shared Object (DSO) Support 
 +
 +# To be able to use the functionality of a module which was built as a DSO you 
 +# have to place corresponding `LoadModule' lines at this location so the 
 +# directives contained in it are actually available _before_ they are used. 
 +# Statically compiled modules (those listed by `httpd -l') do not need 
 +# to be loaded here. 
 +
 +# Example: 
 +# LoadModule foo_module modules/mod_foo.so 
 +#
 LoadModule uwsgi_module modules/mod_uwsgi.so LoadModule uwsgi_module modules/mod_uwsgi.so
 +Include conf.modules.d/*.conf
 </file> </file>
  • python/uwsgi.txt
  • 最終更新: 2020/09/11 16:50
  • by ともやん