I'm trying to setup apache in front of the tomcat embedded in railo.
I have this settings:
<VirtualHost *:80>
DocumentRoot "/var/www/myapp"
ServerName www.myapp.test
ServerAlias www.myapp.test
ProxyRequests Off
ProxyPass /app !
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost On
ProxyPassReverse /…
(On Mac OS X 10.6, Apache 2.2.11)
Following the oft-repeated googled advice, I've set up mod_proxy on my Mac to act as a forward proxy for http requests. My httpd.conf contains this:
<IfModule mod_proxy>
ProxyRequests On
ProxyVia On
<Proxy *>
Allow from all
</Proxy>
(Yes, I realize that's not ideal, but I'm behind…
I got that message and i dont know what it is means:
Oct 21 12:24:26 lex mysql-proxy: 2013-10-21 12:24:26: ((error)) last message repeated 98 times
Oct 21 12:24:26 lex mysql-proxy: 2013-10-21 12:24:26: ((error)) network-mysqld-packet.c.596: COM_(0x04) should not be (OK|ERR|NULL), got: 00
Oct 21 12:24:26 lex kernel: [4163416.207121]…
In Windows7, Is it possible to define/change the proxy config from the command line ?
So, using the gui, I would go:
Start Control Panel Network and Internet Internet Options Connections LAN Settings
and then
- enable/disable the proxy
- define IP:port of proxy server
But I would like to rather do this from the command line…
In Windows7, Is it possible to define/change the proxy config from the command line ?
So, using the gui, I would go:
Start Control Panel Network and Internet Internet Options Connections LAN Settings
and then
- enable/disable the proxy
- define IP:port of proxy server
But I would like to rather do this from the command line…
I have a CentOS VM running in Virtualbox on a Windows 7 host (all 64-bit). I have configured the proxy in the System menu and have added the proxy=http://my.proxy.com:12345 line to my /etc/yum.conf file. I am able to connect to the internet from a browser, and I can update packages form the update manager and install them from the…
I have a backend server running on http://10.0.2.20/ from the local network, which serves similar to this:
/ (root)
|
|_user1/
| |_www/
| |_private/
|
|_user2/
|_www/
|_private/
(etc.)
Accessing http://10.0.2.20/user1/ of course, contains 'www' and 'private' folders and is proxied through a public server using Apache's…
I have set up a Ubuntu PC on a next work that is behind a ISA Proxy.
When I run the command
sudo apt-get update
I get several messages with this message:
502 Proxy Error (The ISA Sever denied the specified Uniform Resource Locator)
The computer can see the internet and adding the proxy settings in the Network…
I am having trouble configuring squid to work as reverseproxy
here is my scenario
squid is installed on server with ip 10.1.1.139
I have another computer that is acting as my proxy server
10.1.85.106 which has access to 10.1.85.106/program
I want 10.1.1.139/program to be redirected to 10.1.85.106
I have added …
I'm trying to exclude all intranet hosts from proxy use, but it looks like http-proxy-exceptions just looks at the command line string, not what the host name in the string resolves to. Because of this, it looks like the only way to avoid proxy use on the IP 123.456.789.012*, which also answers to vcs,…
I am having issues with using a proxy/VPN, with my current ISP (Comenersol, Spain). From my point of view they limit traffic by protocol or by traffic they "know" and "dont know". I'll explain my findings so far below.
Internet connection in Spain: ~400-420KByte/sec (speedtest.net)
OpenVPN Server in…
I'm running a Nginx 1.2.4 webserver here, and I'm behind a proxy of my hoster to prevent ddos attacks. The downside of being behind this proxy is that I need to get the REAL IP information from an extra header. In PHP it works great by doing $_SERVER[HTTP_X_REAL_IP] for example.
Now before I was…
I'm setting up a Squid forward proxy and I'm wondering if I could configure Squid in such a way that the connection from my web browser to squid is https regardless of whether the connection from squid to the destination website is http or https. In other words, I want my connection from my web…
Turns out that the IP of a much-needed new website is blocked from inside our organization's network for reasons that will take weeks to fix. In the meantime, could we set up a reverseproxy on an Internet-based server which will forward SSL traffic and perhaps client IPs to the external site?…
(On Mac OS X 10.6, Apache 2.2.11)
Following the oft-repeated googled advice, I've set up mod_proxy on my Mac to act as a forward proxy for http requests. My httpd.conf contains this:
<IfModule mod_proxy>
ProxyRequests On
ProxyVia On
<Proxy *>
Allow from all
</Proxy>
…
Is it possible to accomplish the following scenario with a proxy server?
We are having one internet facing server that we want to put behind a proxy for some reasons. We want everything to work as before. When they do a request all connections will be forward to the internal server which will…
I'm configuring a DMZ which has the following Scheme:
Internet - Server A - Security Appliance - Server B - Intranet
In this DMZ I need a Proxy server for http(s) connections from the Intranet to Internet.
The Problem is, that all Traffic should be scanned by the Security Appliance. For…
Hi
Is there a proxy software for Windows XP that can support HTTP, HTTPS, SMTP, IMAP, POP, FTP, etc. (the more the better)?
We tried apache mod_proxy but FTP doesn't work through it (at least not all features).
Maybe we don't need proxy server for following requirements (we are open…
I have web application on the Tomcat with webservices. I've noticed that all web services connected to https get timeout. I run this app on my localhost in my company.
When I redirect all my connections through Fiddler (local proxy) everything works correctly. I don't want to execute…
Here is the question I have that hopefully is not too general of a question.
I have a network with approximately 25 PC's, 3 servers and 25 IP cameras. I have a firewall already on the network and it works fine for what I need, but my client is asking me if there is a way to put a…
I have a jboss application server on machine1. The application address is http://ip-address:8080/webapp. I wanted to have only an ip pointing to the application. So on machine2 I setup an apache proxy. But it only helps to shift to port 80 but the directory webapp cannot be…
I have a question that may or may not be possible. Basically Comcast isn't going to let me host a website on their ISP unless I have a business account. So, I spoke with my uncle who is big into networking and he told me to host my website through a proxy so Comcast cannot…