[EMAIL PROTECTED] module removeip

2008-07-29 Thread Anon
Has libapache2-mod-removeip an homepage ? I would like to advertise this module on my website which is about privacy , where can i get more info ? Thanks! - The official User-To-User support forum of the Apache HTTP Server Projec

RE: [EMAIL PROTECTED] mod_jk integration for both HTTP and HTTPS request to one JBOSS

2008-07-29 Thread Deepak Gupta
Hi, Thanks for the help, but couldn't find any example of how to give JKmount on Virtual host. Following entries I have in my virtual host for SSL. Please can you give some example of what entry to make in this VirtualHost DocumentRoot "C:/java/ApacheSoftwareFoundation/Apache2.2/htdocs"

Re: [EMAIL PROTECTED] Here's a new one (to me).

2008-07-29 Thread William A. Rowe, Jr.
Grant Peel wrote: index.html = 1401 bytes. ? Well that's good, you have to understand that without proxy module enabled, these are /local/ requests... Grant Peel wrote: On this past Saturday, my server started seeing sporadic spikes in CPU usage. As it turns out, somehow, some bot or some

Re: [EMAIL PROTECTED] Using RewriteRule for secure requests

2008-07-29 Thread solprovider
On 7/28/08, Bobby Jack <[EMAIL PROTECTED]> wrote: > I'm maintaining a site whose http/https configuration is all muddled up, > partly because of the (lack of) facilities available in the CMS used to > deliver it. However, I'm considering an apache-based solution which might > solve things, and

Re: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-29 Thread Ron Savage
Hi William > Well - the two of them work -identically-, except for the more noise from > 2.2.9 due to autoconf. Autoconf had always stated something like 'extra > errors are not desireable, because one package configurator may call another > where the options are not relevant, don't emit warnings

Re: [EMAIL PROTECTED] Here's a new one (to me).

2008-07-29 Thread Grant Peel
index.html = 1401 bytes. ? -Grant - Original Message - From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> To: Sent: Tuesday, July 29, 2008 7:46 PM Subject: Re: [EMAIL PROTECTED] Here's a new one (to me). Grant Peel wrote: On this past Saturday, my server started seeing sporadic sp

Re: [EMAIL PROTECTED] Here's a new one (to me).

2008-07-29 Thread William A. Rowe, Jr.
Grant Peel wrote: On this past Saturday, my server started seeing sporadic spikes in CPU usage. As it turns out, somehow, some bot or something somewhere is connecting to me server and relaying messages to another server. Don't freak out... Log lines: 66.139.69.201 - - [29/Jul/2008:04:01:

[EMAIL PROTECTED] Here's a new one (to me).

2008-07-29 Thread Grant Peel
Hi all, Just when you thought you'd seen it all. On this past Saturday, my server started seeing sporadic spikes in CPU usage. As it turns out, somehow, some bot or something somewhere is connecting to me server and relaying messages to another server. The logs below have been Googled several

Re: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-29 Thread William A. Rowe, Jr.
Ron Savage wrote: Hi Ron I notice configure for 2.2.8 was generated by GNU Autoconf 2.60 and for 2.2.9 it was 2.62. I just upgraded to 2.61 (don't know what from). I wonder if that's relevant? More info. I just re-ran the command in the 2.2.8 directory, and it works without error. So it's no

Re: [EMAIL PROTECTED] mod_jk integration for both HTTP and HTTPS request to one JBOSS

2008-07-29 Thread Dietmar . Mueller
Hello Deepak You have also add the jmount into the ssl virtual host. regards Dietmar "Deepak Gupta" <[EMAIL PROTECTED]> 29.07.2008 14:56 Bitte antworten an users@httpd.apache.org An Kopie Thema [EMAIL PROTECTED] mod_jk integration for both HTTP and HTTPS request to one JBOSS Hi,

[EMAIL PROTECTED] mod_jk integration for both HTTP and HTTPS request to one JBOSS

2008-07-29 Thread Deepak Gupta
Hi, I have Jboss 4.0.5 and Apache 2.2.9 with SSL on windows environment. I have successfully configured mod_jk so that apache talks with jboss nicely for all HTTP request. Problem I am facing is when I am making an HTTPS request it goes to Apache but never comes to JBOSS. I have successfully co