Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
non-www to www redirect works with a little issue By: J. Bakshi Hello, I have place the following in my .htaccess to redirect
non-www to www redirection ````````````` RewriteCond %{HTTP_HOST}
^example\.com$ RewriteRule ^(.*) http://www.example.com/$1 [R=301]
``````````````` The redirect work well but a…
|
1 | May 25 2012 05:54 |
May 25 2012 06:51 |
|
|
LD_LIBRARY_PATH issue in 2.2.22 and earlier By: Luke Lozier One of the PCI scanning companies is demanding an upgrade to 2.4.2
due to the issues described in this CVE: Changes with Apache 2.2.23
*) SECURITY: CVE-2012-0883 (cve.mitre.org) envvars: Fix insecure
handling of LD_LIBRARY_PATH that could…
|
5 | May 24 2012 12:05 |
May 25 2012 02:06 |
|
|
Error: The page isn't redirecting properly By: Csanyi Pal Hi, I'm running apache2 Version: 2.2.16-6+squeeze4 on my Debian
GNU/Linux Squeeze operating system. I have installed Moodle on this
web server and it can be opened from the Internet:
http://cspl.me/moodle I have my small (Joomla) website too:…
|
4 | May 23 2012 14:24 |
May 24 2012 21:30 |
|
|
CLOSE_WAIT problem By: Bongjae Chang Hi all, I sent this issue to the dev mailing but I couldn't receive
any responses. I think this subject is fit to be discussed in the user
mailing so I am sending this again. :-) When I tested mod_proxy +
mod_proxy_balancer + (mod_proxy_ajp or…
|
4 | May 23 2012 23:26 |
May 24 2012 21:02 |
|
|
Should name based virtual hosts work when the ServerName is an IP address? By: Alex Bligh If I have a configuration like this: NameVirtualHost 192.200.0.1:80
<VirtualHost 192.200.0.1:80> ServerName
default.example.com ... stuff ... </VirtualHost> <VirtualHost
192.200.0.1:80> ServerName a.example.com…
|
0 | May 24 2012 14:14 |
May 24 2012 14:14 |
|
|
Turning mod_reqtimeout off on a per session basis By: Alex Bligh I am seeing some odd behaviour with mod_reqtimeout, and have a couple
of questions on its internals (apache2-mpm-prefork 2.2.14-5ubuntu8.9)
Q1. I have an environment which is doing this (in essence):
RequestReadTimeout header=10-20,minrate=500…
|
0 | May 24 2012 13:13 |
May 24 2012 13:13 |
|
|
Denial of Service due to multiplication of httpd running By: Bill Unruh Madriva 2010.2 running httpd apache 2.2.22 I am having trouble with
httpd requests staying active and multiplying. I just came off having
160 versions of httpd running and completely slowing down the system.
I upgraded to 2.2.22 and it still…
|
8 | May 22 2012 12:02 |
May 24 2012 12:59 |
|
|
Proxy streaming of files By: Salvador, Edwin I configured a reverse-proxy server using apache, but I need to know
if the files can be streamed to the requestors while they are being
transferred from the proxied server and stored in the cache. Can
streaming work with any type of file, no…
|
1 | May 22 2012 11:33 |
May 24 2012 12:04 |
|
|
Rewrite Role: navigation toolbar trouble By: Michele Mase' I need that the url http://www.example.com/a.htm will point
http://www.example.com/a/b/c/d.htm; in navigation toolbar of the
browser you should view only http://www.example.com/a.htm. I've
"solved" using a symlink between the file…
|
2 | May 24 2012 02:57 |
May 24 2012 04:55 |
|
|
mod_fcgid setting content-type header By: Ross Garinger Hi, I am running PHP through mod_fgcid using the following setup in
a conf file: <IfModule !mod_php4.c> <IfModule
!mod_php4_filter.c> <IfModule !mod_php5.c> <IfModule
!mod_php5_filter.c> <IfModule !mod_php5_hooks.c>…
|
2 | May 23 2012 12:23 |
May 23 2012 13:04 |
|
|
Re: Spammers Real IP need to block at apache By: Rajeev Kumar > Hi, > > We have a site running on Apache2.2.16 on REHL 5
and Akamai CDN in front, > now that there are lot of spam requests
hitting our site we want to block > them from Apache as this would
be quite convenient, however with the…
|
0 | May 23 2012 08:30 |
May 23 2012 08:30 |
|
|
Re: Denial of Service due to multiplication of httpd running By: Bill Unruh On Tue, 22 May 2012, William A. Rowe Jr. wrote: > On 5/22/2012
6:00 PM, Bill Unruh wrote: >> On Tue, 22 May 2012, William A.
Rowe Jr. wrote: >> >>> On 5/22/2012 12:02 PM, Bill
Unruh wrote: >>> >>>> At…
|
1 | May 22 2012 20:35 |
May 22 2012 20:48 |
|
|
Apache access logs By: Ishita Kapadiya Hi All, I am using apache 2.2.22. We are seeing some weird behavior
in Apache access logs. I have following line in httpd.conf -
LogFormat "%h %l %i %t \"%r\" %>s %b" common now the log should
look like - 64.39.111.58 - -…
|
3 | Apr 25 2012 10:55 |
May 22 2012 12:50 |
|
|
modules/arch/unix/ By: Piotr Kloc Hello ! its possible to build this module in apache 2.4 ? I need it
for mod_fcgid and ap_unixd_setup_child() Regards, Piotr
|
1 | May 22 2012 10:54 |
May 22 2012 12:18 |
|
|
Apache22 + PHP 54 By: motty.cruz Hello, I'm having issues configuring Apache22 & PHP54. I'm
running FreeBSD 8.2 Apache22 Php54 php5-extensions-1.7 A "meta-port"
to install PHP extensions I have default httpd.conf have not make any
changes. When I got to my server…
|
5 | May 21 2012 10:27 |
May 22 2012 11:00 |
|
|
I need to know the number of connections that failed by timeout By: Lisandro Berardi My Apache server is limited of RAM, so I had to downloaded the
number of ' MaxClients'. That is why I need to know the number of
connections that fail by timeout, and if possible I need the date of
each. Thanks so much! PD: Sorry for my bad…
|
1 | May 16 2012 07:37 |
May 22 2012 10:22 |
|
|
Apache delays response 30 sec (keep-alive expires) By: Sspedia Hi, I use apache 2.2.17 with tomcat 6.0.29 connected via mod_jk
1.2.31. At one customer (only in one system and it was not re-produced
elsewhere) I have the following issue: 1) client sends request to
apache HTTP/1.1 2) apache forwards to tomcat…
|
0 | May 22 2012 06:18 |
May 22 2012 06:18 |
|
|
authnz_ldap LDAP bind + Error 500 By: Grope Fruit Greetings, I understand that apache2, using the authnz_ldap module,
prefers to maintain persistent connections to a given LDAP server.
While this is contrary to the way LDAP is intended to be used (e.g:
connections without the UNBIND operation),…
|
3 | Apr 16 2012 22:20 |
May 21 2012 18:21 |
|
|
Response code 408 By: John Iliffe I recently switched from Apache-2.2.14 to Apache-2.4.2. In the
entire time we ran 2.2.14 I don't recall seeing a response code 408.
Since we switched two weeks ago we average about 30 - 35 a day. Our
server is not heavily loaded. The RFC…
|
3 | May 11 2012 11:01 |
May 21 2012 10:24 |
|
|
asynchronous connection (ap_mpm_register_timed_callback) By: Pöchtrager, Bernhard I know I write already an e-mail about the problem, but nobody
answered me. Now I start a second try. Is anybody working with
ap_mpm_register_timed_callback successful? I think that the first
request doesn't finish (is waiting for more data). When…
|
1 | May 21 2012 05:38 |
May 21 2012 10:20 |