FW: apache reverse proxy for youtube filtering

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Anyone have any suggestions please?

Thanks!


From: moflo1@xxxxxxxxxxx
To: users@xxxxxxxxxxxxxxxx
Date: Mon, 13 Feb 2012 16:19:28 -0800
Subject: apache reverse proxy for youtube filtering

Hi All,

Thanks for any help in advance....

I'm trying to use transparent reverse proxy through Apache only when going to YouTube.com.  The proxy request adjusts the header to include a filter string to see only education based videos.

Server is CentOS 5.7 with Apache 2.2.3.

httpd.conf vhost section:

<VirtualHost *:80>
   
    ServerName youtube.com
    ServerAlias *.youtube.com


    ErrorLog logs/YouTube.com-error_log
    CustomLog logs/YouTube.com-access_log common

    ProxyRequests Off

        <Proxy *>
      RequestHeader set X-YouTube-Edu-Filter "xuxuxxhxhxhxrxrxr"
       </Proxy>

    ProxyPass / http://www.youtube.com/
    ProxyPassReverse / http://www.youtube.com/

</VirtualHost>


The filter works properly except it doesn't play the video selected. Without going though the proxy, the same video loads and plays fine.

Nothing in the error or access logs indicate any problems.

The image below shows the error "An error occured. Please try again later". Notice the rest of the page loaded including advertisements. The console window shows two red lines from the proxy server (10.10.20.70) not being able to retrieve parts of the page content. 


 


Any help to point in the right direction or solution would be greatly appreciate. Thanks!




--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

Attachment: Proxy-Error.png
Description: PNG image

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux