[EMAIL PROTECTED] how to preserve remote_host/addr when using proxy

2007-05-15 Thread Yong Liang
Hi all, We're using a reverse proxy to redirect access to java servlets listening on port 9080. The problem is all http requests received by servlets have remote_addr set to 127.0.0.1. Is there a way to configure the proxy to keep the original ip/host when redirecting? Thanks, Yong

RE: [EMAIL PROTECTED] name resolution

2007-05-15 Thread Glen Vickers
Glen Vickers wrote: > > K I figured out whats going on with my virtual hosts. I have to have 3 > because of the differences. But I noticed that if I go sillumutah.com > or sillumutah.net it works fine.. > > If I put the WWW in front or any other prefix it bombs to the default. > So my guess is i

[EMAIL PROTECTED] virtual host, drone and port 8080

2007-05-15 Thread Tony Heal
OK, I really hate to be writing this. But I have tried everything I can think of. ProxyPass, RewiteRule and although I can get http://irc2.mydomain.com/drone to work, I can not figure out how to get drilling in to work. I am using apache 1.3 and Virtual hosts. When I go to the drone main page

Re: [EMAIL PROTECTED] Apache 2.2, Windows Service, Mapped Network Drive

2007-05-15 Thread Peter Wilkins
Yes, tried the UNC path as well and same result. On 5/15/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Peter Wilkins wrote: > > Alias /test/ "z:/small/" > > #try to get access to mapped network drives! > > ... just out of curiosity, had you tried Alias /test //machine/share/small ...

Re: [EMAIL PROTECTED] Apache 2.2, Windows Service, Mapped Network Drive

2007-05-15 Thread William A. Rowe, Jr.
Peter Wilkins wrote: > > Alias /test/ "z:/small/" > > #try to get access to mapped network drives! > > ... just out of curiosity, had you tried Alias /test //machine/share/small ... instead of an explorer-managed mapping? Bill -

[EMAIL PROTECTED] Apache 2.2, Windows Service, Mapped Network Drive

2007-05-15 Thread Peter Wilkins
Hello, I've been struggling with a very bizarre Apache problem. I thought I would post on this in case this is a bug with Apache itself. I'm running Apache 2.2.4 under WINDOZE. It came as part of the MS4W mapping package (http://www.maptools.org/ms4w/), all included software and versions can b

Re: [EMAIL PROTECTED] Leaner httpd

2007-05-15 Thread Jaqui Greenlees
--- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 5/15/07, Grant Peel <[EMAIL PROTECTED]> wrote: > > > # Dynamic Shared Object (DSO)Support > > #LoadModule authn_file_module > libexec/apache22/mod_authn_file.so > > #LoadModule authn_dbm_module > libexec/apache22/mod_authn_dbm.so > > #Lo

Re: [EMAIL PROTECTED] httpd not starting

2007-05-15 Thread Hamilton Vera
http://httpd.apache.org/dev/debugging.html []'s Hamilton Vera int Administrator (char Network[],char ComputationalSystems[]); http://antispam.br/ "Google is my shepherd, no want shall I know" On Tue, 15 May 2007, Costrell, Daniel N (Dan Costrell) wrote: I installed apache 2.2.4 on Tru64 5.1

[EMAIL PROTECTED] httpd not starting

2007-05-15 Thread Costrell, Daniel N (Dan Costrell)
I installed apache 2.2.4 on Tru64 5.1b. When I start it by entering "./apachectl start", the return value (#?) is 0. However, running ps shows that httpd is not running. Nothing is written to error_log, and no error message appears on the console screen. Does anyone have any suggestions for debuggi

RE: [EMAIL PROTECTED] Fixpatch help

2007-05-15 Thread Malladi, Sasikanth
Thank you for the quick response. Regards, Sashi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Tuesday, May 15, 2007 12:06 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Fixpatch help On 5/15/07, Malladi, Sasikanth <[E

Re: [EMAIL PROTECTED] Fixpatch help

2007-05-15 Thread Joshua Slive
On 5/15/07, Malladi, Sasikanth <[EMAIL PROTECTED]> wrote: All, I'm applying the Apache-SSL patch to my existing Apache2 installation. When I run FixPatch, I'm being prompted for a file and I'm not sure what it is: Can somebody throw some light on what file it is complaining about? Apache-SS

[EMAIL PROTECTED] Fixpatch help

2007-05-15 Thread Malladi, Sasikanth
All, I'm applying the Apache-SSL patch to my existing Apache2 installation. When I run FixPatch, I'm being prompted for a file and I'm not sure what it is: *** $ ./FixPatch /usr/local/ssl Your version of patch is OK. Search

Re: [EMAIL PROTECTED] mod_rewrite and domain

2007-05-15 Thread Joshua Slive
On 5/15/07, Matteo Forni <[EMAIL PROTECTED]> wrote: I tryed but I got a 404... Hmmm... You don't take a clue, do you? ;-) Use the RerwiteLog! Joshua. - The official User-To-User support forum of the Apache HTTP Server Projec

Re: [EMAIL PROTECTED] mod_rewrite and domain

2007-05-15 Thread Matteo Forni
I tryed but I got a 404... 2007/5/15, Joshua Slive <[EMAIL PROTECTED]>: On 5/15/07, Matteo Forni <[EMAIL PROTECTED]> wrote: > Dear Apache Users, > I have a problem: i want to redirect an user that visits > http://www.adomain.com/statistics to > http://IPADDR/awstats/awstats.pl?config=adomain but

Re: [EMAIL PROTECTED] mod_rewrite and domain

2007-05-15 Thread Joshua Slive
On 5/15/07, Matteo Forni <[EMAIL PROTECTED]> wrote: Dear Apache Users, I have a problem: i want to redirect an user that visits http://www.adomain.com/statistics to http://IPADDR/awstats/awstats.pl?config=adomain but I don't know how to. I tryed with RewriteRule www\.(.*)/statistics http://IPADD

Re: [EMAIL PROTECTED] integration with tomcat

2007-05-15 Thread Joshua Slive
On 5/15/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: how to achieve the 2nd part?? i.e. when doing http://hostname/upt/mosc/cmc this must not be redirected because it is followed with /upt BEFORE the existing ProxyPass, write ProxyPass /upt/mosc/cmc ! Joshua. ---

[EMAIL PROTECTED] integration with tomcat

2007-05-15 Thread Melanie Pfefer
Hi my objective is that when users access http://apache/ they get redirected to http://tomcat/ except for a specific url: http://apache/url/* must not be redirected. apache and tomcat are on the same machine with different port. I was able to do the 1st part: http://apache/ redirected to http:/

[EMAIL PROTECTED] mod_rewrite and domain

2007-05-15 Thread Matteo Forni
Dear Apache Users, I have a problem: i want to redirect an user that visits http://www.adomain.com/statistics to http://IPADDR/awstats/awstats.pl?config=adomain but I don't know how to. I tryed with RewriteRule www\.(.*)/statistics http://IPADDR/awstats/awstats.pl?config=$1 but i get a 404 error.

Re: [EMAIL PROTECTED] Leaner httpd

2007-05-15 Thread Joshua Slive
On 5/15/07, Grant Peel <[EMAIL PROTECTED]> wrote: # Dynamic Shared Object (DSO)Support #LoadModule authn_file_modulelibexec/apache22/mod_authn_file.so #LoadModule authn_dbm_modulelibexec/apache22/mod_authn_dbm.so #LoadModule authn_anon_modulelibexec/apache22/mod_authn_anon.so #Lo

Re: [EMAIL PROTECTED] Leaner httpd

2007-05-15 Thread Grant Peel
Josh, + all Here are the ones in Intend on removing, please see comments below and let me know if my logic is flawed. - Original Message - Virtual Hosting - about 250 domains PHP, mostly x-cart, and Forums Invision Board and phpBB MySQL (accessed mostly via PHP) static html pag