All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
120 views

Issue with Web Server running PHP thru Reverse Proxy

I'm using an NGINX reverse proxy, with wild card certs installed on the reverse proxy. Routing the NGINX reverse proxy traffic to standard web servers that are running Apache2 and NGINX Web services ...
Surfingjoe's user avatar
0 votes
2 answers
145 views

telnet to port 80 (nginx), with forward to apache2 at port 8080, fails with 'connection closed by foreign host' and no explanations seemingly anywhere

i'm running an Kubuntu 22.04 server, and want to shuttle LAN-only traffic from port 80, served as far as i can tell by nginx, to port 8080 served by apache2 (for PHP purposes). but i'm getting this &...
Rene Veerman's user avatar
1 vote
1 answer
2k views

Convert Apache2 configuration to nginx configuration

I have RHEL 6 with apache/httpd (v2.2) configured to handle two different path of WordPress: FOO path: /var/www/html/FOO/ BAR path: /var/www/html/BAR/ We plan to move to a new machine running RHEL 7 ...
Mohamed ElHarery's user avatar
0 votes
0 answers
671 views

New configuration files for the Apache web server were not created due to the errors in configuration templates:

I'm running a pleks server on ubuntu and recently after trying to upgrade my php version, I managed to cause a lot of errors, one being that the site is currently displaying going to the site page ...
Salman's user avatar
  • 101
0 votes
0 answers
37 views

Traffic loss due to redirection or server resources

I am not 100% sure this question belongs here or in StackOverflow, but I will post it where the community wants me to. I have a site that handles thousands of redirects per day. Many of our customers ...
Hamuretto's user avatar
2 votes
1 answer
338 views

Webserver error 503 Troubleshooting

I have a nice VPS with 4 cores, 180ssd, 8gb of ram. My website is a custom website, that autogenerates from a database, and on the first run it is cached in memory using redis. The issue that I am ...
peterpeterson's user avatar
-1 votes
1 answer
4k views

How do I only reverse proxy php files with nginx?

Currently I have the following in my nginx config file: server { listen 80; return 301 https://$host$request_uri; } server { listen 443; server_name envy.zone; ...
Nathaniel Suchy's user avatar