Hi Alexander,

how did you configure Graylog on your machine?

Cheers,
Jochen

On Tuesday, 8 November 2016 11:03:51 UTC+1, Alexander Gerasymenko wrote:
>
>
>
> after updating apache 2.4 with https support, we received this message on 
> graylog web log in. The apache virtual host config file was made using this 
> sample 
> http://docs.graylog.org/en/2.1/pages/configuration/web_interface.html#apache-httpd-2-x
>
> Here is an apache config
>
> <VirtualHost *:80>
>>         ServerAdmin [email protected]
>>         ServerName graylog.site.org
>>     RewriteEngine On
>>     RewriteCond %{HTTPS} off
>>     RewriteRule (.*) https://%{HTTP_HOST}:443%{REQUEST_URI}
>>         
>>     <Proxy *>
>>                 Order deny,allow
>>                 Deny from all
>>                 allow from 192.168.0.0/24
>>         </Proxy>
>>
>>
>> </VirtualHost>
>>
>> <VirtualHost *:443>
>>     ServerAdmin [email protected]
>>     ServerName graylog.site.org
>>     ProxyRequests Off
>>     SSLEngine on
>>     SSLCertificateFile /path/to/ssl.crt
>>     SSLCertificateChainFile /path/to/ssl.pem
>>     SSLCertificateKeyFile /path/to/ssl.key
>>
>>     <Proxy *>
>>         Order deny,allow
>>                 Deny from all
>>                 allow from 192.168.0.0/24
>>     </Proxy>
>>
>>     <Location />
>>         RequestHeader set X-Graylog-Server-URL "
>> https://graylog.site.org/api/";
>>         ProxyPass http://127.0.0.1:9000/
>>         ProxyPassReverse http://127.0.0.1:9000/
>>         </Location>
>> </VirtualHost>    
>>
>
>     Graylog Version: 2.1.2-1
>     Elasticsearch Version: 2.1.1
>     MongoDB Version: 2.6.11
>     Operating System: Ubuntu 14.04
>     Browser version: Firefox 49.0.2
>
>
>

-- 
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/f5e916a8-1d04-4598-b1d5-9153b34a03e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to