RE: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread Axel-Stephane SMORGRAV
Could it possibly be this simple?? You probably want to have two virtual hosts, one for port 80 and one for port 8080. In the former, add the following lines: ProxyRequests Off ProxyPass http://www.ourcompany.com/ http://www.ourcompany.com:8080/ ProxyPassReverse http://www.ourcompany.com/

Re: [EMAIL PROTECTED] Apache 2.2.0 binary download

2007-10-18 Thread solprovider
I could not find Windows binaries for 2.2.0 on the Web. If you MUST use that version, you MUST compile. For old versions, go to the Downloads page and click the archive download site link in the second paragraph for: http://archive.apache.org/dist/httpd/ Then click binaries and win32 to discover

RE: [EMAIL PROTECTED] Apache 2.2.0 binary download

2007-10-18 Thread Ashwani Kumar Sharma
Yeah that's true, There are no binaries for apache 2.2.0 on that url. I have downloaded the source code for same from http://archive.apache.org/dist/httpd/ I am facing some build problems. Is it true that apache 2.2.0 is not a stable version. Please suggest me the stable version for apache.

Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread Robert Jaeschke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Patrick, Patrick Coleman schrieb: I have a Tomcat app running on port 8080 I can get to it through http://www.ourcompany.com:8080 it goes to a login page and the URL displays http://www.ourcompany.com:8080/login I would like to

Re: [EMAIL PROTECTED] Apache 2.2.0 binary download

2007-10-18 Thread solprovider
There were discussions on the Dev ML about building 2.2.0 using VC6, VS2003, and VS2005 around December 2005. Read those threads for ideas if you insist on compiling. For the recommended stable version, use Alexander's link for the Windows binaries of 2.2.6. solprovider On 10/18/07, Ashwani

Re: [EMAIL PROTECTED] Apache 2.2.0 binary download

2007-10-18 Thread William A. Rowe, Jr.
Ashwani Kumar Sharma wrote: Yeah that's true, There are no binaries for apache 2.2.0 on that url. I have downloaded the source code for same from http://archive.apache.org/dist/httpd/ I am facing some build problems. Is it true that apache 2.2.0 is not a stable version. Please suggest me

Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread solprovider
Why not put the homepage/login page on port 80 and proxy the POST to Tomcat? Or are dynamic elements on the login page? If everything will be served by Tomcat, why not run tomcat on port 80? If you are using virtual servers, you should already have configured the proxy. solprovider On

RE: [EMAIL PROTECTED] Apache 2.2.0 binary download

2007-10-18 Thread Ashwani Kumar Sharma
Hi All, Thanks a lot for help.  Thanks and Regards, Ashwani Sharma Mob: 09916454843 Off: +91-80-26265053 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:08 PM To: users@httpd.apache.org

Re: Re: [EMAIL PROTECTED] library path for external rewriting program for mod_rewrite

2007-10-18 Thread Francoise Koenig-Jost
Thanks for your fast answer. It does not solve my problem. Nick Kew wrote: On Wed, 17 Oct 2007 14:34:40 +0200 Francoise Koenig-Jost [EMAIL PROTECTED] wrote: - I tried to add: SetEnv LD_LIBRARY_PATH /www/httpd-2.2.6/lib:/usr/lib:/usr/local/lib in apache configuration file, it does not

Re: [EMAIL PROTECTED] svn access via apache with ntlm authentication

2007-10-18 Thread Krist van Besien
On 10/17/07, Thomas Fazekas [EMAIL PROTECTED] wrote: and I do svn co http://svnhost/svn/repos/test; , it seems to me that the apache server doesn't even bother calling the ntlm_winbind module for authentication... There are no logs or any trace of related messages and all I get is svn:

[EMAIL PROTECTED] IPv6 support for windows

2007-10-18 Thread Ashwani Kumar Sharma
Hi Folks, I want to connect my apache web server through IPv6 address. But, when I am sending IPv6 adds from the browser to the apache I am not getting the response from the server. Please guide. Thanks and Regards, Ashwani Sharma Mob: 09916454843 Off: +91-80-26265053 DISCLAIMER: This

[EMAIL PROTECTED] IPv6 address connection to apache web server. PLease help

2007-10-18 Thread Ashwani Kumar Sharma
Hi Team, I am not able to connect to the apache web server through IPv6 address. If in the httpd.conf file, under the Listen directive I am giving IPv6 address the apache is not starting at all. I have installed the IPv6 on the windows XP. Please help. Is it a problem with the apache web

Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread Patrick Coleman
Thanks to Axel-Stephane Robert Jaeschke and solprovider for helping with this. Solprovider suggested running Tomcat on port 80 because nothing is running there and that would be the easiest solution. I didn't want to do that because that might change. The solution Robert suggested

Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread Patrick Coleman
I may have spoken a little too soon. While the entries I used .. ProxyPass / http://www.ourcompany.com:8080/ ProxyPassReverse / http://www.ourcompany.com:8080/ ..work on the initial screen and the first screen after logging in if I click on any that the 8080 shows up again in the URL? Is

Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread Nick Kew
On Thu, 18 Oct 2007 07:32:59 -0400 Patrick Coleman [EMAIL PROTECTED] wrote: ..work on the initial screen and the first screen after logging in if I click on any that the 8080 shows up again in the URL? Is there something else that needs to be added to pick that up each time? You may need

[EMAIL PROTECTED] Apache 2.2 MPM Worker Virtual Memory Usage

2007-10-18 Thread Apache User
There appears to be a significant difference between Apache 2.2 MPM Worker and MPM Perfork virtual memory usage. As well as between Apache 2.2 MPM Worker and Apache 1.3 virtual memory usage. This can become an issue in a VPS (virtual private server) environment where resources are more

Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread Patrick Coleman
Thanks Nick that might be it. Will let you know. On Oct 18, 2007, at 9:07 AM, Nick Kew wrote: On Thu, 18 Oct 2007 07:32:59 -0400 Patrick Coleman [EMAIL PROTECTED] wrote: ..work on the initial screen and the first screen after logging in if I click on any that the 8080 shows up again in the

Re: [EMAIL PROTECTED] svn access via apache with ntlm authentication

2007-10-18 Thread Joshua Slive
On 10/18/07, Krist van Besien [EMAIL PROTECTED] wrote: The current version of Neon (the http library used in the command line subversion client) only supports basic authentication. That's not true. Neon supports digest and a couple others as well. I'm not sure if they are supported via

[EMAIL PROTECTED] Load balancing

2007-10-18 Thread Melanie Pfefer
Hi, I am using apache 2.x and want to start load balancing between 2 servers. do I need a third-party tool? or do i only need to use --enable-proxy-balancer to enable Load balancing? could you please shed some light on how to use this feature in apache?? thx

[EMAIL PROTECTED] RE: [SPAM] - [EMAIL PROTECTED] Load balancing - Email found in subject

2007-10-18 Thread jmacaranas
Try visiting this site: www.danga.com/perlbal/ -- perlbal -Original Message- From: Melanie Pfefer [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 10:01 AM To: users@httpd.apache.org Subject: [SPAM] - [EMAIL PROTECTED] Load balancing - Email found in subject Hi, I am using

Re: [EMAIL PROTECTED] Load balancing

2007-10-18 Thread Neelam Kumar Sharma
You can use ProxyPass and ProxyPassReverse directives.. Thanks and Regards Neelam Kumar Sharma PSPL PUNE INDIA - Original Message - From: Melanie Pfefer [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Thursday, October 18, 2007 7:30 PM Subject: [EMAIL PROTECTED] Load balancing

Re: [EMAIL PROTECTED] RE: [SPAM] - [EMAIL PROTECTED] Load balancing - Email found in subject

2007-10-18 Thread Jim Jagielski
Apache 2.2 has built-in load balancing. Check out: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass On Thu, Oct 18, 2007 at 10:20:13AM -0400, [EMAIL PROTECTED] wrote: Try visiting this site: www.danga.com/perlbal/ -- perlbal -Original Message- From: Melanie

RE: [EMAIL PROTECTED] Load balancing

2007-10-18 Thread joy d
Date: Thu, 18 Oct 2007 15:00:31 +0100 From: [EMAIL PROTECTED] To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Load balancing Hi, I am using apache 2.x and want to start load balancing between 2 servers. Are you serving static pages or dynamic app mostly? for static pages I

[EMAIL PROTECTED] Windows compile of Apache 2.0.61 with SSL fails...

2007-10-18 Thread Stusynski, Dan
I tried compiling Apache 2.0.61 on Windows with ZLIB and SSL and the build fails. I receive the following error: Configuration: BuildBin - Win32 Release Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp

RE: [EMAIL PROTECTED] Apache 2.2.0 binary download

2007-10-18 Thread Dragon
Ashwani Kumar Sharma wrote: Yeah that's true, There are no binaries for apache 2.2.0 on that url. I have downloaded the source code for same from http://archive.apache.org/dist/httpd/ I am facing some build problems. Is it true that apache 2.2.0 is not a stable version. Please suggest me

RE: [EMAIL PROTECTED] IPv6 address connection to apache web server. PLease help

2007-10-18 Thread Stusynski, Dan
Ashwani, The ensure your Apache has or does not have IPv6 support you can check the build parameters of httpd by running httpd.exe -V. If your Apache has IPv6 support you should see: -D APR_HAVE_IPV6 (IPv4-mapped addresses disabled). If that parameter isn't present then your Apache doesn't have

Re: [EMAIL PROTECTED] http to https redirection with an exception

2007-10-18 Thread Krist van Besien
On 10/18/07, joy d [EMAIL PROTECTED] wrote: Date: Wed, 17 Oct 2007 16:03:38 +0200 From: [EMAIL PROTECTED] If your apache was compiled with DSO support you don't need to recompile it. You can just compile mod_rewrite and load it in your config. Hello, How to do it? can you show

[EMAIL PROTECTED] Regarding mod_cgid logging problem

2007-10-18 Thread Artem Kuchin
I have wrote a letter to several apache core developrs but they all just ignored it or they too busy to answer. So, the problem is simple: when an application (script, program) is run under mod_cgid and it as usually prints all errors to stderr all this output ends up in main server error log

[EMAIL PROTECTED] Need help to manage poorly written apps behind Apache used as Reverse Proxy

2007-10-18 Thread Alan AZZERA
Hi world ! First, please forgive my poor written English. Here is my problem, I hope someone could help me. I need to host some web apps, coded in PHP by non-professional developpers, and sometimes poorly written and designed. I use an Apache server configured as a Reverse Proxy, my real HTTP

Re: [EMAIL PROTECTED] Windows compile of Apache 2.0.61 with SSL fails...

2007-10-18 Thread William A. Rowe, Jr.
Stusynski, Dan wrote: I tried compiling Apache 2.0.61 on Windows with ZLIB and SSL and the build fails. I receive the following error: cd modules\ssl NMAKE -f mod_ssl.mak CFG=mod_ssl - Win32 Release RECURSE=0 .\Release\mod_ssl.so Microsoft (R) Program Maintenance Utility Version

[EMAIL PROTECTED] apxs and DESTDIR

2007-10-18 Thread Andre Majorel
I'm trying to build PHP 5.2 as an Apache 2.0 handler module. Apache is installed with DESTDIR=/sandbox set because the end goal is to make a package, not to install on the build machine. The paths returned by apxs are relative to /, not to /sandbox which throws off PHP's makefile :

[EMAIL PROTECTED] Re: rearding IPv6 support on windows

2007-10-18 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool application server --- Last time I looked there wasnt a binary IPv6

RE: [EMAIL PROTECTED] Windows compile of Apache 2.0.61 with SSL fails...

2007-10-18 Thread Stusynski, Dan
Bill, Thanks for the reply. Essentially, yes, the instructions were followed, albeit, using the ms scripts. Actual OpenSSL buld steps: perl Configure VC-WIN32 ms\do_nasm nmake -f ms\ntdll.mak Everything compiles and running ms\test results in a succesful handshake and 0 errors. Placing the

Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread solprovider
Where is the login homepage? Where does it POST? Where is the application? What URLs do clients see? How do those URLs reach the correct server/port? How does the application send URLs usable by the client? From my understanding of your needs, only example.com:80 should be accessible to clients.

[EMAIL PROTECTED] Realy Need help - Apache PROXY Question

2007-10-18 Thread Shaw, Dan
Hello Problem: Need to proxy an incoming URL to an internal web server. Requirement: Needs to be a double proxy. The first proxy will receive the incoming URL via https from the Internet. The first proxy lives in the Web DMZ. The first proxy will forward the URL to the second proxy via

Re: [EMAIL PROTECTED] 500 code, can't seem to track down

2007-10-18 Thread Joshua Slive
On 10/18/07, Tom Hart [EMAIL PROTECTED] wrote: Hey everybody. I'm getting a 500 error code (Internal Server Error), that doesn't tell me anything about why the error happened. Naturally I looked to the error.log but that contained nothing. At this point I decided to try LogLevel notice to up

[EMAIL PROTECTED] 500 code, can't seem to track down

2007-10-18 Thread Tom Hart
Hey everybody. I'm getting a 500 error code (Internal Server Error), that doesn't tell me anything about why the error happened. Naturally I looked to the error.log but that contained nothing. At this point I decided to try LogLevel notice to up the verbosity and number of messages written to