Skip to main content

All Questions

Tagged with
0 votes
1 answer
64 views

Apache config to proxy entire site with 1 exception

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
0 votes
0 answers
397 views

Set up proxy for Nextjs and WordPress blog

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
0 answers
151 views

Apache2 folders redirect to IPs

I have installed Apache/2.4.56 (Debian), a noip URL and severals LXC containers. I need to access to the web apps inside the LXC containers: example.com/app1 -> LXC container 1 (with Zend2) example....
Lethal's user avatar
  • 1
0 votes
1 answer
661 views

Apache2: How to Proxy the same url with different ports?

we have multiple different /apex instances. now we want to proxy the requests trough an Apache2-Server like this: request for instance1: http://proxy:8080/apex -> http://apex1:8080 request for ...
BrotCast's user avatar
1 vote
0 answers
2k views

Apache proxy returns 502 with AH00898: Error reading from remote server

everyone. I'm doing a practice task to create redirect for one location using load balancer, but I cant figure out why this isnt works (getting 502). I've tried setting several env-vars and settings ...
user3134104's user avatar
0 votes
0 answers
7k views

NodeJs app working when started using npm start, but not with PM2

Very new to server stuff, sorry if this may be a noob question. Problem I am trying to run React and Node/express on a server. React does work and when I start my node app via npm start the server ...
Tommy's user avatar
  • 101
0 votes
1 answer
341 views

Using Apache ProxyPass to point to express server?

I'm trying to use proxypass for a specific directory so I can point it to my express.js server https://othersite.life:1447/ Been stuck on this one for hours now. Would really appreciate some insight. ...
Panda Burgers's user avatar
0 votes
0 answers
303 views

nginx proxypass not working for embedded links

I've an EC2 machine which is behind a ALB. Listener rules in the ALB are like IF Path is/blog* Host is abc.example.com THEN Forward to target-group-1 My nginx config looks like this: ## # Default ...
Axel's user avatar
  • 511
1 vote
1 answer
376 views

Apache ProxyPass adding Port only on base URL

This is getting frustrating to say the least haha. I have setup a proxypass and proxypassreverse in apache under virtual host 443 to proxy to nginx running in a container on port 8443. This is all I ...
VIDesignz's user avatar
  • 113
0 votes
1 answer
88 views

Reverse proxy blog.example.com to example.com/blog using Apache

EDIT - Added Vhosts config for the target subdomain. I am trying to reverse proxy blog.subdomain.com to tld.com/blog. The current config I have right now redirects to the subdomain rather than render ...
Sahil's user avatar
  • 133
1 vote
1 answer
663 views

Forwarding request made to my server to another server on the same path

I need to create a sub-directory mapping in the Apache server such that each request made to the path /another-path gets forwarded to https://some-website/another-path. How could I do this? If the ...
Amanda's user avatar
  • 145
0 votes
0 answers
55 views

Redirect Nginx to a Wordpress running behind apache2 server

I have a unique problem that I don't how to put in and I can't change the situation (orders from above!). Please read it all before down-voting me. In this scenario, I have two servers, Server A and ...
O_o's user avatar
  • 111
0 votes
1 answer
567 views

ProxyPass not working - Apache2

<VirtualHost *:80> ServerAdmin [email protected] ServerName server.maniabots.xyz ProxyPreserveHost On ProxyPass / http://localhost:3000/ ProxyPassReverse / http://localhost:3000/ </...
Callum OKane's user avatar
0 votes
0 answers
3k views

Can I use snap to install nextcloud on a server already running Apache?

Nextcloud is an open source cloud data server. On OS's with snapd you can install the whole thing as a snap: sudo snap install nextcloud That seems magical, but I am stuck there. My server was ...
CPBL's user avatar
  • 101
0 votes
0 answers
23 views

apache2 Basic Proxy Pass not working

I am currently trying to set up a Vhost which links to a NodeJS App running on another port, however I can't make it work. The vhost enables without any problems and apache2 reloads/restarts without ...
OfficialCRUGG's user avatar

15 30 50 per page