Hi
Have set up my proxy on my Windows but it's not working. can any one help please... Please see my setting for proxy
#LoadModule
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
<IfModule mod_proxy.c>
ProxyRequests On
<Proxy:*>
Order deny,allow
Deny from all
Allow from all
</Proxy>
# Blocking Sites via the Proxy
#Localizing Remote URLs and Hiding Servers from View
ProxyPass /sunbooks/ ProxyRemote *
#
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block
#
ProxyVia On
</IfModule>
It works on my linux server but not on windows.
Have set up my proxy on my Windows but it's not working. can any one help please... Please see my setting for proxy
#LoadModule
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
<IfModule mod_proxy.c>
ProxyRequests On
<Proxy:*>
Order deny,allow
Deny from all
Allow from all
</Proxy>
# Blocking Sites via the Proxy
#Localizing Remote URLs and Hiding Servers from View
ProxyPass /sunbooks/ ProxyRemote *
#
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block
#
ProxyVia On
</IfModule>
It works on my linux server but not on windows.