|
From: <jca...@we...> - 2006-03-23 06:03:19
|
Hi Ravi,=20 Try editing that file manually, and replacing the AliasMatch line with : ProxyPass / http://x.x.x.x/ ProxyPassReverse / http://x.x.x.x/ where x.x.x.x is the internal IP. Then re-start Apache. - Jamie -----Original Message----- From: "Ravi Gehlot" <mai...@ra...> Subj: RE: [webmin-l] Proxying IP Date: Wed 22 Mar 2006 5:55 pm Size: 2K To: <web...@li...> cc: "'Jamie Cameron'" <jca...@we...> <VirtualHost 24.227.56.178:80> SuexecUserGroup "#555" "#517" ServerName dev.sunshinetechsolutions.com ServerAlias www.dev.sunshinetechsolutions.com DocumentRoot /home/dev/public_html ErrorLog /home/dev/logs/error_log CustomLog /home/dev/logs/access_log common ScriptAlias /cgi-bin/ /home/dev/cgi-bin/ <Directory /home/dev/public_html> Options Indexes IncludesNOEXEC FollowSymLinks allow from all </Directory> AliasMatch ^/.*$ /home/dev/public_html/framefwd.html </VirtualHost> -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of Jamie Cameron Sent: Wednesday, March 22, 2006 8:30 PM To: web...@li... Subject: RE: [webmin-l] Proxying IP Hi Ravi, What did it end up putting in the httpd.conf file? - Jamie On 22/Mar/2006 19:28 Ravi Gehlot wrote .. > Jamie, >=20 > Believe it or not it did not work. I made sure that framing was > enabled rather than proxying. I made sure to add http://192.168.1.6/ as > the > web framing and everything but it does work. The only way I could get > http://dev.homesite.com/ to point at http://192.168.1.6/ was when I add= ed > a > A Name. and even after that anyone outside my local network could not s= ee > http://dev.homesite.com/ >=20 > Ravi. >=20 >=20 > -----Original Message----- > From: Jamie Cameron [mailto:jca...@we...]=20 > Sent: Wednesday, March 22, 2006 1:04 AM > To: ra...@ra... > Subject: RE: [webmin-l] Proxying IP >=20 > Ok, that explains it .. you have the server configured to use frame > forwarding > rather that proxying. You need to adjust the module configuration that > I > mentioned, > then delete that virtual server and re-create it. >=20 > - Jamie >=20 > On 21/Mar/2006 23:54 Ravi Gehlot wrote .. > > There you go. This is what: > >=20 > >=20 > > <VirtualHost 24.227.56.178:80> > > SuexecUserGroup "#555" "#517" > > ServerName dev.sunshinetechsolutions.com > > ServerAlias jm > > DocumentRoot /home/dev/public_html > > ErrorLog /home/dev/logs/error_log > > CustomLog /home/dev/logs/access_log common > > ScriptAlias /cgi-bin/ /home/dev/cgi-bin/ > > <Directory /home/dev/public_html> > > Options Indexes IncludesNOEXEC FollowSymLinks > > allow from all > > </Directory> > > AliasMatch ^/.*$ /home/dev/public_html/framefwd.html > > </VirtualHost> > >=20 > > -----Original Message----- > > From: web...@li... > > [mailto:web...@li...] On Behalf Of > > jca...@we... > > Sent: Wednesday, March 22, 2006 12:41 AM > > To: web...@li... --- message truncated --- |