View Single Post

  #6 (permalink)  
Old 05-21-2008, 08:27 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 910
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

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
Many modules are installed by default and not required at all. It appears that your server acting as open proxy. If there is any problem, you can simply turn it on again by typing following two command:
Code:
a2enmod proxy
/etc/init.d/apache2 force-reload
access.log and error.log are important files to find out all errors / warning.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote