Linux / UNIX Tech Support Forum
This is a discussion on Apache2 has a proxy emdeded !?!? within the Networking, Firewalls and Security forums, part of the Mastering Servers category; This is the problem: if i start apache2 (/etc/init.d/apache2 start ) my computer goes slower. I've checked all the logs, ...
|
|||||||
| Networking, Firewalls and Security No it's not a secret. Talk about firewalls and security issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
This is the problem:
if i start apache2 (/etc/init.d/apache2 start ) my computer goes slower. I've checked all the logs, and ps and this stuff : conclusion : somehow i have a proxy on the apache2 that each time I start an apache2 it starts a bunch of `httpd -k start` Then on my /var/log/apache2/access.log apears like this : Quote:
thanks for reading. Last edited by permalac; 21-05-2008 at 08:20 PM. |
| Sponsored Links | ||
|
|
|
||||
|
Ok, my own answer
I have de mod_proxy and it needs some security configuration, nothing else. And all the incoming traffic was becouse my mod_proxy appeared on a "open proxy list" , 167 entrances on google. mod_proxy - Apache HTTP Server Cheers. |
|
||||
|
Good to know you sorted out. Do you really need mod_proxy? If so it is better allow only connections from localhost or proxy upstream server. I guess you have already configured it.
__________________
Vivek Gite Linux Evangelist |
|
||||
|
Here is the link to the apache stuff:
mod_proxy - Apache HTTP Server and this is my /etc/apache2/mods-enabled/proxy.conf Quote:
|
|
||||
|
I don't think so you need proxy server. The simple way to disable it by typing following at a shell prompt:
Code:
a2dismod proxy /etc/init.d/apache2 force-reload Code:
a2enmod proxy /etc/init.d/apache2 force-reload
__________________
Vivek Gite Linux Evangelist |
|
||||
|
Looks like I need the proxy module enabled .
Quote:
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Debian Apache2 Enable PHP and Perl | pansarevai | Web servers | 3 | 21-11-2008 01:11 AM |
| How to start Apache2 automatically at boot | satimis | Web servers | 2 | 03-02-2008 06:03 PM |
| Restrict number of simultaneous proxy connections in SQUID proxy | pkvmreddy | Getting started tutorials | 1 | 15-06-2007 03:52 PM |
| VirtualHost Problems on Apache2 | rcordeiro | Linux software | 3 | 08-11-2006 10:30 PM |
| debian apache2 cgi-bin location | Linux software | 1 | 24-01-2006 06:44 PM | |