Unanswered Questions
3,128 questions with no upvoted or accepted answers
9
votes
2
answers
2k
views
1GB VPS - Apache Worker MPM - FCGID - Max concurrent connections - RAM CAP
I have spent a week or two researching and setting up my server to run Apache with the Worker MPM and FCID. I am trying to optimize it to allow for the most concurrent connections possible. It has ...
8
votes
0
answers
8k
views
Apache/SSL: (70014)End of file found: SSL input filter read failed
Figured upgrading on a long weekend was a smart move... Now I'm stuck.
The server is spitting out this error (loglevel info): "(70014)End of file found: SSL input filter read failed" when using the ...
6
votes
1
answer
2k
views
Apache HTTPd 2.2 is ignoring LocationMatch regex
I am trying to create a Reverse Proxy that match every URL except one in Apache 2.2.
It works on Apache 2.4 (Centos 7), but not in Apache 2.2 (Centos 6.6) ...
# Do not modify this
<LocationMatch "^...
6
votes
1
answer
2k
views
Setting header based on client certificate
I have Apache running as a reverse proxy for an internal server. Users hitting the proxy are required to use client certificates. On the internal server, there is a web application that can use an ...
6
votes
0
answers
2k
views
Apache + Php-FPM + APC : mode_deflate not compressing HTML output
I have prepared a server to run a Magento instance with: Apache + Php-FPM + APC
The problem I have is that Apache is not compressing the HTML output from the Magento PHP scripts.
In my .htaccess I ...
6
votes
0
answers
765
views
Is it possible to reference environment variables from a php_value statement in .htaccess?
I am trying to access an environment variable in a php_value statement within an .htaccess file.
Here's a couple example usages:
php_value include_path ".:/usr/lib/php:[b]%{My_Environment_Variable}[...
6
votes
2
answers
1k
views
IIS sets http header Expires to -1, how do I override this with mod_expires
I'm using an IIS website with a Apache HTTP reverse proxy (mod_proxy with ProxyRequests Off).
I want to control the expires headers in apache (don't ask), but IIS is setting the header Expires: -1.
...
6
votes
1
answer
616
views
Rails with phusion passenger and wordpress
We had a site developed using on ruby on rails. It had
Website
Web services for mobile app
Admin panel to manage data.
We started using wordpress to manage site content. We have finished development,...
6
votes
1
answer
783
views
mod_evasive with Apache/2.2.16 dosn't work when I use curl
I have apache server:
Server version: Apache/2.2.16 (Debian)
Architecture: 64-bit
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="...
5
votes
0
answers
3k
views
How to conditionally unset header in .htaccess file?
I'm trying to conditionally unset X-Frame-Options in an .htaccess file if the request URL begins with /store. This is the code I am working with in .htaccess:
# Allow store iframe to be loaded from ...
5
votes
0
answers
6k
views
configuration for maximum response size for apache
Is there a config setting in apache that can limit the size (or maybe limits the maximum size) of a response?
I'm working on an embedded device that uses apache server to host its web interface. The ...
5
votes
0
answers
9k
views
Apache stapling_renew_response: responder error
My Apache error log shows a lot of " stapling_renew_response: responder " errors.
Was hoping to add a browser screenshot but I'm a newbie and therefore not authorised.
This is what is shown from the ...
5
votes
1
answer
2k
views
Apache as a reverse proxy for GitLab Omnibus
I'm using GitLab Omnibus on a CentOS6.5 server.
The gitlab nginx server listen on the 6543 port (Apache already using 80 and 443).
I want to use Apache as a reverse proxy to access GitLab with that ...
5
votes
0
answers
2k
views
Apache 2.2 fails with "unable to write 'random state'" with 2048-bit RSA key (1024-bit works fine)
I'm usually pretty good with Apache and OpenSSL, but this one has me completely baffled. I'm running Apache 2.2.22 and OpenSSL 1.0.1 on a Ubuntu 12.04 LTS Server. I have an IP-based virtual host ...
5
votes
1
answer
1k
views
ModSecurity on Apache (Debian Wheezy), Authentication logging
I am new to ModSecurity, it works great on the server, but I would like to control the way it logs things. For example as I am troubleshooting my website in order to whitelist or correct php coding ...