Hi Team,

Thanks for the wonderful product.

i have setup the graylog2 server in environment.

but getting "script from url was blocked due to mime type mismatch" error 
when i access through publicly.

its working fine locally when i access with the local ip in my environment.

attached is the reference of error

i have setup apache server with this virtual host


<VirtualHost *:80>
        ServerName gl-qa.kaar-ma.com
        Redirect permanent / https://abc.amit.com
</VirtualHost>

<VirtualHost *:443>
        ServerName abc.amit.com

      ....
....
.....

        SSLProxyEngine on
        ProxyRequests Off
        ProxyPreserveHost On
        ProxyPass / http://IP:9000/
        ProxyPassReverse / http://IP:9000/
</VirtualHost>


please suggest

thanks 
amit

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/fe6274a3-c932-45c2-b110-9ecabbb16271%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to