Welcome! Log In Create A New Profile

Advanced

convert apache2 conf files

Posted by MisterM74 
convert apache2 conf files
April 11, 2015 12:31PM
Hello
I'm new, but a lover of NGINX and its concept.
I need a Converter convert 2 or configuration files with uwsgi functions as follows:

## The extremely high timeout is required by outlook
KeepAliveTimeout 120

WSGILazyInitialization On
WSGIPythonPath /usr/lib/openchange/web/rpcproxy

<Directory /usr/lib/openchange/web/rpcproxy/>
SetEnv RPCPROXY_LOGLEVEL INFO
SetEnv NTLMAUTHHANDLER_WORKDIR /var/cache/ntlmauthhandler
SetEnv SAMBA_HOST 127.0.0.1
WSGIPassAuthorization On
WSGIProcessGroup %{GLOBAL}
</Directory>

WSGIScriptAlias /rpc/rpcproxy.dll /usr/lib/openchange/web/rpcproxy/rpcproxy.wsgi
WSGIScriptAlias /rpcwithcert/rpcproxy.dll /usr/lib/openchange/web/rpcproxy/rpcproxy.wsgi

Is the second .....

<IfModule mod_proxy.c>
ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

ProxyPass /autodiscover http://127.0.0.1:5000/autodiscover retry=0
ProxyPass /ews http://127.0.0.1:5000/ews retry=0
ProxyPass /_debug http://127.0.0.1:5000/_debug retry=0

<Proxy http://127.0.0.1:5000>
Order allow,deny
Allow from all
</Proxy>
</IfModule>

Thank you for your help
Mz
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 139
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready