Questions tagged [apache-2.2]
Version 2.2 of the Apache HTTP Server. When asking questions about virtualhosts, please include the output of the following command: "apache2ctl -S" (or "httpd -S" depending on your OS)
17,294 questions
0
votes
0
answers
42
views
Apache2 reverse proxy (WordPress)
I am trying to set up a pair of Dell PowerEdge Servers, both running Ubuntu 24.04 as front-end and back-end web servers powered by Apache 2 using a reverse proxy. There are two blogs and a website, ...
0
votes
0
answers
21
views
Apache Tomcat Application slowness
We are using the ICR/OCR model in Apache Tomcat using the RHEL Linux server.
app.log showing updated time taken above 4000 to 7000 milliseconds.
catalina.log showing time taken below 400 milliseconds, ...
0
votes
0
answers
41
views
Webserver - Load a root webpage regardless of browser path, but with data (config) from the entered path
It was suggested I come over here from StackOverflow regarding the below, More so on the server side.
I am working on a proof of concept and have run into a scenario in which I would like to simplify.
...
0
votes
1
answer
82
views
Apache proxy server limitrequestfieldsize configuration
I have tried adding the LimitRequestHeaderSize in all files.
In httpd.conf as a directive.
Added as directive in one of the included files where proxy and reverse proxy are defined.
Added it in ...
0
votes
0
answers
91
views
Why these hacker Apache errors: "client denied by server configuration" and "Target WSGI script not found or unable to stat"
I'm sorry if this has already been asked and answered. I've found questions where people are asking how to suppress certain Apache error messages, or where the error is an actual error that they need ...
0
votes
2
answers
83
views
Editing httpd default settings
I'm trying to edit my Apache httpd default settings but i can't seem to find the correct settings.. Here's what i have:
When i run "httpd -S", i got the results below and i want to edit this ...
0
votes
0
answers
200
views
Failed to start MySQL Community Server on Ubuntu
I'm running apache and mysql on Ubuntu. The server recently ran out of space on the main partition and mysql failed to start as a result. This has happened before and has been an easy fix (increase ...
0
votes
0
answers
108
views
Which Nginx and Apache Configurations Impact Performance When Using ModSecurity?
I have a question regarding integrating ModSecurity into my web server. As far as I know, ModSecurity can currently be installed as a module on both Nginx and Apache. I want to ask:
Are there Nginx ...
0
votes
0
answers
79
views
Too many open files in system AH02179
Our site running on apache and it is a WordPress site. Recently, we tried to switch its domain amidst the switching process we encountered a 502 error
Upon consulting the log, it was mentioned that &...
0
votes
2
answers
338
views
Syn Flood Attack
this week I'm facing a problem with my web server. I think we are receiving a Syn flood/DDoS attack. But I don't know how to end it.
So first I think I'm under attack because in top command I have a ...
0
votes
1
answer
131
views
How to fix that responses through Apache / mod_jk are slow
When requesting an image from my Tomcat web application (size 3 MBs) takes 1.425 ms, but requesting it from Apache, connected via mod_jk, from the same server, takes 2.478 ms, thus 75% slower.
What ...
1
vote
1
answer
270
views
Proxmox server connection to itself
Proxmox server connection problem
Hello,
I have a proxmox server with 3 vm to simplify:
Reverse proxy nginx (www.exemple.com and dev.exemple.com)
Apache 2 + php (www.exemple.com)
Apache 2 + php (dev....
0
votes
2
answers
1k
views
httpd.service entered failed state
we are experiencing some weird issues with the httpd.service, it doesn't start
Please let me know if you know by any chance how to resolve this issue
Failed to start the Apache HTTP Server/ job for ...
0
votes
1
answer
99
views
Redirect external website assets to local files
I'm trying to redirect requests from my hosted index.html file that reference external JavaScript and CSS assets to local JS/CSS files on my server. I.e. here my index.html is requesting script.js ...
0
votes
1
answer
79
views
.htaccess exposed to www since upgrade from apache 2.2 to 2.4
I just upgraded apache on my very old WHM server from 2.2 to 2.4, and now .htaccess files are being treated like text files instead of apache scripts.
I also installed mod_ruid2 0.98
These three lines ...