This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Re: HTTP Content Blocked Page

When the Surf Protection works, and i try and test it by going to a website with a forbidden keyword in, the CONTENT BLOCKED page appeas but all the images are all broken and are just white boxes with a red cross.

Clicking on the image link shows it points to 

http://passthrough.fw-notify.net/images/astaro/spacer.gif

...which appears to resolve to 212.126.210.204 (astaro204.timenet.de)

Wny are the images hosted on the astaro server?

Surely they should point to the astaro box?


This thread was automatically locked due to age.
  • Hi there, 

    the images are not hostet on our server, but on the Astro box itself, we only needed  a way to tell the proxy that this image comes from a local http server on the firewall.

    So If the proxy gets a request to passthrough.fw-notify.net he knows that he needs to rewrite the url to a local http server running on the ASL and download the images there.

    on asl you will find a process that looks like this:
    Code:
    14424 ?        S      0:00 /usr/sbin/localhttpd -f /etc/httpd/httpd-loopback.conf
    14484 ?        S      0:00  \_ /usr/sbin/localhttpd -f /etc/httpd/httpd-loopback.conf
    14489 ?        S      0:00  \_ /usr/sbin/localhttpd -f /etc/httpd/httpd-loopback.conf
    14490 ?        S      0:00  \_ /usr/sbin/localhttpd -f /etc/httpd/httpd-loopback.conf



    this is the local http server serving the images.
    If you take a look at the filresystem you find the requested images under:

    Code:
    heaven:/var/html/images/astaro # ls -l
    total 32
    -rw-r--r--    1 root     root         1785 Mar 30 10:05 astaro_logo_bottom_180x17.gif
    -rw-r--r--    1 root     root         2399 Mar 30 10:05 astaro_logo_middle_180x20.gif
    -rw-r--r--    1 root     root          818 Mar 30 10:05 astaro_logo_top_180x28.gif
    -rw-r--r--    1 root     root          176 Mar 30 10:05 corner_1.gif
    -rw-r--r--    1 root     root          122 Mar 30 10:05 corner_2.gif
    -rw-r--r--    1 root     root          120 Mar 30 10:05 corner_3.gif
    -rw-r--r--    1 root     root          122 Mar 31 11:19 corner_4.gif
    -rw-r--r--    1 root     root           43 Mar 30 10:05 spacer.gif
    heaven:/var/html/images/astaro #

     

    I hope this anwsers most of the questions.

    Plz take a look if the local httpd process is running on the system where the images are missing.

    regards
    Gert
  • Seems to work now after a reboot, although the sapcer images don't look quite right. 

    There is a slight gap between the edge of the page and where the spacer starts:
    ____
    | |/
    |

    My very poor ascii diagram, with the triangle representing the spacer.gif.

    Not a huge problem I admit, but thought i'd better report it anyway. (IE6, 1152x864)