The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
28 views

Virtual DocumentRoot configuration for both WWW and non-WWW - WITHOUT redirect

I have searched a lot but can't find an answer When you setup Dynamic Virtual Hosts in Apache, you do something like this: RewriteEngine On # a ServerName derived from a Host: header may be any ...
1
vote
1answer
74 views

HTTP Request Header limit hard coded in Apache 2.2

I looked up some other question concerning this on SF, they revolved around a maximum limit being set for LimitRequestFieldSize and LimitRequestLine at 8K. httpd's documentation confirms the limit, ...
0
votes
1answer
55 views

NGINX rewrite www.domaine.tld -> domaine.tld

I have a problem, this my rule: server { listen 80; server_name domaine.tld; rewrite ^/(.*) http://domaine.tld/$1 permanent; } but, error Firefox's : infiny bounce I want rewrite www.domaine.tld ...
0
votes
1answer
143 views

Apache server-status returning 404, then redirecting to my Wordpress install

I'm trying to get Munin's various Apachie plugins to work on my web server, but I'm hitting issues. Upon asking Munin to check available plugins, two of the three Apache plugins return an error saying ...