Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Proxy: can apache do this ?

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  How can I run Apache as a service in XP?  
Author Message
phill

External


Since: Jul 11, 2003
Posts: 2



(Msg. 1) Posted: Fri Jul 11, 2003 3:18 am
Post subject: Proxy: can apache do this ?
Archived from groups: alt>apache>configuration (more info?)

Hi,

I have an SuSE Linux box running apache 1.3.37, as supplied with SuSE. It
is setup for both http and https, this works fine, and it is accessable to
the internet in general.

What I want to do it to have it act as a proxy re-director to enable me to
get round site restrictions that may be in force in internet cafes etc.

Ideally I'd type in https://mysite.com/redirect/www.othersite.com and be
able to broswe www.othersite.com. I would of course password protect this
to prevent abuse. What I don not want to have to do is to list every
potential www.othersite.com in the config file.

Yeah I could use an anonomiser to do this, but I figure that these would be
blocked for obvious reasons, mysite.com is far less likeley to.

Phill.

 >> Stay informed about: Proxy: can apache do this ? 
Back to top
Login to vote
gotroot

External


Since: Jul 11, 2003
Posts: 7



(Msg. 2) Posted: Fri Jul 11, 2003 4:37 am
Post subject: Re: Proxy: can apache do this ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes. It is called 'Reverse Proxy'.

"Phill Harvey-Smith" <phill.TakeThisOut@bio.warwick.ac.uk> wrote in message
news:Xns93B5D3B5D5CDphillbiowarwickacuk@158.152.254.254...
 > Hi,
 >
 > I have an SuSE Linux box running apache 1.3.37, as supplied with SuSE. It
 > is setup for both http and https, this works fine, and it is accessable to
 > the internet in general.
 >
 > What I want to do it to have it act as a proxy re-director to enable me to
 > get round site restrictions that may be in force in internet cafes etc.
 >
 > Ideally I'd type in <a style='text-decoration: underline;' href="https://mysite.com/redirect/www.othersite.com" target="_blank">https://mysite.com/redirect/www.othersite.com</a> and be
 > able to broswe <a style='text-decoration: underline;' href="http://www.othersite.com." target="_blank">www.othersite.com.</a> I would of course password protect this
 > to prevent abuse. What I don not want to have to do is to list every
 > potential <a style='text-decoration: underline;' href="http://www.othersite.com" target="_blank">www.othersite.com</a> in the config file.
 >
 > Yeah I could use an anonomiser to do this, but I figure that these would
be
 > blocked for obvious reasons, mysite.com is far less likeley to.
 >
 > Phill.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Proxy: can apache do this ? 
Back to top
Login to vote
nospamrossz

External


Since: Jul 10, 2003
Posts: 12



(Msg. 3) Posted: Sat Jul 12, 2003 4:25 am
Post subject: Re: Proxy: can apache do this ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Root" <gotroot DeleteThis @nospam.techie.com> wrote in
news:beldbg$k27$1@nntp-stjh-01-01.rogers.nf.net:

 > Yes. It is called 'Reverse Proxy'.

But don't bother if you don't have decent bandwidth - unless you don't mind
crawling along. Your speed will be limited to your servers upload speed
(e.g. 128k is fairly standard for dsl and cablemodem).

Also, be sure to secure it so that no one else can use your system as a
proxy.

--
Rossz

Remove 'NOSPAM' from my email address to reply directly<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Proxy: can apache do this ? 
Back to top
Login to vote
phill

External


Since: Jul 11, 2003
Posts: 2



(Msg. 4) Posted: Tue Jul 15, 2003 12:33 am
Post subject: Re: Proxy: can apache do this ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

NOSPAMrossz RemoveThis @vamos-wentworth.org (Rossz) wrote in
news:Xns93B5BB6B286F5tinlcnews@64.164.98.29:

 > "Root" <gotroot RemoveThis @nospam.techie.com> wrote in
 > news:beldbg$k27$1@nntp-stjh-01-01.rogers.nf.net:
 >
  >> Yes. It is called 'Reverse Proxy'.
 >
 > But don't bother if you don't have decent bandwidth - unless you don't
 > mind crawling along. Your speed will be limited to your servers
 > upload speed (e.g. 128k is fairly standard for dsl and cablemodem).

256K Smile so bareable, and cirtainly faster than the modem I was using till
about a year ago Smile

 > Also, be sure to secure it so that no one else can use your system as
 > a proxy.

Indeed, intend to put it on the ssl paer of the server and passowrd protect
it in some way (probably using the apache user/password lists).

I did try the following in my httpd.conf :-

ProxyPass /web/ <a style='text-decoration: underline;' href="http://" target="_blank">http://</a>
ProxyPassReverse /web/ <a style='text-decoration: underline;' href="http://" target="_blank">http://</a>


Which did enable me to type <a style='text-decoration: underline;' href="http://mysite.com/web/www.othersite.com" target="_blank">http://mysite.com/web/www.othersite.com</a> but
if othersite.com's page has links in the form "/directory/newpage.html"
then they seem to break Sad

Phill.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Proxy: can apache do this ? 
Back to top
Login to vote
nospamrossz

External


Since: Jul 10, 2003
Posts: 12



(Msg. 5) Posted: Tue Jul 15, 2003 6:46 am
Post subject: Re: Proxy: can apache do this ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Phill Harvey-Smith" <phill RemoveThis @bio.warwick.ac.uk> wrote in
news:Xns93B8E59091E31phillbiowarwickacuk@158.152.254.254:

 > NOSPAMrossz RemoveThis @vamos-wentworth.org (Rossz) wrote in
 > news:Xns93B5BB6B286F5tinlcnews@64.164.98.29:
 >
  >> "Root" <gotroot RemoveThis @nospam.techie.com> wrote in
  >> news:beldbg$k27$1@nntp-stjh-01-01.rogers.nf.net:
  >>
   >>> Yes. It is called 'Reverse Proxy'.
  >>
  >> But don't bother if you don't have decent bandwidth - unless you don't
  >> mind crawling along. Your speed will be limited to your servers
  >> upload speed (e.g. 128k is fairly standard for dsl and cablemodem).
 >
 > 256K Smile so bareable, and cirtainly faster than the modem I was using
 > till about a year ago Smile
 >
  >> Also, be sure to secure it so that no one else can use your system as
  >> a proxy.
 >
 > Indeed, intend to put it on the ssl paer of the server and passowrd
 > protect it in some way (probably using the apache user/password lists).
 >
 > I did try the following in my httpd.conf :-
 >
<font color=purple> > ProxyPass /web/ <a style='text-decoration: underline;' href="http://</font" target="_blank">http://</font</a>>
<font color=purple> > ProxyPassReverse /web/ <a style='text-decoration: underline;' href="http://</font" target="_blank">http://</font</a>>
 >
 >
 > Which did enable me to type <a style='text-decoration: underline;' href="http://mysite.com/web/www.othersite.com" target="_blank">http://mysite.com/web/www.othersite.com</a> but
 > if othersite.com's page has links in the form "/directory/newpage.html"
 > then they seem to break Sad

Alternately, ssh into your home box and use it to redirect port 80. That's
very secure and guarantees no one can look at what you are browsing via
packet sniffing.

--
Rossz

Remove 'NOSPAM' from my email address to reply directly<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Proxy: can apache do this ? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Apache proxy slow - = Hello! = I have a problem with the extremely slow http-Proxy module the Apache-Webserver. For a HTML side becomes in the directly-access (LAN) approximately 2-3 sec. require (text approximately 11 kBs and approximately 10 kBs for 20..

Conditional Proxy Authentication - Im having an issue with proxy authentication. I can set it up fine and it works however I want certain sites to not need authentication. For example... &lt;Proxy *windowsupdate*&gt; Order deny,allow Allow...

How can I run Apache as a service in XP? - How can I run Apache as a service in Windows XP Pro? I looked on the apache.org web site and found out how to do so in NT and 2000, but nothing on XP? Perhaps as a side not when I issue the command: apache -k -n "Apache2" -f..

Apache 2.0.47 Released - Hadn't seen any mention of this here, so I thought it was worth pointing out to anyone else who hadn't noticed. I've compiled up mod_ssl for this version (for Windows), incase anyone wants them I've made them available:..

APACHE and PHP module - Hi , I got my multiple sites running now and I found I need to use PHP config directives in apache ..So I set up PHP to run as a module last night and got it to work ( I think !) .. How can I test PHP to see if its in the new configuration ?.So far I can...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]