Apache proxy question

Hello,

Hello,

I have Apache proxy. Below I have my Apache proxy config file. The Apache proxy for most of my site works however I have one page that has a anz dash board on it. That the content is being filtering out from all the rest of the content on that page. So the page comes up but with no anz dash board information. Would have any ideas? See below:

<VirtualHost 10.10.1.xxx:80>
ServerName cms.somename.com
ServerAlias webmail.cms.somename.com
ServerSignature On

ProxyVia On


# prevent your web server from being used as global HTTP proxy
<LocationMatch "^[^/]">
Deny from all
</LocationMatch>

<Proxy *>
Order deny,allow
allow from all
</Proxy>

# Balance load between 3.x.x ZEO front-ends
<Proxy "balancer://lbesa">
BalancerMember http://10.10.1.xxx:8080
BalancerMember http://10.10.1.xxx:8081
BalancerMember http://10.10.1.xxx:8082
BalancerMember http://10.10.1.xxx:8083
</Proxy>

RewriteEngine On
# prevent access to ZMI through apache
RewriteCond    %{QUERY_STRING}  (.*)
RewriteRule ^/(.*)$ balancer://lbesa/VirtualHostBase/http/%{SERVER_NAME}:80/site2/xxx/VirtualHostRoot/$1?%1 [L,P]


ProxyRequests On
ProxyVia On
CacheRoot "/home/cms/tmp"
CacheEnable disk /
CacheDirLevels 5
CacheDirLength 3


SetOutputFilter proxy-html
RequestHeader  unset Accept-Encoding

<Files awstats.pl>
AuthName "cms.net statistics"
AuthType Basic
AuthUserFile /home/cms/.awstats-htpasswd
require valid-user
</Files>

ErrorLog /var/log/virtualmin/cms.somename.com_error_log
CustomLog /var/log/virtualmin/cms.somename.com_access_log combined
</VirtualHost>
<VirtualHost 10.10.1.xxx:443>
ServerName cms.somaename.com
ServerAlias webmail.cms.somename.com
ServerSignature On

ProxyVia On

# prevent your web server from being used as global HTTP proxy
<LocationMatch "^[^/]">
Deny from all
</LocationMatch>

<Proxy *>
order deny,allow
allow from all
</Proxy>

# Balance load between 3.x.x ZEO front-ends
<Proxy "balancer://lbesa">
BalancerMember http://10.10.1.xxx:8080
BalancerMember http://10.10.1.xxx:8081
BalancerMember http://10.10.1.xxx:8082
BalancerMember http://10.10.1.xxx:8083
</Proxy>

RewriteEngine On
# prevent access to ZMI through apache
RewriteCond    %{QUERY_STRING}  (.*)
RewriteRule ^/(.*)$ balancer://lbesa/VirtualHostBase/http/%{SERVER_NAME}:80/site2/xxx/VirtualHostRoot/$1?%1 [L,P]

ProxyRequests On
ProxyVia On

ProxyRequests On
ProxyVia On
CacheRoot "/home/cms/tmp"
CacheEnable disk /
CacheDirLevels 5
CacheDirLength 3

SetOutputFilter proxy-html
RequestHeader  unset Accept-Encoding

<Files awstats.pl>
AuthName "cms.net statistics"
AuthType Basic
AuthUserFile /home/cms/.awstats-htpasswd
require valid-user
</Files>

ErrorLog /var/log/virtualmin/cms.somename.com_error_log
CustomLog /var/log/virtualmin/cms.somename.com_access_log combined

IPCCommTimeout 31
SSLEngine on
SSLCertificateFile /home/cms/ssl.cert
SSLCertificateKeyFile /home/cms/ssl.key
<Files awstats.pl>
AuthName "cms.redbirdtechnologies.com statistics"
AuthType Basic
AuthUserFile /home/cms/.awstats-htpasswd
require valid-user
</Files>
</VirtualHost>
Status: 
Closed (duplicate)

Comments