Skip to main content

Questions tagged [mod-proxy]

Module for the apache webserver with which apache can be used as proxy server. With this module apache can act as a regular proxy, or as a reverse proxy for upstream servers.

0 votes
0 answers
32 views

I've configured Apache to serve PHP via php-fpm through a unix socket with the SetHandler directive: <FilesMatch ".+\.php$"> SetHandler "proxy:unix:/run/php/php-fpm.sock|fcgi:/...
Dom's user avatar
  • 67
2 votes
1 answer
162 views

I'm trying to configure a vhost to work with a proxy, but only if the request is not for a static file -- in which case I'd like Apache to serve it. Here's what I'm using: <VirtualHost *:80> ...
winck's user avatar
  • 135
1 vote
0 answers
28 views

on our intranet I have two servers in two different areas. Server 1 is providing a lab environment via ShellInABox web service. ShellInABox opens local ports to which Apache can connect via proxy ...
rund's user avatar
  • 11
0 votes
0 answers
113 views

Is there any way to remove Proxy-agent header (set to Apache/2.4.6.2(OS)) from CONNECT requests going through Apache httpd configured as forward proxy (forwarding requests to another uplink proxy)? &...
Koguni's user avatar
  • 41
0 votes
0 answers
31 views

We have an external Apache server that proxies a https url to an internal http site <VirtualHost *:443> ServerName external.domain ServerAlias www.external.domain ProxyRequests Off ...
Smock's user avatar
  • 180
0 votes
1 answer
107 views

I have a website www.example.com on a hosting provider. We use that provider because it has a simple site builder my wife uses to maintain the site. Moving off of it isn't an option for this ...
John Oliver's user avatar
1 vote
1 answer
64 views

I am attempting to take all requests matching the regex ^/(map/maps/[^/]*/live/.*) redirect into a local server http://127.0.0.1:8100/. However, the path that needs to be passed to the backreference ...
Firav's user avatar
  • 11
0 votes
0 answers
105 views

I would like to have Apache handle some custom URL rewrite code that I have. This code rewrites the following urls: https://www.example.com/request?data=SOMEDATABLOB into urls pointing to PHP pages. ...
andynewman's user avatar
0 votes
1 answer
65 views

I have 1 nonSSL server and many SSL with Proxy in Apache. Configuration SSL server: <VirtualHost *:443> ServerName test.com ServerAdmin [email protected] ErrorLog ${...
Jo K's user avatar
  • 111
0 votes
0 answers
658 views

Thanks in advance. I am new to server setup. So pardon me If I used the wrong words. I am setting up an Ubuntu server to host Nextjs and WordPress blog on the same server. I have to set up Nextjs on ...
Sandeep Solanki's user avatar
0 votes
1 answer
883 views

I would like to create a load-balanced environment using Apache 2.4.43 (windows) and two Tomcats servers. Using the "mod_proxy_hcheck" module some basic healthcheck operations should be ...
schlomm's user avatar
  • 111
2 votes
1 answer
562 views

I'm dealing with a proprietary HTTP-server, which always responds with code 200 -- even when an error occurred. The indication of an error, if any, can only be found in the custom header, for example: ...
Mikhail T.'s user avatar
  • 2,415
0 votes
2 answers
160 views

I have moved a server configuration to a new server and at the same time configured it with apache mod_proxy to access a gunicorn/django webserver (inside a docker container on port 8000). Previous ...
yo_e-h's user avatar
  • 3
0 votes
1 answer
534 views

I have a Joomla 4 site running in a Ubuntu 22.04 server (hostname = web-02). The Internet facing web server running in a Ubuntu 20.04 server (hostname = web-01) has configured as a reverse proxy for ...
cpliu338's user avatar
  • 111
0 votes
1 answer
59 views

I have a react app that listening to localhost:3939 Then, I configured a Virtualhost like this to proxy pass the port 3939 on https://test.example.com: <IfModule mod_ssl.c> <VirtualHost *:443&...
dcr31000's user avatar

15 30 50 per page
1
2 3 4 5
47