|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
||||
|
||||
|
In redhat 7.1, I ran this command "ps -eaf|grep httpd" and I got the following line:
>apache 1465 1462 0 11:44 ? 00:00:00 /usr/sbin/httpd -DHAVE_PROXY -DH What is "DHAVE_PROXY "? I searched httpd.conf but found nothing. |
|
#2
|
|||
|
|||
|
I'm having the same issues and it seems to be slowing our internet down but I cannot find any information on this process. Any luck?
|
|
#3
|
|||
|
|||
|
ok, since noone seems to know the answer and searches on google and the apache homepage did´t succeed, let´s find out.
try this: grep HAVE_PROXY /etc/httpd/* (or where ever your apache config files are, maybe /usr/local/apache/etc) since the -D directives do influcence which options are processed in the config files and which not (similar to the C preprocessor), this could give some hint. Maybe it activates mod_proxy or something...
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Dhave_proxy ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|