Re: [us...@httpd] connecting two apache http servers

2009-02-02 Thread Krist van Besien
On Tue, Feb 3, 2009 at 5:42 AM, Jake Vang wrote: > Thanks for the link. I tried to implement it according to that site. > However, I keep getting a permission denied error. What do you have in the error log? > > Could this permission error be related to the fact that server1 and server2 > are bo

Re: [us...@httpd] connecting two apache http servers

2009-02-02 Thread Jake Vang
Thanks for the link. I tried to implement it according to that site. However, I keep getting a permission denied error. My configuration is: ProxyPass /site2/ https://server2/site2/ ProxyHTMLURLMap https://server2 /site2 ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / site2/

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
Norman! Thanks for the encouragement! I feel like I slamming my head against a telephone pole as I am getting nowhere. My DSL modem that connects me to the internet has the static IP address of "66.113.46.108 michaelsrogers.com". I know the problem is between the DSL modem and my Apache Ser

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Norman Peelman
Michael Rogers wrote: André Warnier ! you said "Well actually, I was asking the question because I already gave you the answer in a previous post. So make an effort and read it this time :" There are several very nice people trying their best to help me, so I may have

Re: [us...@httpd] Semantics of "RewriteOptions inherit" in htaccess files needs improvement

2009-02-02 Thread Matt McCutchen
On Sun, 2009-02-01 at 23:19 +0100, Bob Ionescu wrote: > 2009/1/31 Matt McCutchen : > > #1. Currently, "RewriteOptions inherit" works as if the parent's rules > > were copied and pasted into the child (after any other rules). This > > means that requests in the child directory are tested against th

[us...@httpd] Apache 2.2.11 mostly not serving files

2009-02-02 Thread Jon Foster
I've run into a strange situation. I've been running Apache 2.0.59 with mod_ssl and PHP 4.4.7 built from source on a SuSE 9.0 box. I recently attempted upgrading to APR 1.3.3, apr-util 1.3.4, Apache 2.2.11 and PHP 4.4.9. What happened has left me at a loss as to what to look at to fix it! All of th

Re: [us...@httpd] Semantics of "RewriteOptions inherit" in htaccess files needs improvement

2009-02-02 Thread Matt McCutchen
On Mon, 2009-02-02 at 21:00 +0100, Bob Ionescu wrote: > 2009/2/2 Matt McCutchen : > > On Sun, 2009-02-01 at 23:19 +0100, Bob Ionescu wrote: > >> E.g. domain1 points to /var/www, domain2 to /var/www/sub and > >> /var/www/sub/.htaccess inherits (i.e. 1:1 copy) /var/www/.htaccess. A > >> regEx of ^foo

[us...@httpd] Can't figure out where data is being cached

2009-02-02 Thread Chris Peterson
I'm having an odd problem which I've had no luck tracking down. I don't even know for sure that it's an Apache issue, but I'm hoping somebody here has seen it before, or has some new ideas. I'm running in a somewhat complicated development environment. I've got Ubuntu 8.04 running under Virtua

Re: [us...@httpd] Address rejected ?

2009-02-02 Thread Doug McNutt
At 12:42 -0800 2/2/09, Evan Platt wrote: It's someone who has some misconfiguration. At 12:27 PM 2/2/2009, you wrote: Am I the only one to receive one such message whenever I post to this list : Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe rajes...@bombayrayon.com Note that

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
André Warnier! you said "Well actually, I was asking the question because I already gave you the answer in a previous post. So make an effort and read it this time :" There are several very nice people trying their best to help me, so I may have missed what you had said or I tried what you sai

Re: [us...@httpd] Address rejected ?

2009-02-02 Thread Evan Platt
I got one too. It's someone who has some misconfiguration. At 12:27 PM 2/2/2009, you wrote: Hi. Am I the only one to receive one such message whenever I post to this list : quote Your message Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe was not delivered to: rajes...@bombayra

[us...@httpd] Address rejected ?

2009-02-02 Thread André Warnier
Hi. Am I the only one to receive one such message whenever I post to this list : quote Your message Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe was not delivered to: rajes...@bombayrayon.com because: 550 #5.1.0 Address rejected rajes...@bombayrayon.com Reporting-MTA: dns;leel

Re: [us...@httpd] Apache HTTP Server sometimes fails to connect to WebLogic server

2009-02-02 Thread Evan Platt
At 12:12 PM 2/2/2009, "Yang Andrew X" wrote: Are you really with the IRS? If not, it's probably not a good idea to post forging a IRS.GOV e-mail address. Any bounces or backscatter will be directed to the IRS's e-mail servers. I'm on a number of lists where someone else on the list has set

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread André Warnier
Michael Rogers wrote: That why I am asking the questions! If I know I might be able to make it work. Well actually, I was asking the question because I already gave you the answer in a previous post. So make an effort and read it this time : quote I) computers work with IP addresses, not wi

RE: [us...@httpd] Apache HTTP Server sometimes fails to connect to WebLogic server

2009-02-02 Thread Yang Andrew X
Thanks! I'll try to increase WL listen backlog and see if it helps. -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Monday, February 02, 2009 3:16 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache HTTP Server sometimes fails to connect to WebLogic ser

Re: [us...@httpd] Apache HTTP Server sometimes fails to connect to WebLogic server

2009-02-02 Thread Eric Covener
On Mon, Feb 2, 2009 at 3:12 PM, Yang Andrew X wrote: > We are using Apache HTTP Server 2.8 as proxy server to load balance multiple > WebLogic application server instances. It uses cookie and round-robin rule. > It works well for most of time. > > However, occasionally, the Apache HTTP server lose

[us...@httpd] Apache HTTP Server sometimes fails to connect to WebLogic server

2009-02-02 Thread Yang Andrew X
We are using Apache HTTP Server 2.8 as proxy server to load balance multiple WebLogic application server instances. It uses cookie and round-robin rule. It works well for most of time. However, occasionally, the Apache HTTP server loses connections with backend WebLogic server instances. It seems

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
That why I am asking the questions! If I know I might be able to make it work. From: André Warnier Sent: Monday, February 02, 2009 12:38 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: [...] > I can reach the Apache

Re: [us...@httpd] Semantics of "RewriteOptions inherit" in htaccess files needs improvement

2009-02-02 Thread Bob Ionescu
2009/2/2 Matt McCutchen : > On Sun, 2009-02-01 at 23:19 +0100, Bob Ionescu wrote: >> E.g. domain1 points to /var/www, domain2 to /var/www/sub and >> /var/www/sub/.htaccess inherits (i.e. 1:1 copy) /var/www/.htaccess. A >> regEx of ^foo$ in /var/www/sub/.htaccess would match against a > > I think yo

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread André Warnier
Michael Rogers wrote: [...] I can reach the Apache from all of my internal machines and it works fine. Using http://www.michaelsrogers.com does not work. And do you understand why it does not work with "http://www.michaelsrogers.com"; from your internal workstations ? --

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
From: André Warnier Sent: Monday, February 02, 2009 5:49 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe Michael Rogers wrote: > Eric: > > My email utility sent you to the junk mail folder and I didn't see you until now. Next I am suff

Re: [us...@httpd] Using a MOTD

2009-02-02 Thread dan_b
Thanks gentlemen. I'll look into that. Appreciate the help! -Dan On Mon, Feb 2, 2009 at 12:42 PM, André Warnier wrote: > da...@comcast.net wrote: >> >> Thanks Brian. >> Using the "Has_Seen_MOTD" cookie idea is was I thinking of as well. And >> that's the way the CPAN Apache::MOTD doe

Re: [us...@httpd] Using a MOTD

2009-02-02 Thread Brian Mearns
On Mon, Feb 2, 2009 at 12:42 PM, André Warnier wrote: > da...@comcast.net wrote: >> >> Thanks Brian. >> Using the "Has_Seen_MOTD" cookie idea is was I thinking of as well. And >> that's the way the CPAN Apache::MOTD does it. But, I thought the only easy >> way of reading and writing cookies would

Re: [us...@httpd] Using a MOTD

2009-02-02 Thread André Warnier
da...@comcast.net wrote: Thanks Brian. Using the "Has_Seen_MOTD" cookie idea is was I thinking of as well. And that's the way the CPAN Apache::MOTD does it. But, I thought the only easy way of reading and writing cookies would require Perl. I guess I was hoping someone would say there is some

Re: [us...@httpd] Using a MOTD

2009-02-02 Thread dan_b
Thanks Brian. Using the "Has_Seen_MOTD" cookie idea is was I thinking of as well. And that's the way the CPAN Apache::MOTD does it. But, I thought the only easy way of reading and writing cookies would require Perl. I guess I was hoping someone would say there is some item in the http.conf f

Re: [us...@httpd] Using a MOTD

2009-02-02 Thread Brian Mearns
> On Mon, Feb 2, 2009 at 10:38 PM, wrote: >> >> Good afternoon all, >> >> I have installed Apache HTTPD 2.2 and set it up as a "pass through" server >> to Tomcat. I have a requirement that every user see a MOTD page before they >> get passed onto the application on Tomcat. Even if the user has boo

Re: [us...@httpd] Using a MOTD

2009-02-02 Thread ganesh ganesh
if you just want to see the welcome page and by clicking a url on that page if you want to redirected to tomcat... easy way would be make your directory index as html for that particular virtual host and use then place a url or button on the welcome page and they you can get redirected to the java

[us...@httpd] Using a MOTD

2009-02-02 Thread dan_b
Good afternoon all, I have installed Apache HTTPD 2.2 and set it up as a “pass through” server to Tomcat. I have a requirement that every user see a MOTD page before they get passed onto the application on Tomcat. Even if the user has bookmarked a page within the application deployed on T

[us...@httpd] mod_rewrite and ProxyRemote clause

2009-02-02 Thread PONSIGNON, Christophe
Hi all, I'm triying to setup a reverse proxy situated in an intranet so that he can forward every external proxy request to the company's proxy. To implement this feature, I'm trying to combine the mod_rewrite module and the ProxyRemote clause this way: RewriteEngine on RewriteCond %{REQUEST_UR

Re: [us...@httpd] Help - Name Server - Maybe

2009-02-02 Thread John Hudak
OK, one last piece of advice...I looked through the manual for your router, located here: http://web.mit.edu/ghudson/manuals/WRT54G-manual.pdf And noticed a specific reference to setting up a static IP for your server.please see page 63. the section titled: DDNS. It is a very specific how-to

Re: [us...@httpd] Apache 2 problems with spawning processes

2009-02-02 Thread an...@iguanait.com
hi, thanks for reply. I will set now keepalive to off and check how it will work. MaxKeepAliveRequests that i set was for testing. I usually use default value 100. I will inform you how server is going with disabled keepalive. Regards, Ali Nebi! On Mon, 2009-02-02 at 21:44 +0530, ganesh ganesh

Re: [us...@httpd] Help - Name Server - Maybe

2009-02-02 Thread John Hudak
My mistake...I didn't see that there are significant number of replies to your thread. I believe the problem is with the router or the nameserver. I had similar problems when using one of the free domain name servers. I ended up switching to another service and it worked much better. I have had

Re: [us...@httpd] Help - Name Server - Maybe

2009-02-02 Thread John Hudak
Is the router configured to pass http requests? (e.g. is the router configured to forward port 80?) Look here if you need some guidance:http://portforward.com/routers.htm John On Sat, Jan 31, 2009 at 9:08 PM, Michael Rogers wrote: > HI! > > For the last 6 months I have fiddled around trying to

Re: [us...@httpd] Apache 2 problems with spawning processes

2009-02-02 Thread ganesh ganesh
Hi, Without complete interrogation i wont be able to provide you the exact answer.. but the immediate suggestion i can suggest you is disable the KeepAlive: KeepAlive Off and restart your apache... let me know how it goes... also the max keepalive reqeust is i think a bit too much taking in to

RE: [us...@httpd] Problems with AuthType Basic in site file

2009-02-02 Thread Kohne, Mike
Thanks to Sheldon Ross and Eric Covener for answers that finally pointed me in the right direction. My problems were many: My sections had incomplete matching of pathnames. This meant that they actually weren't matching at all. My sections had (in some cases) pathnames that didn't exist on the ta

Re: [us...@httpd] Logfile size in apache2.2.8

2009-02-02 Thread Matus UHLAR - fantomas
On 02.02.09 12:27, Foster, Stephen (ASPIRE) wrote: > Does Apache 2.2.8 support logfiles over 2Gb in size now? I know it > provides large file support for files being served but there is no > mention of the size of the logfiles. Our current 2.0.55 version has a > limitation of logfiles of only 2Gb i

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Norman Peelman
Michael Rogers wrote: Norman you asked "Have you been to www.apache.org yet?-" Answer Yup! But if there is something that you think I didn't see please let me know! That's just part of my sig for Apache messages. I do have a hard time seeing because of eye strain bey

Re: [us...@httpd] Apache2 only serves first virtualhost

2009-02-02 Thread Norman Peelman
Mark Van Crombrugge wrote: Thanks for the hint. I changed the "Documentroot" to "DocumentRoot" but it makes no difference. This phenomenon is very strange and only occurs one one of our many servers. If I don't find a solution soon, I will copy a httpd.conf file from another machine and if t

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread André Warnier
Michael Rogers wrote: Eric: My email utility sent you to the junk mail folder and I didn't see you until now. Next I am suffering this morning from severe pain and the morphine is not helping so I may not respond back right away. My pain may be for a couple of hours or in might be for days.

[us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Nicholas Sherlock
Michael Rogers wrote: Razi! Okay! now I have my port (80) forwarded to my computer 10.0.0.115. on my end I don't see my pages after I type in the .com domain name. Maybe you would try it and see if the pages come up. http://www.michaelsrogers.com I just got "connection refused" as of

[us...@httpd] Logfile size in apache2.2.8

2009-02-02 Thread Foster, Stephen (ASPIRE)
Hi there, Does Apache 2.2.8 support logfiles over 2Gb in size now? I know it provides large file support for files being served but there is no mention of the size of the logfiles. Our current 2.0.55 version has a limitation of logfiles of only 2Gb in size when using rotatelogs. Cheers

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
Eric: My email utility sent you to the junk mail folder and I didn't see you until now. Next I am suffering this morning from severe pain and the morphine is not helping so I may not respond back right away. My pain may be for a couple of hours or in might be for days. I do know that my comp

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-02 Thread Michael Rogers
Razi! Okay! now I have my port (80) forwarded to my computer 10.0.0.115. on my end I don't see my pages after I type in the .com domain name. Maybe you would try it and see if the pages come up. http://www.michaelsrogers.com From: Razi Khaja Sent: Sunday, February 01, 2009 6:49 PM

Re: [us...@httpd] Apache2 only serves first virtualhost

2009-02-02 Thread Mark Van Crombrugge
Thanks for the hint. I changed the "Documentroot" to "DocumentRoot" but it makes no difference. This phenomenon is very strange and only occurs one one of our many servers. If I don't find a solution soon, I will copy a httpd.conf file from another machine and if that doesn't do the trick,