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
Subject: Re: [EMAIL PROTECTED] Apache 2.2.0 binary download

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 Kumar Sharma <[EMAIL PROTECTED]> 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 the
> stable version for apache.
>
> 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 11:45 AM
>
> 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 that the obsolete
> Windows binaries for 2.2.0 are missing.  Only 2.2.2, 2.2.4, and 2.2.6
> are listed.
>
> Alexander's URL is for current releases. There have been too many
> changes since 2.2.0 for any sane person to recommend or facilitate
> installing it. The security page lists seven holes affecting 2.2.0.
> http://httpd.apache.org/security/vulnerabilities_22.html
>
> Sorry,
> solprovider
>
> On 10/18/07, Alexander Fortin <[EMAIL PROTECTED]> wrote:
> > Ashwani Kumar Sharma wrote:
> > > I want to download binary for apache 2.2.0 for windows urgently. I am
not
> > > finding it on apache.org
> > http://apache.planetmirror.com.au/dist/httpd/binaries/win32/
> > Alexander Fortin

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DISCLAIMER:
This message (including attachment if any) is confidential and may be 
privileged. If you have received this message by mistake please notify the 
sender by return e-mail and delete this message from your system. Any 
unauthorized use or dissemination of this message in whole or in part is 
strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for 
viruses and defects. While MindTree Consulting Limited (MindTree) has put in 
place checks to minimize the risks, MindTree will not be responsible for any 
viruses or defects or any forwarded attachments emanating either from within 
MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be 
liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages 
sent to or from MindTree e-mail address. Messages sent to or from this e-mail 
address may be stored on the MindTree e-mail system or else where.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 change anything.



For an external script, you'll want PassEnv.

Actually, if it's a RewriteMap, that may be different (haven't
checked).  Set the LD_LIBRARY_PATH in apachectl, too.
  
As you suggested, I tried PassEnv, it does not change anything for my 
RewriteMap external python script.


The LD_LIBRARY_PATH defined in apachectl is fine, it has /usr/local/lib 
where the needed libgcc_s.so.1 resides.


I also tried changing the first line of my script from:

#!/opt/python/bin/python

to:

#!/usr/bin/env /opt/python/bin/python

It does not work either...


But since I don't like to mess up the system installation
directories, I'd like to know what I should do to set the
LD_LIBRARY_PATH for the python script. (remember, it works with
Apache 1.3.27).



We've had a lot of security updates since Apache 1.3.27.
  

Maybe to many ;-)

For the moment, I'll put a symbolic link to /usr/local/lib/libgcc_s.so.1 
in /usr/lib . Maybe there is something to take into consideration here 
for a future release of mod_rewrite, at least in documenting the 
use/limitation of external RewriteMap programs.


Anyway, thanks again and best regards,

Francoise Koenig



begin:vcard
fn;quoted-printable:Fran=C3=A7oise K=C3=B6nig
n;quoted-printable;quoted-printable:K=C3=B6nig;Fran=C3=A7oise
org:ESRF;Computing Services - Web Group
adr:BP 220;;6 rue Jules Horowitz;GRENOBLE;;38043;France
email;internet:[EMAIL PROTECTED]
tel;work:+33 (0)4 76 88 25 57
x-mozilla-html:TRUE
url:http://www.esrf.eu/
version:2.1
end:vcard


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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: PROPFIND request failed on '/svn/repos/test'
> svn: PROPFIND of '/svn/repos/test': authorization failed (http://
> svnhost)
> at the client side.
>
> Any ideas ?

NTLM authentication must be supported by the client. The current
version of Neon (the http library used in the command line subversion
client) only supports basic authentication.

Maybe you need to add:
NTLMBasicAuth on
NTLMBasicRealm "SVN authentication"

So clients that don't support NTLM are also supported.
However, I don't know if this will work. I recently setup a apache+svn
server myself, where users are authenticated against an AD server, but
went a different route to achieve this.

Krist

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 message (including attachment if any) is confidential and may be 
privileged. If you have received this message by mistake please notify the 
sender by return e-mail and delete this message from your system. Any 
unauthorized use or dissemination of this message in whole or in part is 
strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for 
viruses and defects. While MindTree Consulting Limited (MindTree) has put in 
place checks to minimize the risks, MindTree will not be responsible for any 
viruses or defects or any forwarded attachments emanating either from within 
MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be 
liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages 
sent to or from MindTree e-mail address. Messages sent to or from this e-mail 
address may be stored on the MindTree e-mail system or else where.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 server ot some other
settings.



Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053


DISCLAIMER:
This message (including attachment if any) is confidential and may be 
privileged. If you have received this message by mistake please notify the 
sender by return e-mail and delete this message from your system. Any 
unauthorized use or dissemination of this message in whole or in part is 
strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for 
viruses and defects. While MindTree Consulting Limited (MindTree) has put in 
place checks to minimize the risks, MindTree will not be responsible for any 
viruses or defects or any forwarded attachments emanating either from within 
MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be 
liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages 
sent to or from MindTree e-mail address. Messages sent to or from this e-mail 
address may be stored on the MindTree e-mail system or else where.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 worked. I could have sworn I tried this  
but must have had something

different.

ProxyPass / http://www.ourcompany.com:8080/
ProxyPassReverse / http://www.ourcompany.com:8080/

Axel's suggestion is very similar but I got an error

Forbidden

You don't have permission to access / on this server

This is his

ProxyPass http://www.ourcompany.com/ http://www.ourcompany.com:8080/
ProxyPassReverse http://www.ourcompany.com/ http://www.ourcompany.com: 
8080/


Can you tell me the difference and why his didn't work?

Thanks for your help.

Pat.





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 there something else that needs to be added to pick that up each  
time?


thanks

On Oct 18, 2007, at 2:31 AM, [EMAIL PROTECTED] wrote:


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 10/17/07, Patrick Coleman <[EMAIL PROTECTED]> wrote:

I don't exactly know if this is a rewrite or proxypass or something
else type of thing so
I was hoping someone could help.
I have a Tomcat app running on port 8080
I can get to it through
http://www.example.com:8080

it goes to a login page and the URL displays
http://www.example.com:8080/login

I would like to be able to just put in
http://www.example.com
and get
http://www.example.com/login

Thanks.
Pat


-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 to rewrite links.
See http://www.apachetutor.org/admin/reverseproxies

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 constrained.


I am seeing 280MB vs 5.8MB of VM usage per process. You could argue that 
worker is supposed to use more virtual memory, as running multiple 
threads per process it actually uses less. But, that is not the case. 
Total VPS privvmpages is 2.1GB vs 358MB. What is really interesting here 
is why is it so much higher. You would expect some increase but it looks 
like most (if not all) of the virtual memory of each of the 7 worker 
processes is not shared. 7 * 280MB = 2GB. Which means it can't be code. 
I don't see how it could be this much code anyway. So then what is it? 
(Conversely most of the 2.2 perfork virtual memory is shared code. 150 * 
5.8MB = 850MB,which is more than 358MB for the entire VPS.) Is the code 
building some kind of large local process database? Anyway to turn it off?


Note I do have PHP or any other programmatic modules loaded. See below 
for configure info.


Thanks...


#
# Apache 2.2 Worker Thread Memory Usage
#

# Process data.
599 28344 28338  20   0  5772 1772 -  S?  0:00 
/usr/local/apache/bin/httpd -k start -DSSL
599 28347 28338  20   0 282496 2020 pipe_w Sl  ?  0:00 
/usr/local/apache/bin/httpd -k start -DSSL
599 28349 28338  22   0 282496 2020 pipe_w Sl  ?  0:00 
/usr/local/apache/bin/httpd -k start -DSSL
599 28351 28338  22   0 282496 2020 pipe_w Sl  ?  0:00 
/usr/local/apache/bin/httpd -k start -DSSL
599 28352 28338  22   0 282496 2020 pipe_w Sl  ?  0:00 
/usr/local/apache/bin/httpd -k start -DSSL
599 28360 28338  20   0 282496 2020 pipe_w Sl  ?  0:00 
/usr/local/apache/bin/httpd -k start -DSSL
599 30684 28338  15   0 282496 2020 pipe_w Sl  ?  0:00 
/usr/local/apache/bin/httpd -k start -DSSL
5 0 28338 1  16   0  5868 2468 -  Ss   ?  0:00 
/usr/local/apache/bin/httpd -k start -DSSL
599 28345 28338  20   0 282632 2660 pipe_w Sl  ?  0:00 
/usr/local/apache/bin/httpd -k start -DSSL


# Vpsstat data.
+--+++++--+
| Resource |Current | Recent Max |Barrier |  Limit | 
Failures |

+--+++++--+
Primary Parameters
+--+++++--+
| all memory   |   157.0 MB |n/a |  1024.0 MB |n/a 
|  n/a |
| vmguarpages  |n/a |n/a |   256.0 MB |n/a 
|0 |
| oomguarpages |   146.4 MB |   146.5 MB |n/a |n/a 
|0 |
| privvmpages  | 2.1 GB | 2.1 GB |n/a |n/a 
|0 |
| physpages|   146.4 MB |   146.5 MB |n/a |n/a 
|0 |

+--+++++--+
Secondary Parameters
+--+++++--+
| kmemsize | 9.8 MB | 9.9 MB | 2.0 GB | 2.0 GB 
|0 |
| tcpsndbuf|   423.6 kB |   423.6 kB | 2.0 GB | 2.0 GB 
|0 |
| tcprcvbuf|   562.2 kB |   562.2 kB | 2.0 GB | 2.0 GB 
|0 |
| othersockbuf |94.4 kB |94.4 kB | 2.0 GB | 2.0 GB 
|0 |
| dgramrcvbuf  |   0  B |   0  B | 2.0 GB | 2.0 GB 
|0 |
| shmpages | 5.2 MB | 5.2 MB |n/a |n/a 
|0 |
| lockedpages  |   0  B |   0  B |n/a |n/a 
|0 |

+--+++++--+
Auxiliary Parameters
+--+++++--+
| numproc  |271 |272 |n/a |400 
|0 |
| numtcpsock   | 35 | 35 |n/a |500 
|0 |
| numothersock | 70 | 70 |n/a |500 
|0 |
| numfile  |   5663 |   5680 |n/a |   8192 
|0 |
| numflock |  9 |  9 |200 |220 
|0 |
| numpty   |  2 |  2 |n/a | 64 
|0 |
| numiptent| 75 | 75 |n/a |500 
|0 |

+--+++++--+

# Configure options.
CFLAGS/CPPFLAGS = -pipe -Os -march=pentium4

   ./configure
   --enable-deflate
   --enable-expires
   --enable-headers
   --enable-imagemap
   --enable-logio
   --enable-nonportable-atomics=yes
   --enable-r

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 URL?

Is there something else that needs to be added to pick that up each
time?


You may need to rewrite links.
See http://www.apachetutor.org/admin/reverseproxies

--  
Nick Kew


Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 subversion, however.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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


  ___
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 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


  ___
Yahoo! Answers - Got a question? Someone out there knows the answer. Try
it
now.
http://uk.answers.yahoo.com/ 

-
The official User-To-User support forum of the Apache HTTP Server
Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This message and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom it is
addressed. It may contain sensitive and private proprietary or legally
privileged information. No confidentiality or privilege is waived or
lost by any mistransmission. If you are not the intended recipient,
please immediately delete it and all copies of it from your system,
destroy any hard copies of it and notify the sender. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any
part of this message if you are not the intended recipient. 
FXDirectDealer, LLC reserves the right to monitor all e-mail 
communications through its networks. Any views expressed in this 
message are those of the individual sender, except where the 
message states otherwise and the sender is authorized to state them.

Unless otherwise stated, any pricing information given in this message
is indicative only, is subject to change and does not constitute an
offer to deal at any price quoted. Any reference to the terms of
executed transactions should be treated as preliminary only and subject
to our formal confirmation. FXDirectDealer, LLC is not responsible for any
recommendation, solicitation, offer or agreement or any information
about any transaction, customer account or account activity contained in
this communication.


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: 
Sent: Thursday, October 18, 2007 7:30 PM
Subject: [EMAIL PROTECTED] Load balancing


> 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
>
>
>   ___
> Yahoo! Answers - Got a question? Someone out there knows the answer. Try
it
> now.
> http://uk.answers.yahoo.com/
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 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
> 
> 
>   ___
> Yahoo! Answers - Got a question? Someone out there knows the answer. Try
> it
> now.
> http://uk.answers.yahoo.com/ 
> 
> -
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> This message and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom it is
> addressed. It may contain sensitive and private proprietary or legally
> privileged information. No confidentiality or privilege is waived or
> lost by any mistransmission. If you are not the intended recipient,
> please immediately delete it and all copies of it from your system,
> destroy any hard copies of it and notify the sender. You must not,
> directly or indirectly, use, disclose, distribute, print, or copy any
> part of this message if you are not the intended recipient. 
> FXDirectDealer, LLC reserves the right to monitor all e-mail 
> communications through its networks. Any views expressed in this 
> message are those of the individual sender, except where the 
> message states otherwise and the sender is authorized to state them.
> 
> Unless otherwise stated, any pricing information given in this message
> is indicative only, is subject to change and does not constitute an
> offer to deal at any price quoted. Any reference to the terms of
> executed transactions should be treated as preliminary only and subject
> to our formal confirmation. FXDirectDealer, LLC is not responsible for any
> recommendation, solicitation, offer or agreement or any information
> about any transaction, customer account or account activity contained in
> this communication.
> 
> 
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
===
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
"Great is the guilt of an unnecessary war"  ~ John Adams

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 recommand to use Squid as reverse proxy.
for dynamic app I suggest Nginx for a proxy,which is may better on performance 
than Apache itself.
_
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 1988-1998. All rights reserved.
 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 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 if not exist ".\Release/" mkdir ".\Release"
NMAKE : fatal error U1073: don't know how to make
'"..\..\srclib\openssl\inc32\openssl\fips.h"'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\BIN\NMAKE.exe"' : return code '0x2'
Stop.
Error executing NMAKE.
 
Apache.exe - 2 error(s), 14 warning(s)
 
I noted that the file "..\..\srclib\openssl\inc32\openssl\fips.h" does
not seem to exist in my openSSL build. I also proceeded to build without
ZLIB merely to rule out any issue it could be causing and the build
still fails with the above error.
 
I'm trying to build with openSSL-0.9.8e but also tried version d to see
if it was a compatabilty issue. Version d failed also.
 
I found a similar issue that someone had with Apache 2.0.58 here:
http://mail-archives.apache.org/mod_mbox/httpd-users/200605.mbox/%3C4458
[EMAIL PROTECTED]
However, deleting the support\abs.dep file from the apache directory did
not resolve the issue.
 
Anyone else experience this problem or can possibly provide some
guidance?
 
Dan Stusynski


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 the
stable version for apache.


 End original message. -

If you are installing it as a new deployment, why are you not using 
the latest released version?


The latest version right now is 2.2.6

Dragon

~~~
 Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 IPv6
support

Given you tested with an IPv6 stack and received a startup error
(guessing a socket error) it's probably safe to say your Apache doesn't
support it. Last I checked Apache 2.2.4 (going by your email to the dev
list) on Windows needs to be compiled with IPv6 support.

To build with IPv6 support edit apache_src\srclib\apr\include\apr.hw and
enable #define APR_HAVE_IPV6 0.

Dan Stusynski 

-Original Message-
From: Ashwani Kumar Sharma [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 5:29 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] IPv6 address connection to apache web server.
PLease help


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 server ot some other
settings.



Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053


DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. If you have received this message by mistake please notify
the sender by return e-mail and delete this message from your system.
Any unauthorized use or dissemination of this message in whole or in
part is strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them
for viruses and defects. While MindTree Consulting Limited (MindTree)
has put in place checks to minimize the risks, MindTree will not be
responsible for any viruses or defects or any forwarded attachments
emanating either from within MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall
not be liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all
messages sent to or from MindTree e-mail address. Messages sent to or
from this e-mail address may be stored on the MindTree e-mail system or
else where.

-
The official User-To-User support forum of the Apache HTTP Server
Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-10-18 Thread Krist van Besien
On 10/18/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
> 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 subversion, however.

According to the subversion site the svn command line client only
supports basic authentication. I didn't check the neon project itself.

Krist

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 me a document reference?
> Actually we also have some Apaches which were built with DSO support,but 
> without mod_rewrite enabled.
> If I want to compile and install mod_rewrite separately without re-compiling 
> Apache,how to do it?

First check you have what you need:
- apxs. Usually you'll find that in /bin/apxs
- The compiler used to build your apache. You can find out what apache
has been built with using the following command: ./apxs -q CC
- the apache source. Best have the same version as the one allready installed.

Unpack the source and go to the directory where the module is. In this case
/modules/mappers
and do:
/bin/apxs  -c  -i mod_rewrite.c
This command compiles your module, and copies it to the module dir.

(replace sourcedir  with the directory you have unpacked your source
in, and apachedir with your apache install dir)

Krist


-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 but not in the appropriate
virtual host error log. Also, error log is not formatted properly,
but is not much of an importance.

This bug (or feature, or deficiency) is very persistant and is
known since around 2002. I have installed 2.2.6 lately and see no
changes in the situation. Reading through module code did not give
me a clue what developers think about it. Bug report is marked closed
with LATER.

Such behavior of the module does not allow debugging
of cgi scripts, which renders this module very uncomfortable
and pretty much usless (switching back and forth between mod_cgi
and mod_cgid just to debug is too much hussle).

I have tried to undestand the module in order to try fixing it,
but my current knowldge of apache internals is puny. I didn't get
any clue.

So, my qustions are:

1) What prevents mod_cgid from logging correctly?

2) Can it be fixed at all before apache 3.0 is released in 20xx?

3) When fix can be expected?

4) Is there some kind of workaround? (like writing stderr into
a separate file defined in virtual host config, so at least it can
be placed in the appropriate directory and will contain stderr
messages only from scripts of this virtual host). Is vhost config accessible
for mod_cgid for this?

Thank you all

--
Regards,
Artem



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 server is behind this R.P. I have two DNS
zone, a public one and a private one. Here is the chain :

   1. Client's web browser asks for http://app.public.zone/
   2. My Apache RP has a Virtual Host (ServerName app.public.zone) that
   catches the request, and (reverse)proxifies it to
   http://app.private.zone/
   3. My Apache private server has a VirtualHost (Servername
   app.private.zone) that handles the request.

Everything works fine with well coded and designed PHP apps, that make use
of right Apache environment variables like HTTP_X_FORWARDED_(HOST|SERVER).
But apps that make use of SCRIPT_URI, SERVER_NAME or HTTP_HOST cause
troubles. I tried to handle these troubles with mod_proxy_html, but I failed
to configure it to rewrite efficiently URL in CSS or JavaScripts. Desperate,
I tried to handle this with mod_rewrite and its [E=HTTP_HOST:app.public.zone]
feature in the VirtualHost app.private.zone. It failed too.

Do I miss something obvious ? Am I trying to solve problems the wrong way ?
Since I am not far for being a newbie, it is very possible... Would anyone
be keen enough to put me on the right way ?

Best regards,

Al.


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 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 if not exist ".\Release/" mkdir ".\Release"
NMAKE : fatal error U1073: don't know how to make 
'"..\..\srclib\openssl\inc32\openssl\fips.h"'


I noted that the file "..\..\srclib\openssl\inc32\openssl\fips.h" does 
not seem to exist in my openSSL build. I also proceeded to build without 
ZLIB merely to rule out any issue it could be causing and the build 
still fails with the above error.


Right :)

Back to your openssl build with you, did you follow the instructions at

http://httpd.apache.org/docs/2.2/platform/win_compiling.html

perl Configure no-mdc2 no-rc5 no-idea enable-zlib VC-WIN32 -Ipath/to/srclib/zlib
ms\do_masm.bat
nmake -f ms\ntdll.mak

I am guessing you didn't run openssl Configure and one of it's methods are still
pointing at fips-stuff.  Also note this tree;

http://www.apache.org/dist/httpd/binaries/win32/patches_applied/

has a patch we applied for both, although I'm working to mop those up a bit
so there are fewer changes.

Bill

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 :

  /sandbox/php-5.2$ ./configure --with-apxs2=/sandbox/opt/apache/bin/apxs
  /sandbox/php-5.2$ make
  /sandbox/php-5.2/libtool [...] -I/opt/apache/include [...]
-c sapi/apache2handler/mod_php5.c -o sapi/apache2handler/mod_php5.lo
  In file included from sapi/apache2handler/mod_php5.c:26:
  /sandbox/php-5.2/sapi/apache2handler/php_apache.h:24:19: error:
httpd.h: No such file or directory

Is there any existing mechanism to deal with this ? For example,
something to make apxs prepend DESTDIR to the paths it prints ?

-- 
André Majorel http://www.teaser.fr/~amajorel/>
Do not use this account for regular correspondence.
See the URL above for contact information.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 version available for windows.
As a pure user of Apache, I second this, be really nice to see a binary version 
of this.
... for users like me who wouldnt know where to begin compiling it on windows.
Thanks in anticipation ;)

  - Original Message - 
  From: Ashwani Kumar Sharma 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, October 18, 2007 2:44 PM
  Subject: rearding IPv6 support on windows


  HI All,

   

  I want to make my apache web server listen on IPv6 address. What settings I 
need to do. Somebody, please guide.

   

  I have installed the IPv6 on Windows XP. I have installed the apache 2.2.4. 

  When I am sending the request from the browser, my apache web server is not 
listening to the IPv6 request.

   

  Please guide.

   

   

  Thanks and Regards,

  Ashwani Sharma

  Mob: 09916454843

  Off: +91-80-26265053

   


  DISCLAIMER:

  This message (including attachment if any) is confidential and may be 
privileged. If you have received this message by mistake please notify the 
sender by return e-mail and delete this message from your system. Any 
unauthorized use or dissemination of this message in whole or in part is 
strictly prohibited.

  E-mail may contain viruses. Before opening attachments please check them for 
viruses and defects. While MindTree Consulting Limited (MindTree) has put in 
place checks to minimize the risks, MindTree will not be responsible for any 
viruses or defects or any forwarded attachments emanating either from within 
MindTree or outside.

  Please note that e-mails are susceptible to change and MindTree shall not be 
liable for any improper, untimely or incomplete transmission.

  MindTree reserves the right to monitor and review the content of all messages 
sent to or from MindTree e-mail address. Messages sent to or from this e-mail 
address may be stored on the MindTree e-mail system or else where.


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 openssl directory in apache_src\scrlib still
yields the same build error when compiling 2.0.61 though.

Interestingly enough, using the exact same steps and building against
2.0.59 works fine.

I'll attempt an OpenSSL build without using the ms scripts (use the perl
scripts as the site suggests) and see if that alleviates the issue.

Dan

-Original Message-
From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 12:45 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Windows compile of Apache 2.0.61 with SSL
fails...

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 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>  if not exist ".\Release/" mkdir ".\Release"
> NMAKE : fatal error U1073: don't know how to make 
> '"..\..\srclib\openssl\inc32\openssl\fips.h"'

> I noted that the file "..\..\srclib\openssl\inc32\openssl\fips.h" does

> not seem to exist in my openSSL build. I also proceeded to build 
> without ZLIB merely to rule out any issue it could be causing and the 
> build still fails with the above error.

Right :)

Back to your openssl build with you, did you follow the instructions at

http://httpd.apache.org/docs/2.2/platform/win_compiling.html

perl Configure no-mdc2 no-rc5 no-idea enable-zlib VC-WIN32
-Ipath/to/srclib/zlib ms\do_masm.bat nmake -f ms\ntdll.mak

I am guessing you didn't run openssl Configure and one of it's methods
are still pointing at fips-stuff.  Also note this tree;

http://www.apache.org/dist/httpd/binaries/win32/patches_applied/

has a patch we applied for both, although I'm working to mop those up a
bit so there are fewer changes.

Bill

-
The official User-To-User support forum of the Apache HTTP Server
Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.  You want to firewall port 8080 from clients.
Apache httpd on port 80 will proxy to port 8080.  Questions:
1. Are all requests using the proxy?  Why bother using a proxy?  (That
was my previous question.)
2. Does a virtual server name indicate using the proxy?  (app.example.com)
3. Do certain paths indicate using the proxy? (example.com/app/...)

Your current issue is the application is not aware of the proxy.
mod_proxy only rewrites request URLs.  You need to use one of the
following options:

1. Configure the application for use behind the proxy.  Something like:
ROOT_PREFIX = "http://www.example.com/app/";
The syntax will depend on the application and the abilities of the developers.

2. Use mod_proxy_html to rewrite the HTML sent by the application to
change every "http://www.example.com:8080/"; to
"http"//www.example.com/app/".

solprovider

On 10/18/07, Patrick Coleman <[EMAIL PROTECTED]> wrote:
> 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 there something else that needs to be added to pick that up each
> time?
>
> On Oct 18, 2007, at 2:31 AM, [EMAIL PROTECTED] wrote:
> > 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 10/17/07, Patrick Coleman <[EMAIL PROTECTED]> wrote:
> >> I don't exactly know if this is a rewrite or proxypass or something
> >> else type of thing so
> >> I was hoping someone could help.
> >> I have a Tomcat app running on port 8080
> >> I can get to it through
> >> http://www.example.com:8080
> >>
> >> it goes to a login page and the URL displays
> >> http://www.example.com:8080/login
> >>
> >> I would like to be able to just put in
> >> http://www.example.com
> >> and get
> >> http://www.example.com/login
> >>
> >> Thanks.
> >> Pat

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-10-18 Thread Christian Folini
On Thu, Oct 18, 2007 at 06:33:22PM -0400, Joshua Slive wrote:
> 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 the verbosity and number of
> > messages written to the error log, and still nothing. The real pain
> > about this problem is it seems to happen no matter what file or
> > directory I'm requesting, and if I refresh it comes through fine, every
> > time. Obviously I can't fix the problem if I can't find it. Does anybody
> > have any ideas on common things that may cause this, or how I might be
> > able to get the log to actually log the error?
> 
> Are you sure it is an Apache error and not something generated by a proxy?
> 
> If so, I'd start by stripping out modules. Take out the non-standard
> and third-party modules first and see if that gets rid of the problem.

That's certainly a good idea. You can also run apache in single
process mode with httpd -X and watch it with strace/truss.

Nick Kew's mod_diagnostics is helpful too sometimes.

Use a tool to dump all your IO and watch it closely.
Mod_Security can write complete dumps of your IO and
you can configure it to run in four different request
phases in apache. This can be of additional help.

Good luck,

Christian


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 http.  The second proxy lives in the App DMZ.  The final destination
is a web server that lives on the internal network.

 

Complication: the incoming URL and the destination URL are different.

 

Incoming URL: https://qa-te.triadfinancial.com/EloanWeb/EloanWeb.aspx

 

Destination URL: http:///BixTalkHTTPReceive/BTSHTTPReceive.dll?EloanInbound/

 

The double proxy works if the URL is constant, such as -

 

https://qa-te-triadfinancial.com/proxy1/proxy2/BixTalkHTTPReceive/BTSHTT
PReceive.dll?EloanInbound/.  The first proxy keys off of proxy1 and the
second proxy keys off of proxy2 such that the resulting URL to the
internal web server contains
BixTalkHTTPReceive/BTSHTTPReceive.dll?EloanInbound/.

 

The big question is whether Apache supports the ability to
rewrite/redirect the URL and proxy that rewritten/redirected URL, all
the while keeping the proxy connections open?  If this is possible, then
how is it done?

 

Thanks in advance for any help.

 

 

Rick / Dan

 



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 the verbosity and number of
> messages written to the error log, and still nothing. The real pain
> about this problem is it seems to happen no matter what file or
> directory I'm requesting, and if I refresh it comes through fine, every
> time. Obviously I can't fix the problem if I can't find it. Does anybody
> have any ideas on common things that may cause this, or how I might be
> able to get the log to actually log the error?

Are you sure it is an Apache error and not something generated by a proxy?

If so, I'd start by stripping out modules. Take out the non-standard
and third-party modules first and see if that gets rid of the problem.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 the error log, and still nothing. The real pain 
about this problem is it seems to happen no matter what file or 
directory I'm requesting, and if I refresh it comes through fine, every 
time. Obviously I can't fix the problem if I can't find it. Does anybody 
have any ideas on common things that may cause this, or how I might be 
able to get the log to actually log the error?


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Realy Need help - Apache PROXY Question

2007-10-18 Thread Christian Folini
Hey Rick and Dan,

I see nothing particularly complicated in your request. Maybe
this is just me.

I suggest you configure proxy1 as the rewriter/proxy and proxy2 to
be as transparent as possible (-> no rewriting, just proxying).

To make your config more clear, you should use mod_rewrite to
define the proxying (in case you do not know this, read the manual)

Proxy1:

RewriteRule /EloanWeb/EloanWeb.aspx \
  http://proxy2/BixTalkHTTPReceive/BTSHTTPReceive.dll [proxy,last]
ProxyPass / http://proxy2

Where do you get that query string from? Is it in the incoming
request? If not, then you have to add it to the request
with the querystringappend option to the rewrite rule.
(Read the manual)

I do not understand why you put proxy[12] in your path.
Also I do not know where you see a connection problem.

Besides, rewriting and redirecting are very distinct things
and proxying has nothing to do with redirecting. It's
just two methods, that are often used in the same config.

Just my two cents.

regs,

Christian

On Thu, Oct 18, 2007 at 03:28:21PM -0700, Shaw, Dan wrote:
> 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 http.  The second proxy lives in the App DMZ.  The final destination
> is a web server that lives on the internal network.
> 
>  
> 
> Complication: the incoming URL and the destination URL are different.
> 
>  
> 
> Incoming URL: https://qa-te.triadfinancial.com/EloanWeb/EloanWeb.aspx
> 
>  
> 
> Destination URL: 
> http:///BixTalkHTTPReceive/BTSHTTPReceive.dll?EloanInbound/
> 
>  
> 
> The double proxy works if the URL is constant, such as -
> 
>  
> 
> https://qa-te-triadfinancial.com/proxy1/proxy2/BixTalkHTTPReceive/BTSHTT
> PReceive.dll?EloanInbound/.  The first proxy keys off of proxy1 and the
> second proxy keys off of proxy2 such that the resulting URL to the
> internal web server contains
> BixTalkHTTPReceive/BTSHTTPReceive.dll?EloanInbound/.
> 
>  
> 
> The big question is whether Apache supports the ability to
> rewrite/redirect the URL and proxy that rewritten/redirected URL, all
> the while keeping the proxy connections open?  If this is possible, then
> how is it done?
> 
>  
> 
> Thanks in advance for any help.
> 
>  
> 
>  
> 
> Rick / Dan
> 
>  
> 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]