Re: [users@httpd] Change https to port 8000 instead of 443

2012-09-20 Thread techienote . com
Hi, What is there in error logs? Sent on my BlackBerry® from Vodafone -Original Message- From: Kheng_Ee Date: Thu, 20 Sep 2012 22:16:24 To: users@httpd.apache.org Reply-To: users@httpd.apache.org Subject: Re: [users@httpd] Change https to port 8000 instead of 443 Correction :  I change

Re: [users@httpd] Change https to port 8000 instead of 443

2012-09-20 Thread Kheng_Ee
Correction :  I change 57.4.223.96:8443 to 192.168.1.1:8000 in virtualhost. still not working. From: Kheng_Ee To: "users@httpd.apache.org" Sent: Friday, 21 September 2012 3:13 PM Subject: [users@httpd] Change https to port 8000 instead of 443 I am using A

[users@httpd] Change https to port 8000 instead of 443

2012-09-20 Thread Kheng_Ee
I am using Apache Version 2.4.3 and it is working using port 80 (http) and 443 (https). I would like to use port 8000 instead of 443 for https In http.conf file, it has Listen 192.168.1.1:8000 https In the extra/http-ssl.conf.  it has . . It is supposed to be this simple but it

RE: [users@httpd] Apache Proxy configuration question

2012-09-20 Thread Jeremy T
Hi Vivek, Thanks. Do you mean a trailing slash after /demo/ or do you mean /demo / https://internal2:82 For eg... Proxypass /demo/ https://internal2:82 ProxyPassReverse /demo/ https://internal2:82 ProxyPass / https://internal1:81 ProxyPassReverse / https://internal1:81 or Proxypass /demo

Re: [users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-20 Thread Mario A. del Riego
El 19/09/12 12:06, Tom Evans escribió: > On Wed, Sep 19, 2012 at 3:46 PM, Mario A. del Riego > wrote: >> Supid, >> >> I have the same behavior, it's a bug well documented at [1]. >> >> If you know the redirection, you can do it in the front-end. >> In my particular case, i fixed it with mod_securi

Re: [users@httpd] rotatelogs: does it create directories?

2012-09-20 Thread Tom Evans
On Thu, Sep 20, 2012 at 2:10 PM, Mark Montague wrote: > On September 20, 2012 7:01 , "Esmond Pitt" wrote: >> >> Sorry, can't wait till the end of the month to experiment with this. It >> occurred to me that I would like to organize my log files by year and month >> in directories. Does rotatelogs

Re: [users@httpd] rotatelogs: does it create directories?

2012-09-20 Thread Mark Montague
On September 20, 2012 7:01 , "Esmond Pitt" wrote: Sorry, can't wait till the end of the month to experiment with this. It occurred to me that I would like to organize my log files by year and month in directories. Does rotatelogs create intermediate directories if they don't exist? Cronolog

Re: [users@httpd] rotatelogs: does it create directories?

2012-09-20 Thread Eric Covener
On Thu, Sep 20, 2012 at 7:01 AM, Esmond Pitt wrote: > Sorry, can't wait till the end of the month to experiment with this. It > occurred to me that I would like to organize my log files by year and month > in directories. Does rotatelogs create intermediate directories if they > don't exist? > No

Re: [users@httpd] hive hbase integration

2012-09-20 Thread Jeff Trawick
On Thu, Sep 20, 2012 at 7:42 AM, subhashini.514 wrote: > Hi, > > We want to insert data into Hbase cluster. Please leave users@httpd.apache.org off of further messages in this thread. -- Born in Roswell... married an alien... http://emptyhammock.com/ ---

[users@httpd] rotatelogs: does it create directories?

2012-09-20 Thread Esmond Pitt
Sorry, can't wait till the end of the month to experiment with this. It occurred to me that I would like to organize my log files by year and month in directories. Does rotatelogs create intermediate directories if they don't exist? EJP

Re: [users@httpd] Rewrites not working in 'server config'

2012-09-20 Thread Igor Cicimov
On Sep 19, 2012 8:46 PM, "David Hubbard" wrote: > > Is there a trick to getting rewrites working in the > base config file? Put RewriteOptions inherit in the virtual hosts. I'm trying to block a bad bot > by user agent server-wide, I tested it in one site and > have the relevant rewrites worki