All Questions
120
questions
0
votes
1
answer
232
views
AH00170: caught SIGWINCH, shutting down gracefully
i have a web server on Debian and Apache2, about once a day or once every 2 days Apache2 crashes, here are the Apache2 error logs:
[Wed May 22 13:04:01.082969 2024] [mpm_prefork:error] [pid 874799] ...
0
votes
0
answers
21
views
Apache2 send response while waiting for HDD to spin up
I have an Apache 2.4 Server that hosts static files. One directory (example.com/) is on the SDD (System-drive) and anotherone is on an external HDD (example.com/ef/).
My Problem is that because my HDD ...
1
vote
2
answers
305
views
How to use OCSP validation for upstream server certificate in NGINX/Apache reverse proxy
I have an application that needs to make HTTP requests to a remote server. The connection should be secure using TLS. Due to external specification the application must validate the presented server ...
0
votes
1
answer
282
views
How redirect ANY site not found in Hestia to another server - Nginx proxy manager
I want: if ANY site not found in (Hestia 192.168.0.37
server) then redirected (Nginx proxy manager 192.168.0.36)
Given:
Hestia server 192.168.0.37
Nginx proxy manager 192.168.0.36
Site for test ...
0
votes
0
answers
365
views
Logging all http requests to domain
I bought a domain name and I would like to log what http requests it receives. Logging the requests headers, url, type and message body. Looking for an easy/affordable solution. Standing up an Apache ...
0
votes
1
answer
652
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 ...
0
votes
2
answers
362
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 &...
0
votes
1
answer
289
views
Moving from Apache2 to NGINX configuration
I have been trying to get my website up after moving from apache2 to nginx on my AWS Ubuntu 20.04 server. I have translated the relevant files from apache2 over to my nginx configuration, however I ...
1
vote
1
answer
254
views
Permissions for static website files
The question is about best practices, not an exact problem.
What is correct ownership and permissions for static website files and directories?
I’m going to use root:<server-group> with ...
0
votes
2
answers
645
views
nmap vuln script detects vulnerability "Apache byterange filter DoS http-vuln-cve2011-3192" in Ubuntu Webserver, but apache2 not installed on server
I am running an Ubuntu 20.04 LEMP (Linux, Nginx, MariaDb, PHP) webserver. I am also doing some nmap vulnerability tests form my MacOS Client machine. On MacOS, I am using Oh My Zsh! with the nmap ...
1
vote
2
answers
646
views
Subdomain redirection (proxy) not working (tried with Apache2 and Nginx)
I'm using a raspberry pi with apache2 to manage my websites. I have multiple docker images running on different ports. I want to redirect (without url changes) scanner.raspberry.local to localhost:...
0
votes
1
answer
526
views
I to host a static website with nginx on Plesk server which is running Apache
I migrated my WordPress websites from shared hosting to a single VPS. I am hosting the websites with a Plesk server. The Plesk is configured to serve the request with an Apache web server and Nginx as ...
0
votes
1
answer
701
views
Openstack Glance Configutarion on HTTPS RESTAPI + Nginx Reverse Proxy
I am trying to install openstack Using ssl certs i am able to run keystone (on port 5000) but when i try to connect to glance api (port 9292) it fails it is only accessible with http not https i feel ...
1
vote
3
answers
1k
views
Error 500, Are these Nginx and apache configs correct?
hope you can help.
My setup:
ubuntu 20.04
HestiaCP v1.6
From the Error log:
08:06:30 [error] 1197401#1197401: *11270 connect() failed (111: Connection refused) while connecting to upstream, client: 77....
3
votes
2
answers
6k
views
Redirect to other server and domain if file not found
I have migrated from Apache to Nginx so I want to set all rules in Nginx.
Goal: Redirect a URL to another domain with the same filename if that file is not found on the requested server.
Example
If a ...
0
votes
0
answers
200
views
Apache2 behind NGINX: MOD_REWRITE only works without HTTPS
For days I can't get my head around the following problem:
We have an application (Faveo) which has two requirements for going through the setup wizard:
HTTPS & MOD_REWRITE.
Faveo is running on ...
0
votes
1
answer
231
views
How to convert Nginx config to Apache2 for Modoboa
I am trying to setup Modoboa and can't get the new admin page working because it needs this config which is in Nginx but I am using Apache2 can anyone help me with this config
https://modoboa....
0
votes
2
answers
913
views
Two webservers on one LAN, running apache2 and nginx respectively, under one WAN IP address - connecting to correct server by (sub)domain name
I have two physical servers running on the same LAN. Both are running webservers; one runs apache2, the other nginx. They each have a different domain name, but the same external WAN IP address. Let's ...
0
votes
1
answer
116
views
Did something stupid that interrupting Ethernet access for "some ports"
I have just installed Ubuntu Server 20.04 on my server, but I executed an automated script without carefully watching, and it resulted in a really weird scenario.
I also have multiple webservers ...
2
votes
1
answer
22k
views
How to setup Apache as reverse proxy to a docker container
I struggling to setup my Apache server as reverse proxy for a docker contained Greenlight instance.
In the official docs it is proposed to run Greenlight in a docker container with an Nginx instance ...
0
votes
0
answers
71
views
Migrating reverse proxy settings from Nginx to Apache2
until now I have been using Nginx but due to some reasons I have to switch to Apache2. I am not a sys admin so if more info is needed, just ask
I am unable to migrate 1 simple proxy settings to ...
0
votes
0
answers
300
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 ...
0
votes
1
answer
544
views
Connection "not secure" in browser address bar [closed]
There is a website https://ccie.pl. It prompts "not secure" connection while using site IP address but everything works correctly for domain name. What is the most likely reason for this ...
0
votes
1
answer
487
views
htaccess match all words until last slash and redirect 301
I'm trying to escape everything until the last slash, even if there's a slash in between.
Example:
/site_url/courses/cat1/cat2/subcat/coursename
to
/site_url/course/courseName
or
/site_url/course/...
0
votes
2
answers
2k
views
HTTPS breaks Socket.io connection
Fault description
I have in my test environment Rasa chatbots running in docker containers. Chatbot's fronted is a Botfront webchat widget in a website served by Apache2 in same server. I also ...
0
votes
1
answer
106
views
Nginx server keeps serving Debian main page
I am trying to set up a simple custom website. I have built a simple server using Golang and the Gin-gonic framework. My Go server is as follows:
func main() {
r := gin.Default()
r.GET(...
0
votes
0
answers
224
views
Varnish probe thinks web is down if he gets 103 http code
This is my first post in this forum and I will say that I am sorry for all the mistakes that I will make in this post. This is a desperate call for help as I was not able to find any kind of ...
3
votes
0
answers
4k
views
Nginx converts POST Request to GET request while proxy_pass
I am having 3 Server: A, B, C. Details are:
Server A: NGINX Server, URL: https://test1.example.com
Server B: NGINX Server hosting NodeJS Web Application, URL: http://test2.example.com
Server C: ...
1
vote
1
answer
368
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 ...
0
votes
1
answer
249
views
How to stop OS/daemon information leakage in dovecot (server_tokens)?
How do I stop dovecot from telling its clients what flavour of linux I'm running and that it's a dovecot imap server?
If I connect to my smtp server, I see the following snippet
user@host:~$ openssl ...
1
vote
2
answers
10k
views
Zabbix server port 10051 is blocked in firewall and need to use only 80 port
I have a zabbix server installed in ubuntu 18.04 in AWS cloud and setup the domain & SSL.
The AWS server has a nginx web server running in port 80 & 443 and apache2 is configured in 7526. Only ...
0
votes
1
answer
2k
views
Cannot disable buffering during SSE connection
I am trying to migrate from Apache2 to NGINX and having issues with SSE connections. Everything else is working fine, the regular GET or POST requests are getting through successfully.
Note that the ...
0
votes
1
answer
369
views
Force redirect from http://host.com:8080 to https://host.com with nginx + apache2
I'm using nginx and Apache 2 :
Here is my configuration in nginx:
server {
listen 80;
server_name hostexemple.com;
root /home/user/web/www/public;
# Redirect requests ...
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 ...
0
votes
1
answer
650
views
Nginx Containerized coexisting with Apache server
I have a VPS with Ubuntu server, which is running a flask (python) web app, using UWSGI, through reverse proxy with Apache, for the domain "a.com".
Both the flask app & the Apache aren'...
0
votes
2
answers
812
views
RewriteRule conflict and trailing slash
We are migrating a website to our cPanel infrastructure. The customer hosted the website on his own infrastructure using Nginx. He sent to us his Nginx configuration files and we converted them to ...
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 ...
0
votes
1
answer
442
views
Migrating from Apache to NGINX - config change
I am tring to migrate a legacy website from Apache to Nginx, but I can't rewrite the htaccess file to nginx config.
Current htaccess:
<IfModule mod_rewrite.c>
RewriteEngine on
Options +...
0
votes
1
answer
445
views
KONG/NGINX pass down certificate information to APACHE
We have the setup with Kong API gateway (that runs NGINX on the background) where one of the upstream is an apache server where we want to do a client certificate validation.
I'm running my tests ...
10
votes
1
answer
7k
views
How can I forward requests from my web server?
This is a Canonical Question about reverse proxies, how they work and how they are configured.
How can I serve requests from a service on a different port or from a different server with the same ...
0
votes
0
answers
755
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 ...
-3
votes
1
answer
206
views
Best approach for hosting 100s of WordPress sites on VPS [closed]
I am looking to host 100s or maybe 1000s of isolated wordpress webistes (for development purpose) on a single VPS so what do you think will be the best approach to achieve this.
It will all be done ...
0
votes
0
answers
375
views
Is there a simple reason about why Nginx is serveral times faster than Apache in serving static content?
I searched and read some recent posts about "Nginx vs Apache".
Somehow they all mention Nginx is several times faster than Apache(under MPM event mode) in serving static content, but none of ...
0
votes
1
answer
936
views
Bitwarden Self-Hosted on Debian 10x 64 Buster with Apache2
I installed bitwarden on my VPS following this link https://bitwarden.com/help/article/install-on-premise/. I got an error at the end while running bitwarden.sh start
The error message was :
Creating ...
0
votes
0
answers
316
views
My site's load times have become extremely slow or fails to load at all (Cloudflare 522 error), but minimal server load (Nginx + Apache + Wordpress)
I run multiple websites being served on a stand alone Ubuntu machine, all of them use same nginx + apache setup.
However one of these sites has begun to act very strangely today.
It's the only site on ...
-1
votes
1
answer
1k
views
Apache2 and Nginx on same server: how to make Nginx listen on certain IPs only, and let Apache2 listen on others? [closed]
On Ubuntu 16.04, I need to run Nginx and Apache2 on the same server with multiple IP addresses. Nginx has to listen on certain IPs only, and Apache2 has to listen on other different IPs.
With Apache2, ...
0
votes
3
answers
3k
views
How can I return 404 for specified existing file in apache and nginx?
I need to return 404 error for some specified files like 'config.php' . How can I do it with '.htaccess' in Apache? And in nginx without htaccess? Thanks.
2
votes
1
answer
1k
views
Downloading EXE From Web Throws 403 Forbidden nginx
I have a file uploaded to our website under a /Downloads folder, which I created. The download link, similar to:
A Sample Download Link
had no issues downloading up until a few weeks ago. I am not ...
0
votes
0
answers
172
views
How to configure a standalone nginx reverse proxy server to handle SSL traffic to separte machines running wordpress on apache?
How do I create a secure connection to my apache 2 websites?
revProxy server xyz.com.conf
# Redirect HTTP requests to HTTPS
server {
listen 80;
server_name xyz.com www.xyz.com;
return ...
0
votes
2
answers
1k
views
Are images cached or not?
I'm a bit perplexed on debugging of caching circumstances in the landscape of Apache (webserver) and Nginx (reverse proxy):
I'm trying to get into knowledge, whether images are properly cached or not....