Search results

  1. M

    Automatic language redirect with htaccess

    Hello. Please, help. How to implement a similar construction in openlitespeed? RewriteCond %{HTTP_HOST} .*la-combe.com [NC] RewriteCond %{HTTP:Accept-Language} ^nl [NC] RewriteRule ^$ http://%{HTTP_HOST}/ [L,R=301] RewriteCond %{HTTP_HOST} .*la-combe.com [NC] RewriteCond...
  2. M

    reverse proxy post application/x-www-form-urlencoded

    access log OpenLiteSpeed "77.75.154.204 - - [04/Jul/2020:20:11:33 +0300] "POST /mancgi/ymnotifyresult HTTP/1.1" 200 774" error.log OpenLiteSpeed POST /mancgi/ymnotifyresult HTTP/1.1^M content-length: 322^M content-type: application/x-www-form-urlencoded^M host: my.host.net^M accept: */*^M...
  3. M

    reverse proxy post application/x-www-form-urlencoded

    Hello, OpenLiteSpeed can't send post application/x-www-form-urlencoded request to backend server. How to solve a problem?
  4. M

    OpenLiteSpeed as proxy, Post request doesn't work

    access log OpenLiteSpeed "77.75.154.204 - - [04/Jul/2020:20:11:33 +0300] "POST /mancgi/ymnotifyresult HTTP/1.1" 200 774" error.log OpenLiteSpeed POST /mancgi/ymnotifyresult HTTP/1.1^M content-length: 322^M content-type: application/x-www-form-urlencoded^M host: my.host.net^M accept: */*^M...
  5. M

    OpenLiteSpeed as proxy, Post request doesn't work

    Hello, I use OpenLiteSpeed as reverse proxy https://openlitespeed.org/kb/reverse-proxy-basics/ Method 1: Proxy with Context I need to receive notification is sent as an HTTP request to the address specified in the account settings, in the following format: method - POST; each notification...
Top