Re: Apache VirtualHost to another machine

2003-01-01 Thread John Nichel
Brad Alpert wrote: ps - John, what's an "X-AntiAbuse header" and why do your emails seem to have one? I'm not really sure. I'm using SpamAssassin also, and with the default values, my emails come thru to the list just fine. SPAM: Start SpamAssassin results

Re: Apache VirtualHost to another machine

2003-01-01 Thread Jonathan Bartlett
> I will take a look at Squid; hadn't thought of that as a solution. I think you will find your answer here. > As to the reason, the main one is that I don't want to load one > machine up with websites when it's already running lots of other > things. Plus, I am trying to learn this stuff. And,

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
I am going to try the ProxyRemote thing again. ProxyPass certainly choked. I'd messed with it along with proxy_every_darn_thing_else, but will try the IP idea. Also, it was kindly pointed out by Ed Wilts that (duh!) SSL won't work with name-based vhost, so I will have to implement ip-based vhost

Re: [SPAM] Re: Apache VirtualHost to another machine

2003-01-01 Thread John Nichel
From what I read, ProxyPass and ProxyPassReverse will only take from the path of a URL, and redirect it in one way or another http://www.somedomain.com/my_web/foo can be redirected to http://www.foo.com with an entry like this... ProxyPass /my_web/foo http://www.foo.com Which isn't what yo

Re: [SPAM] Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
I did a LoadModule mod_proxy.so in Apache, which is a perfectly fine way to do it in 2.x, evidently. I did do ProxyPass and ProxyPassReverse with zero results. Everything still came back to the original, main server instead of redirecting over to the target machine inside the network. I could ru

Re: Apache VirtualHost to another machine

2003-01-01 Thread John Nichel
Brad Alpert wrote: ProxyPass and ProxyPass reverse contained in the VirtualHost directive allows you to masquerade a local directory to another machine. What I need is a complete virtual presence from the inside server. If VirtualHosts doesn't allow this, I am surprised. Did you compile apache

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
> Best Regards, > > Tim Kehres > International Messaging Associates > http://www.ima.com > > > > - Original Message - > From: "John Nichel" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 02, 2003 4:43 AM >

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
Downleveling to Apache 1.3 isn't the direction I want to go, though. I've tried ProxyPass and ProxyPassReverse (having, of course, loaded mod_proxy into httpd.conf) and the result is that the external http query to the FQDN of my internal machine's winds up serving the main, outside server's pages

Re: Apache VirtualHost to another machine

2003-01-01 Thread Jonathan Bartlett
> This has to be doable in apache.. I can't believe there aren't > people out there on apache running any number of internal virtual > servers, addressable by unique domain name, from a single IP. ProxyPass works just fine for this, although you may have to use Apache 1.3 (In Apache 2 I've found

Re: [SPAM] Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
NS routing as well as >> (assuming there is only 1 domain on this >> server)? >> >> -- Jonathan >> >> -- >> Jonathan M Slivko <[EMAIL PROTECTED]> >> Website: http://www.speakeasy.net/~jslivko/ >> "In God We Trust, All Others Pay Cash!&

Re: Apache VirtualHost to another machine

2003-01-01 Thread Tim Kehres
st Regards, Tim Kehres International Messaging Associates http://www.ima.com - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 02, 2003 4:43 AM Subject: Re: Apache VirtualHost to another machine > Ass

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
If so, it's too tricky for me to figure out :) There is indeed one domain each on the machines under consideration. The external machine runs a public DNS (BIND 9.x) and points to my internal DNS machine for local resolution. It is a split-brain setup, one domain name representable to both insid

Re: Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
Yes, one static IP. Internal private network at 192.168.0.0/27. ProxyPass and ProxyPass reverse contained in the VirtualHost directive allows you to masquerade a local directory to another machine. What I need is a complete virtual presence from the inside server. If VirtualHosts doesn't allow

Re: Apache VirtualHost to another machine

2003-01-01 Thread Jonathan M. Slivko
ly-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Apache VirtualHost to another machine Date: Wed, 01 Jan 2003 14:43:06 -0600 Assuming the IP for the second box can be hit from the outside, yes. However, this doesn't involve Apache. Virtual hosting allows you to serve up multiple d

Re: Apache VirtualHost to another machine

2003-01-01 Thread John Nichel
-- Jonathan M Slivko <[EMAIL PROTECTED]> Website: http://www.speakeasy.net/~jslivko/ "In God We Trust, All Others Pay Cash!" From: John Nichel <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Apache VirtualHost to another machine Date: Wed, 01 J

Re: Apache VirtualHost to another machine

2003-01-01 Thread Jonathan M. Slivko
hel <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Apache VirtualHost to another machine Date: Wed, 01 Jan 2003 14:28:23 -0600 Let me make sure I understand you. You have a static IP address for one machine on your network. On that machine, you have Apache

Re: Apache VirtualHost to another machine

2003-01-01 Thread John Nichel
Let me make sure I understand you. You have a static IP address for one machine on your network. On that machine, you have Apache running a domain. Also on your network, you have a seond machine, also running apache, serving up a second domain. You're pointing the DNS for both domains to th

Apache VirtualHost to another machine

2003-01-01 Thread Brad Alpert
After days of fruitless travail trying to get this working, I am asking for help before I lose my will to live :) I have an external IP registered in DNS. The machine that hosts apache 2.040 is publicly accessible and everything with it works fine. Here's the problem: I have another machine ins