the0utsider1
MIS
I am working on setup of a proxy server. I added the following to httpd.conf.
The proxy does not forward my browser to What am i missing? (i did restart apache)
TIA
<IfModule mod_proxy.c>
ProxyRequests On
<Directory proxy:>
Order deny, allow
Deny from all
Allow from company.com
ProxyPass ProxyPassReverse
</Directory>
</IfModule>
The proxy does not forward my browser to What am i missing? (i did restart apache)
TIA
<IfModule mod_proxy.c>
ProxyRequests On
<Directory proxy:>
Order deny, allow
Deny from all
Allow from company.com
ProxyPass ProxyPassReverse
</Directory>
</IfModule>