Re: [users@httpd] Re: Apache 2.4: Mod Cache: authorization required

2013-02-21 Thread Nicolas Daniels
Hi, Isnt it what CacheStorePrivate is for? I tried with this option only, it doesn't work. Seems correct as the docs says: Ordinarily, responses with Cache-Control: private header values will not be stored in the cache. The |CacheStorePrivate| directive allows this behavior to be

[users@httpd] apache revealing the hostname of backend tomcat server.

2013-02-21 Thread Amol Puglia
Hello Team, I am redirecting request from apache to backend server tomcat using mod_proxy_balancer. The request is getting redirected but url is getting converted to backend server url. For example :- If apache web server url is http:\\server and backend server url is http:\\serverA. when

Re: [users@httpd] Mark cookies as secure?

2013-02-21 Thread Alan Murphy
Thank for your help, all sorted. Sent from my iPhone On 20 Feb 2013, at 22:15, Igor Cicimov icici...@gmail.com wrote: Yeah cgi, thats what i thought. In case of cgi apache doesn't have control over the headers, you need to make the changes from inside cgi scripts them self. On 21/02/2013

Re: [users@httpd] apache revealing the hostname of backend tomcat server.

2013-02-21 Thread Krist van Besien
On Thu, Feb 21, 2013 at 12:44 PM, Amol Puglia amolcpug...@yahoo.com wrote: Hello Team, I am redirecting request from apache to backend server tomcat using mod_proxy_balancer. The request is getting redirected but url is getting converted to backend server url. For example :- If apache

Re: [users@httpd] Mark cookies as secure?

2013-02-21 Thread Igor Cicimov
On Thu, Feb 21, 2013 at 12:07 PM, Eric Covener cove...@gmail.com wrote: On Wed, Feb 20, 2013 at 5:15 PM, Igor Cicimov icici...@gmail.com wrote: Yeah cgi, thats what i thought. In case of cgi apache doesn't have control over the headers, you need to make the changes from inside cgi scripts

Re: [users@httpd] apache revealing the hostname of backend tomcat server.

2013-02-21 Thread Igor Cicimov
On Thu, Feb 21, 2013 at 10:44 PM, Amol Puglia amolcpug...@yahoo.com wrote: Hello Team, I am redirecting request from apache to backend server tomcat using mod_proxy_balancer. The request is getting redirected but url is getting converted to backend server url. For example :- If apache

Re: [users@httpd] mod_proxy_html not working when using carriage returns

2013-02-21 Thread Krist van Besien
On Mon, Feb 18, 2013 at 10:52 AM, Pablo Florencio pablofloren...@gmail.com wrote: The problem I see is that mod_proxy_html can't convert urls when there is a carry return inside it. For example, here there are two a links: a target=Download1 title=Download Test1

Re: [users@httpd] Apache2 error

2013-02-21 Thread Krishna Chandra Prajapati
Hi Ben, Yes, this is my own dedicated server from big brand. It's a virtual server. Krishna On Wed, Feb 20, 2013 at 9:56 PM, Ben Johnson b...@indietorrent.org wrote: On 2/20/2013 10:42 AM, Krishna Chandra Prajapati wrote: Hi All, I'm getting the below error in apache error logs.

Re: [users@httpd] apache revealing the hostname of backend tomcat server.

2013-02-21 Thread Amol Puglia
Hello Krist, Thanks for your response. After correcting application configuration, Load balancing is working fine. Thanks Amol Puglia From: Krist van Besien krist.vanbes...@gmail.com To: users@httpd.apache.org; Amol Puglia amolcpug...@yahoo.com Sent:

Re: [users@httpd] apache revealing the hostname of backend tomcat server.

2013-02-21 Thread Amol Puglia
Hello Krist, Thanks for your response. After correcting application configuration, Load balancing is working fine. Thanks Amol Puglia From: Igor Cicimov icici...@gmail.com To: users users@httpd.apache.org; Amol Puglia amolcpug...@yahoo.com Sent: Thursday,

Re: [users@httpd] htaccess file and computer names

2013-02-21 Thread Krist van Besien
On Tue, Feb 19, 2013 at 7:49 PM, Marc Fromm marc.fr...@wwu.edu wrote: I am using some htaccess files to control access to a few web pages. The htaccess file works if I use the ip address of the computer to grant access, but not its name. If you want apache to be able to grant access based on

Re: [users@httpd] mod_proxy_html not working when using carriage returns

2013-02-21 Thread Nick Kew
On Thu, 21 Feb 2013 14:27:53 +0100 Krist van Besien krist.vanbes...@gmail.com wrote: The second one has a CR right after href definition, and as a result mod_proxy_html can't convert it. I would like to ask if someone knows a way to let mod_proxy_html understand how to interpret that CR, or

Re: [users@httpd] Apache2 error

2013-02-21 Thread Ben Johnson
On 2/21/2013 9:08 AM, Krishna Chandra Prajapati wrote: Hi Ben, Yes, this is my own dedicated server from big brand. It's a virtual server. Krishna Unfortunately, you're probably on your own, then. Most dedicated-virtual providers don't provide support for software issues. But, this may

Re: [users@httpd] Mark cookies as secure?

2013-02-21 Thread Eric Covener
Hope this time it will sink deeper in my memory and stay there for longer than 5 minutes :) This part was expanded relatively recently to cover the unfortunate API stuff that bleeds out into using the Header directive. - To

[users@httpd] apr_signal() called twice in child process

2013-02-21 Thread Frederic NIVOR
Hi, I've noticed in event.c file, that apr_signal() is called twice : - in make_child(), in the fork child part, line 2271: apr_signal(SIGTERM, just_die); - in child_main(), line 2182: apr_signal(SIGTERM, dummy_signal_handler); So I was wondering, is there a reason for that ? Thanks. B.R.

[users@httpd] SOLVED: [users@httpd] Trouble enabling mod_perl on Ubuntu 12.04

2013-02-21 Thread Alois Mahdal
On Thu, 21 Feb 2013 02:44:13 +0100 Alois Mahdal alois.mahdal.1-ndm...@zxcvb.cz wrote: [...] him@there:~$ a2enmod mod_perl ERROR: Module mod_perl does not exist! him@there:~$ Any suggestions what is missing? Today my friend reported that sudo apt-get purge

Re: [users@httpd] Apache2 error

2013-02-21 Thread Igor Cicimov
On 21/02/2013 2:43 AM, Krishna Chandra Prajapati prajapat...@gmail.com wrote: Hi All, I'm getting the below error in apache error logs. [Sun Feb 10 15:06:18 2013] [notice] child pid 20892 exit signal Bus error (7) [Mon Feb 11 21:45:01 2013] [notice] caught SIGTERM, shutting down Let me

Re: [users@httpd] httpd-2.2.23-win32-x86-no_ssl.msi is not available?

2013-02-21 Thread Yoshinori Sano
Ben, Thank you for your explanation. But, why Apache Software Foundation does not provide the windows binaries and MSI files any more? Is there some problem or trouble happened? I want to know the reason if you know the details. Regards, 2013/2/20 Ben Johnson b...@indietorrent.org: On

Re: [users@httpd] httpd-2.2.23-win32-x86-no_ssl.msi is not available?

2013-02-21 Thread Ben Johnson
On 2/21/2013 9:59 PM, Yoshinori Sano wrote: Ben, Thank you for your explanation. But, why Apache Software Foundation does not provide the windows binaries and MSI files any more? Is there some problem or trouble happened? I want to know the reason if you know the details. Regards,

Re: [users@httpd] Apache 2.4 Configure with ldap support

2013-02-21 Thread Saxa Egea
Try to compile apr and apr-util yourself... Don't use the one in the source distro. Then you'll be able to use LDAP. Saxa On 15/02/13 11:43, Smith, Mitchell wrote: Hi, I am trying to configure 2.4.3 and am havinf some issues with the ldap intergration. I am trying to ultimately