Search Discussions
-
Hello, I would like to establish a TLS connection to my apache proxy and then use the CONNECT method. I have configured a virtual host with "ProxyRequests On" and "SSLProxyEngine On". Accessing the ...
Nikolaus Rath
Sep 10, 2013 at 3:23 pm
Sep 17, 2013 at 11:13 pm -
Hello List; I would like to know, if there exists any solution in order to synchronize (replicate) sessions between two httpd servers which are configured as load balancers using mod_proxy_balancer? ...
Ali Majdzadeh
Sep 10, 2013 at 7:12 pm
Sep 17, 2013 at 7:58 am -
Hello, I'm having a problem matching virtual hosts. I am using this reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html (Specifically the part: "Name-based hosts on more than one IP ...
Lists
Sep 9, 2013 at 3:39 am
Sep 9, 2013 at 5:59 pm -
How can i rate limit no. Of requests per ip for a particular url to prevent DoS?
Akash Jain
Sep 2, 2013 at 10:36 am
Sep 4, 2013 at 1:27 pm -
Hi, how to use psk key for tls authentication in apache web server? Regards, Chethan --------------------------------------------------------------------- To unsubscribe, e-mail: <span ...
Chethantm
Sep 23, 2013 at 3:35 pm
Sep 25, 2013 at 10:25 am -
Hi, Sorry, I speak a little english. My native language is Hungarian. I'm use Debian Wheezy (apache2) and Mozilla Firefox. I would like see listing my hidden files and hidden folders in my Firefox ...
Sós Dániel
Sep 24, 2013 at 4:21 pm
Sep 24, 2013 at 4:58 pm -
Hello to all, Using httpd-2.2.22 on Windows, what is the recommended method to activate ipv6 ? Thanks in advance. Best regards Olivier.
Olivier giorgi
Sep 10, 2013 at 5:31 pm
Sep 11, 2013 at 6:14 pm -
Hi All, I am using the Apache Realtime Plugin (APR) that comes with ApacheTomcat 7.0.33. I am using Java 7.0.5 64-bit on Windows 7 64-bit. I have noticed in the logs that the %D looks like it gives ...
Tony Anecito
Sep 9, 2013 at 3:36 pm
Sep 9, 2013 at 10:47 pm -
Hi, We want to ship Apache 2.4.6 w/ OpenSSL 1.0.1e binaries with our product for Windows platform. I could see in URL http://httpd.apache.org/docs/2.4/platform/windows.html that Apache recommends ...
Thakur, Praveen Kumar
Sep 24, 2013 at 1:00 pm
Sep 26, 2013 at 11:56 am -
We've had a problem occur maybe 5 times over the last year where a single user is DoS'ing our web server (unintentionally) and I'm having a hard time figuring out how it's happening. Background ...
Ryan Merrell
Sep 24, 2013 at 5:38 pm
Sep 25, 2013 at 12:47 pm -
Hi all, I have downloaded httpd-2.4.6.tar.bz2 from http://httpd.apache.org/download.cgi#apache24 onto my SuSE Linux Enterprise Server 11 (64-bit) machine (11.2) and trying to build an rpm through it ...
Balaji Katika
Sep 18, 2013 at 5:54 am
Sep 18, 2013 at 11:25 am -
Hello, I'm using Apache (2.2.16-6) as a frontend in a multitier stack: Apache contacts load balancer (on port:9000) using a proxy directive: RewriteRule ^/(.*) http://localhost:9000/(backend foo)/$1 ...
Massimiliano De Ruosi
Sep 2, 2013 at 8:46 am
Sep 3, 2013 at 9:04 am -
Hi, On a Centos 6.4 box running apache 2.2.15 , when i try to open the web page its running from remote i get the error You don't have permission to access / on this server The directory root is ...
A bv
Sep 7, 2013 at 3:34 pm
Nov 8, 2013 at 1:20 pm -
Hello. I am testing my understanding of reverse proxies with a toy example on my laptop, which I am failing at making it work. On my laptop (host) I run a virtual machine (guest). Both host and guest ...
Giovanni Gherdovich
Sep 29, 2013 at 9:16 am
Sep 29, 2013 at 12:31 pm -
Hi, I am currently developing a module in Apache 2.4.4 I need a counter that is going to count all requests in the system and based on a small processing, some of them are to be tagged and counted ...
Creg Zolast
Sep 27, 2013 at 9:55 am
Sep 27, 2013 at 1:45 pm -
Hi, Here is a quick background on what I am trying to do(basically adding support for websockets - in a slightly customized manner as needed for my app): - Handle the initial handshake inside a cb ...
Pon Umapathy Kailash S
Sep 26, 2013 at 4:22 pm
Sep 27, 2013 at 12:57 am -
Using a config like this <Proxy balancer://cd107d9706d71153bafd4ab15f1c6b5d BalancerMember http://backend.example.local status=-SE </Proxy <VirtualHost 10.10.10.10:80 ServerName ...
Thomas Eckert
Sep 26, 2013 at 10:00 am
Sep 26, 2013 at 4:58 pm -
Hi all, I've run into a problem. First things first: [[email protected] ~]# cat /etc/issue CentOS release 6.4 (Final) Kernel \r on an \m [[email protected] ~]# uname -a Linux munich 2.6.32-358.el6.x86_64 #1 SMP ...
David Benfell
Sep 24, 2013 at 3:47 am
Sep 24, 2013 at 4:41 am -
Hello, I'm posting this message after an extensive research. I have Apache/2.4.6 (Debian). I get HTTP 403 for /awstats/awstats.pl , but also to /awstats/test.html Apache error log shows that the ...
Menashè Eliezer
Sep 23, 2013 at 3:08 pm
Sep 23, 2013 at 4:17 pm -
Using Apache2.2.22 on a Debian7 server. Hosting multiple websites, but have reduced it to just one for now to try to figure out this problem. So, if I go to: www.vostok1.com the website shows up ...
Curtis Vaughan
Sep 11, 2013 at 5:47 pm
Sep 11, 2013 at 5:55 pm -
Hi, I am courious if there are others who have the same observation in my case. I used the Apache documentation to use name based virtual hosts. My site-enabled file looks now like this: -- ...
Stefan Pielmeier.
Sep 9, 2013 at 9:23 am
Sep 9, 2013 at 7:29 pm -
Hi, We have a web app written in PL/SQL (stored procedures in an Oracle database). We use Apache and mod_owa (a variant on the mod_plsql theme) as HTTP glue. Currently we're on Apache 2.2, but ...
Colin 't Hart
Sep 6, 2013 at 2:22 pm
Sep 6, 2013 at 3:23 pm -
I'm trying to make a PUT/POST HTTP request to a uwsgi application through apache, using the uwsgi module for apache. These requests use chunked transfer encoding for the request body. I have some ...
Stephen Pierce
Sep 6, 2013 at 3:49 am
Sep 6, 2013 at 4:20 am -
Is it the case that in apache 2.4 you must add a directory structure for every directory you want to access and then add explicit allow permissions for that directory? For example, despite having ...
LuKreme
Sep 4, 2013 at 1:03 pm
Sep 4, 2013 at 1:49 pm -
Hi, is it, somehow, possible to set CGI script interpreters in linux? For example: - interpterer for .py is /usr/bin/python - .sh is /bin/bash etc. It's impossible, in our environment, to run scripts ...
azurIt
Sep 3, 2013 at 8:06 pm
Sep 4, 2013 at 11:36 am -
2
[[email protected]] Query regarding "mod_rewrite" module when handling URLs, containing "POST" data
Hi all. In our setup, we need to do conditional-redirects. Till now, we were able to accomplish them, by using a smart combination of "RewriteCond", "RewriteRule" and "QSA". However, we now face a ...Ajay Garg
Sep 3, 2013 at 7:06 pm
Sep 3, 2013 at 8:26 pm -
Hi, I am running Server version: Apache/2.2.15 (Unix) Server built: Feb 14 2012 09:47:14 Scientific Linux release 6.3 (Carbon) Disks not full Filesystem 1K-blocks Used Available Use% Mounted on ...
Paul
Sep 2, 2013 at 8:18 am
Sep 2, 2013 at 12:09 pm -
I will be out of the office starting 12.09.2013 and will not return until 17.09.2013. Please contact Ms Louisa Ng at 2810 3065 if you need assistance. This notice is generated in response to your ...
Denis_cw_kwong
Sep 14, 2013 at 8:01 pm
Sep 28, 2013 at 2:02 am -
Howdy :-) Does suphp supports cgi scripts? If yes, how? I've done a long searching but I didn't found any howto or tips to do this. Any idea? Thanks! Pol ...
Pol Hallen
Sep 26, 2013 at 12:55 pm
Sep 26, 2013 at 1:30 pm -
unsubscribe
Jason Guild
Sep 13, 2013 at 7:27 pm
Sep 24, 2013 at 5:52 pm -
Dear Apache community, we just wonder why when using the following configuration: # allow using the "/" directory of this virtual host by all <Location / Require all granted </Location Alias /fslogs ...
King Holger (CI/AFP2)
Sep 24, 2013 at 10:17 am
Sep 24, 2013 at 10:19 am -
I would like to try and reduce the number of rewrite rules I have (from 5000) to a much smaller number of rewrite maps. My main goals in doing this are to improve site performance, and make ...
Paul Beckett
Sep 20, 2013 at 1:11 pm
Sep 20, 2013 at 2:04 pm -
Dear list, My wsgi file called "cfoo.wsgi" does not seem to load through apache (mod-wsgi). I see the raw folder content when trying to load the A.B.C.D/cfoo.wsgi page rather than getting it ...
Laszlo Papp
Sep 19, 2013 at 11:10 am
Sep 19, 2013 at 11:39 am -
All, I'm having trouble getting <Limit and Satisfy to work within a <Location . I'm using Apache httpd 2.2.22 on Debian Wheezy. Now, "Satisfy" is not documented to work under <Location elements, but ...
Christopher Schultz
Sep 16, 2013 at 6:41 pm
Sep 19, 2013 at 6:31 am -
Hi, I want to use mod_dbd with MySQL on a system with CentOS 6.4 (x86_64). I can execute a select statement, but getting a row fails. Finally I get a segmentation fault. Attached is a simple test ...
Dnt
Sep 18, 2013 at 11:03 am
Sep 18, 2013 at 11:54 am -
I would like to archive my access.log files but keep the current file called access.log while renaming the log that is archived. That is, I want the log that is currently being written to, to be ...
Steve Moss
Sep 17, 2013 at 6:26 pm
Sep 17, 2013 at 10:35 pm -
Hi, I have a question about reverse proxy behavior. Does Apache in reverse proxy mode cache the complete response from the backend before forwarding it the client, or does it send the data to the ...
Andika Daud
Sep 5, 2013 at 10:37 pm
Sep 9, 2013 at 1:46 pm -
Hi, I have some doubts about pool of connections with my application developed in PHP. I want optimize the use of resources and database connections has a high computacional cost. So the ideia is ...
Naira Kaieski
Sep 2, 2013 at 12:31 pm
Sep 2, 2013 at 2:45 pm -
We are seeing a very intermittent problem where a request hangs in the server for exact multiples of 30 secs ( we have seen hangs of 30 – 180 secs). This usually involves 2 threads on the same pid ...
Murray, Calum
Sep 27, 2013 at 9:50 pm
Sep 27, 2013 at 9:50 pm -
Would someone be willing to nitpick this configuration? The goal is setting up a self-signed certificate and enabling SSL and LDAP authentication for a subversion repository. This configuration is ...
Leo Donahue - RDSA IT
Sep 27, 2013 at 6:52 pm
Sep 27, 2013 at 6:52 pm -
Hi How does one implement multi-language support for column names generated by auto indexing? e.g. auto indexing produces columns "Name", "LastModified", & "Size", but how does one configure Apache ...
Bryce Powell
Sep 24, 2013 at 9:34 pm
Sep 24, 2013 at 9:34 pm -
Hello, I have a HTTP server proxied by Apache 2.4 with RewriteRule [P] Some requests fail because they redirect to very long URLs (with 302 code). With tcpdump, I could see that Apache seems to cut ...
Julien Muchembled
Sep 23, 2013 at 7:47 pm
Sep 23, 2013 at 7:47 pm -
The problem: we accept a websockets message, send a message via unix socket to another program, it sends a response back via a different socket to our websockets module. It works 2 times, on the ...
Gerard Allwein
Sep 23, 2013 at 1:43 pm
Sep 23, 2013 at 1:43 pm -
Hi all, I am trying to learn the cookie enabling and session/user tracking, which left me with this problem. I am using apache 2.4.4 on CentOS-6.4, with the following modules and directives enabled ...
Jeffmonte101 .
Sep 20, 2013 at 5:50 am
Sep 20, 2013 at 5:50 am -
Hi! am trying to compile Apache httpd (2.0.65) on AIX 52 and the resources on your page were a great source of resources so far. But now I am stuck. We have an older version of httpd (2.0.59) which ...
Trifo
Sep 19, 2013 at 9:20 am
Sep 19, 2013 at 9:20 am -
Was able to get a full backtrace: (gdb) bt full
Robert Rigg
Sep 16, 2013 at 6:32 pm
Sep 16, 2013 at 6:32 pm -
Dear Apache2 community, we observed, that Apache2 shares configured connection pools (whether based on "worker" or "prefork") over all available virtual hosts. This is really poor as one single ...
King Holger (CI/AFP2)
Sep 16, 2013 at 7:46 am
Sep 16, 2013 at 7:46 am -
[ Using piped logs with gzip is rather painful. Here is what I came up with to improve the "user experience". Getting the scripts right so that no data was lost in normal operation is non-trivial, so ...
Martin Langhoff
Sep 14, 2013 at 3:08 pm
Sep 14, 2013 at 3:08 pm -
Dear all, I have encountered problem to make mod_proxy_wstunnel with my golang based websocket server. The server works fine without the reverse proxy, but it fails behind proxy. My Apache config ...
Shu Hung (Koala)
Sep 13, 2013 at 6:52 pm
Sep 13, 2013 at 6:52 pm -
I'm trying to write rules that will serve files on the new server, while proxying files that don't exist, to the old server. The proxy rules work fine, sending missing files and directories to the ...
Kenton Brede
Sep 13, 2013 at 4:41 pm
Sep 13, 2013 at 4:41 pm
Group Overview
group | users |
categories | apache |
discussions | 59 |
posts | 158 |
users | 89 |
website | httpd.apache.org |
irc | #httpd |
89 users for September 2013
Archives
- November 2014 (10)
- October 2014 (193)
- September 2014 (131)
- August 2014 (183)
- July 2014 (249)
- June 2014 (212)
- May 2014 (121)
- April 2014 (301)
- March 2014 (150)
- February 2014 (181)
- January 2014 (244)
- December 2013 (214)
- November 2013 (173)
- October 2013 (223)
- September 2013 (158)
- August 2013 (211)
- July 2013 (180)
- June 2013 (199)
- May 2013 (145)
- April 2013 (206)
- March 2013 (269)
- February 2013 (248)
- January 2013 (234)
- December 2012 (287)
- November 2012 (254)
- October 2012 (226)
- September 2012 (248)
- August 2012 (252)
- July 2012 (199)
- June 2012 (226)
- May 2012 (285)
- April 2012 (271)
- March 2012 (539)
- February 2012 (343)
- January 2012 (303)
- December 2011 (291)
- November 2011 (277)
- October 2011 (303)
- September 2011 (271)
- August 2011 (254)
- July 2011 (242)
- June 2011 (370)
- May 2011 (312)
- April 2011 (291)
- March 2011 (341)
- February 2011 (412)
- January 2011 (424)
- December 2010 (303)
- November 2010 (435)
- October 2010 (463)
- September 2010 (432)
- August 2010 (370)
- July 2010 (512)
- June 2010 (429)
- May 2010 (487)
- April 2010 (510)
- March 2010 (607)
- February 2010 (440)
- January 2010 (609)
- December 2009 (616)
- November 2009 (658)
- October 2009 (593)
- September 2009 (510)
- August 2009 (487)
- July 2009 (597)
- June 2009 (615)
- May 2009 (735)
- April 2009 (780)
- March 2009 (742)
- February 2009 (662)
- January 2009 (642)
- December 2008 (472)
- November 2008 (537)
- October 2008 (522)
- September 2008 (789)
- August 2008 (466)
- July 2008 (551)
- June 2008 (622)
- May 2008 (531)
- April 2008 (695)
- March 2008 (616)
- February 2008 (692)
- January 2008 (500)
- December 2007 (539)
- November 2007 (715)
- October 2007 (833)
- September 2007 (890)
- August 2007 (784)
- July 2007 (748)
- June 2007 (711)
- May 2007 (828)
- April 2007 (639)
- March 2007 (733)
- February 2007 (657)
- January 2007 (821)
- December 2006 (658)
- November 2006 (801)
- October 2006 (580)
- September 2006 (878)
- August 2006 (953)
- July 2006 (906)
- June 2006 (1,077)
- May 2006 (984)
- April 2006 (622)
- March 2006 (913)
- February 2006 (934)
- January 2006 (982)
- December 2005 (770)
- November 2005 (884)
- October 2005 (784)
- September 2005 (719)
- August 2005 (1,028)
- July 2005 (714)
- June 2005 (834)
- May 2005 (970)
- April 2005 (1,040)
- March 2005 (978)
- February 2005 (963)
- January 2005 (922)
- December 2004 (878)
- November 2004 (920)
- October 2004 (786)
- September 2004 (944)
- August 2004 (924)
- July 2004 (822)
- June 2004 (1,120)
- May 2004 (1,123)
- April 2004 (911)
- March 2004 (1,180)
- February 2004 (1,053)
- January 2004 (1,207)
- December 2003 (1,145)
- November 2003 (1,001)
- October 2003 (1,319)
- September 2003 (1,112)
- August 2003 (1,206)
- July 2003 (1,348)
- June 2003 (1,027)
- May 2003 (1,572)
- April 2003 (1,703)
- March 2003 (1,369)
- February 2003 (1,782)
- January 2003 (2,269)
- December 2002 (1,583)
- November 2002 (1,455)
- October 2002 (1,516)
- September 2002 (1,400)
- August 2002 (1,816)
- July 2002 (1,911)
- June 2002 (1,663)
- May 2002 (1,643)
- April 2002 (1,730)
- March 2002 (1,305)
- February 2002 (1,189)
- January 2002 (1,057)
- December 2001 (878)
- November 2001 (146)