dev-zero    14/08/08 18:08:01

  Added:                42_mod_uwsgi-r2.conf
  Log:
  Fix the Apache2 module loading configuration for the proxy module and change 
recommendation to the proxy module.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1A5D023975B0583D!)

Revision  Changes    Path
1.1                  www-servers/uwsgi/files/42_mod_uwsgi-r2.conf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/files/42_mod_uwsgi-r2.conf?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/files/42_mod_uwsgi-r2.conf?rev=1.1&content-type=text/plain

Index: 42_mod_uwsgi-r2.conf
===================================================================
<IfDefine PROXY_UWSGI>
    LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so
</IfDefine>
<IfDefine RUWSGI>
    LoadModule uwsgi_module modules/mod_Ruwsgi.so
</IfDefine>
<IfDefine UWSGI>
    LoadModule uwsgi_module modules/mod_uwsgi.so
</IfDefine>




Reply via email to