Ip Address And Transparent Proxy

Apr 30, 2007

Say i wrote the following PhP program:

<?
$content=file_get_contents[url]
echo $content;

?>
So, basically, I have made my webserver into some form of proxy right.

I access [url] through my webserver. Hence, the Ip that shows up in web is the IP of my webserver.

[url]

In transparent proxy, the site can just pass on the IP address of the surfer.

How do I modify the program so that [url]still display the IP address of my PC, or whoever access [url]

View 1 Replies


ADVERTISEMENT

IP Address And Squid Proxy Configuration

May 5, 2009

i successfully installed Squid Proxy on my other Dedicated server however that dedicated server had 50 ip address, i am wondering if i can use those ip address for my Squid Proxy?

View 5 Replies View Related

IIS Transparent Server-side Redirection

Sep 18, 2008

I've been asked to find a way to host our intranet externally without opening up the network.

The webserver accessible to the public domain is within an dmz. The intranet I need to serve is within our internal network.

I've managed to convince our network admin to open port 80 on the server running the intranet but I can't seem to find a way to proxy the content from the intranet server, through the webserver and to the user.

View 3 Replies View Related

Web Design Business- VPS With Reseller Accounts & Transparent Client Support

Jul 29, 2007

I run an established web design business, and currently host my client sites at resellerzoom.com

I offer hosting to my customers and the numbers are growing so I need to upgrade to something more robust, but keep the end-user support (my customers can get support directly from host, and they will attempt to operate without their branding)

Here are my requirements:
End user support
WHM/Cpanel preferrably (or plesk equivelant)
512 - 1GB ram
50 - 100GB monthly transfer
I have been looking at modvps.com as they are owned by Hosting Zoom, which also owns resellerzoom.com

View 2 Replies View Related

Do I Have To Have Proxy Hosting For A Proxy Site

Aug 14, 2009

I have a proxy site which is hosted with a proxy host, do i have to use proxy hosting as i have an account with another host i might want to use. The proxy hosting has run out.

View 2 Replies View Related

Apache :: How To Use Virtual Host IP Address In Request To Remote Address

Feb 6, 2015

My customer has an external facing Apache server that is acting as a reverse proxy to two internal applications. They have:

- external addresses for each app which resolve to different ip addresses, so app1.their_domain.com and app2.their_domain.com resolve to 77.3.170.10 and 77.3.170.11 respectively.
- the Apache server has two network interfaces with ip addresses 192.168.10.10 and 192.168.10.11
- the external ip addresses resolve to the above internal addresses
- the firewall between the Apache server and the internal app servers is configured to allow traffic from 192.168.10.10 to reach app_server1, and traffic from 192.168.10.11 to reach app_server2, both using port 7777.

I have configured a virtual host in httpd.conf for each ip, i.e.

Code:

<VirtualHost 192.168.10.10:80>
...
ProxyPass /app http://app_server1:7777/app
ProxyPassReverse /app http://app_server1:7777/app
RewriteRule ^/$ /app/app1 [R,L]
...
<VirtualHost>

and

Code:

<VirtualHost 192.168.10.11:80>
...
ProxyPass /app http://app_server2:7777/app
ProxyPassReverse /app http://app_server2:7777/app
RewriteRule ^/$ /app/app2 [R,L]
...
<VirtualHost>

This works fine in that the external address are being routed to the correct application, however the firewall is blocking requests to the second app as it appears the requests are coming from the Apache servers 'primary' ip address 192.168.10.10 instead of 192.168.10.11.

Is it possible to send requests using the ip address from the relevant VirtualHost?

Windows server 2008
Apache 2.2

View 1 Replies View Related

Virtuozzo Firewall :: Is It Possible To Enter Two Different Ip Address In Source Address?

Aug 4, 2008

I am using virtuozzo firewall to secure access.

I enter 58.27.175.211/255.255.255.0 for Source Address and Netmask for port 22.

But still I can connect using 58.181.103.217 or 58.27.151.120.

Second is it possible to enter two different ip address in source address?

View 4 Replies View Related

Apache :: Proxy Pass / Proxy Pass Reverse

Jun 10, 2013

I'm using the isapi rewrite module for iis 6 which uses the exact same syntax as mod_rewrite in apache. I'm not very well versed in apache and need getting this to work asap. Basically I have a directory in our website: URL....

I need to forward this to an IP address, for example to this address:100.12.33.45/folder.While keeping the original URL (www.xyz.edu/folder). I'm unsure of the apache syntax for this.

View 3 Replies View Related

How Do I Setup A New Ip Address As My Server's Main Ip Address

Jul 26, 2007

I just bought a new ip address and want to setup this new ip as my server's main ip, making the 'existing main ip' as the secondary ip.

Which means, this new ip will be the server's default ip address for all services, including when connecting to other server.

I'm using CentOs 4.5 and swsoft's panels: HSPcomplete & Virtuozzo Power Panel, and Webmin.

View 1 Replies View Related

URL Redirection Without Changing The Address In The Address Bar

Nov 8, 2007

I want to redirect a website to a particular URL so that the address bar shows the same URL and not the destination URL. I know it is possible via URL masking, however, I want it in such a way that whenever somebody clicks on any link in the website, the address bar should still show the original URL. To put it in simple words, Suppose I want to redirect [url] to [url]. Now if there is a link named contact/index.htm and somebody clicks on it the address bar should display [url]and not redirect to [url]

How can it be possible using URL Rewrite method in .htaccess file?

View 2 Replies View Related

98)Address Already In Use: Make_sock: Could Not Bind To Address [::]:443

Aug 4, 2007

The problem usually goes like this:

- I can't access the webserver
- I'll try to restart httpd, and I'll get

Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:443

To fix this, I run

[root@www1 ~]# lsof -i tcp:443
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
perl 11307 apache 4u IPv6 476943447 TCP *:https (LISTEN)

There is always leftover process that is causing the restart to fail. Once i force kill the process, I am able to restart httpd properly.

Now it is ok if this just occurs once in a while, but this problem keeps repeating itself almost everyday at 4am server time (cron time?). What can I do to permanently fix this?

View 5 Replies View Related

Http-put Proxy / Http-connect Proxy

Oct 28, 2007

Anyone can inform how to fix "http-put proxy" or "http-connect proxy" ?

My hosting provider said that my dedicated server is not secure because of that.

I use CentOS 4.x and only Apache 2.0.52

# rpm -qa | grep htt
httpd-2.0.52-28.ent.centos4
httpd-suexec-2.0.52-28.ent.centos4

I searched about the topic but got not much information.

View 0 Replies View Related

Do Most Vps's Allow Proxy

Mar 8, 2009

Do most vps's allow proxies?

View 14 Replies View Related

How To Set-up My Own VPN Proxy

Jan 19, 2008

I would like to set-up a VPN proxy on a VPS or dedicated like Secure-Tunnel and StrongVPN. How do I go about doing that?

View 9 Replies View Related

How To Use Ssh As Proxy

Jul 3, 2008

I recently got into a question that how can I use my server to connect to the internet as a proxy server.

I want it to use just for my personal use so don't want to make it a proxy server.

I found out that it's possible to do so with putty and firefox( like this: [url]
but although I tried several times, I was not successful.

Anybody has any way to let me connect to my server to surf the web?

View 6 Replies View Related

IIS Proxy

Mar 28, 2007

I work for a company who is on Microsoft Technology, IIS 6.0 specifically is what I deal with day to day. We support classic asp 3.0, .net and php ( through plain jane cgi mode *yuck* ) and I am newly hired and bring ruby on rails to the table.

Eventually we are going to replace the entire stack with ruby on rails as I re-code our existing tech. While waiting for IIS 7 to solve the majority of their problems with the lack of MS made IIS modules for rewriting URLs, fast CGI, Server-Side Forwarding I need to get my application out the door and for it to be stable.

Our server is a 2.4ghz Xeon with 512mb and our first order of business is to finally push it to 2g ram. That will help Ruby best as the application is running. What I would like to do is Have IIS sit in front of Mongrel, a ruby HTTP server serving my RoR applications, and pass requests to it.

For example the IIS right now is serving 3 .org/edu sites. We use a company to redirect our URL requests to our IP and IIS has 3 virtual servers passing on the buck all on port 80. It works very well.

I want mongel to sit at, for example, port 8080 and have 1 .org that we serve to use mongrel to serve the content. As I understand it this is called Server-Side Forwording, aka Proxy, and is very ellusive on Windows.

The options I have found is a) the use of Microsoft ISA which is probably out of the question. b) an ISAPI such is ISAPI Rewrite or c) Pound

Our problems arise is that we don't have the ability to toss up another machine for Pound or ISA. Pound can run on CentOS out the box but again, no machine as we are funded by grants, and that will ruin one of the network admins remote desktop uses [so I understand but I could be wrong.]

I have posted on the ISAPI Rewrite forums to see if their 'proxy' feature is indeed what I am looking for. I don't have anything bad to say about Microsoft tech, I enjoy Apache 1x, 2x and have come to respect IIS 6 as well. I just find it hard to find a lot of solid products and documented howto's on MS. One thing I don't find lack of is people with the same darn problem and nobody willing to share solutions exept the ones that are really just technology previews.

So my question is : Has anyone has run across this need and what you did to solve it. Am I on the right track? Again, solutions like mod_proxy for apache isn't an option I need IIS.

View 4 Replies View Related

Web Proxy - Well It's Not Exactly A Web Proxy

Dec 14, 2007

Here is the situation:

I'm from a country that block websites! Recently they blocked a useful website that my friends and me can't live without!

We already have a dedicated server (located in the US). We need to do the following:

- register a domain name, and when this domain is requested, requests will be served through our server. That means that our server will get the requested website then delivers it to the user who has requested the website

I know I can simply install a web proxy script such as CGIProxy and use it to surf this blocked website or other blocked websites as well, but that website heavily uses Javascript which I noticed that it does not function probably with scripts such as CGIProxy .

I do not need a detailed HowTo of course, I just need to know where to start from, is this related to some apache option? Do I need some specific software to be installed on server? I need any clue to get me started.

View 3 Replies View Related

VPS For Proxy

Nov 10, 2007

i came across on so many forums and asking a vps that is good for proxy, please state also the standard memory for it...

View 5 Replies View Related

Why No IRC, Adult, Or Proxy On VPS

Aug 3, 2007

Okay, I keep seeing VPS (and dedicated for that matter) providers that say you have control over your box... and then forbid things like IRC, adult content, and proxies. Why? What is it about those three types of content that strike fear into the hearts of hosting providers?

I can see forbidding those on shared hosting accounts. The extra CPU and bandwidth required could really put a crimp on the other accounts. But with VPS and dedicated, you are paying for a portion of the CPU and bandwidth so why would the provider care what you do with them?

What am I fundamentally missing?

View 14 Replies View Related

FTP Authentication Proxy

May 12, 2009

way to centrally login our FTP clients. We currently run ftp1/2/3/4.[url]and would like to have simply [url]which would authenticate the user and push the user to the relevant server.

This would hopefully work in the same way as a Radius Proxy.

Is this possible on either windows or linux?

View 0 Replies View Related

Web Proxy Host

Sep 25, 2009

I want to setup a web proxy site.

Where should I host my site? any recommendation?

View 6 Replies View Related

Reverse Proxy

May 26, 2009

if my main site hosted in usa and reverse proxy server located in UK or Canada. will my site load still quickly or be slow dramtically? both use linux and apache. or canada user will quickly load my site or still slow? how about usa customers?

View 5 Replies View Related

Proxy Server

Oct 17, 2009

I'm outsourcing some works overseas and my oversea employees are directly contacting the customer to discuss his needs. Everything is fine except when a client sees the email IP address (he is dealing with a local company, how come he is being emailed me from India or some similar places).

So I decided to create a proxy server for the oversea employees. I need the one that requires the browser setting change to have all the traffic passing through the server/VPS, therefore the IP will be the IP of the server and there's no way to find the original IP (of course no problem is it exists in the proxy server, but not showing in any way to the customer).

The problem is I absolutely have no idea how to do this.

- Can this be accomplished on a VPS or a server is required?

- Do I need a Linux or Windows OS?

- Do I need any software? If so, could you recommend some.

View 3 Replies View Related

Vps Reverse Proxy

Jun 7, 2009

Is possible to config a reverse proxy to connect with the website(hosting at bluehost) in VPS?

View 3 Replies View Related

What Is A PROXY Server

Nov 30, 2008

I have heard those words hundreds of time an never have asked or read about.

View 3 Replies View Related

Proxy VPS Specs

Oct 20, 2008

I was wondering.. which specs does a VPS need to have where proxies will be hosted on?

I will be using LXadmin as my control panel and Glype as my script.

I had an eye on the 5$ per Month VPS special of thenynoc... should that do the trick?
Super VPS

--------------

10GB Space
512MB RAM
1,000GB Transfer
2 IP Addresses

Choice of operating systems (CentOS, Debian, Ubuntu, Fedora, OpenSuse)

How many proxies can you host on that VPS with those specs?

View 4 Replies View Related

Best Host For Proxy

Jun 20, 2008

Which one is the best host for running a proxy?

Not all of them allow proxy.

And the ones that allow proxy are not reliable. i mean sometimes they just vanish!

View 2 Replies View Related

Ads Insertion Proxy

May 21, 2008

I would like to setup lighttpd with automatic insertion of some ads text to each html page requested by server.

I already managed this on Apache by adding perl scirpt as output filter, which actually work pretty well and fast. But the purposse of this project is freehosting with a lot of request's per second which will be critical for Apache and Lighttpd would do a better work in this case.

My solution, which I will use if anything better appears is to have Apache configured as a proxy inserting the ads and forward all request's to lighttpd.

View 1 Replies View Related

Budget Proxy?

Sep 24, 2008

Is there any webhosting company that could provide me a budget proxy? I have already asked DTH and they told me they dont provide such service

Will be having 4 users ( 1 or 2 most of the times) at most and no weird use will be made.

View 14 Replies View Related

Proxy Hosts

May 26, 2008

Seems like everyone and there grandma has a proxy site. I need to know the best place to host them at. Most hosting companys don't allow them I need to know the ones who do.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved