graylog-labs / graylog2-web-interface

[DEPRECATED]
https://www.graylog.org/
611 stars 174 forks source link

Problem with Graylog being called from a Subdirectory #1566

Closed eeleater closed 9 years ago

eeleater commented 9 years ago

HI all.

I have to set up Graylog for my Company, but I am running into a problem.

I have set the application.context to be "/graylog/" to try and have graylog load the assets from there. This however does not work.

I also tried not setting application.context, and just proxypassing to localhost:9000. This only works, if I manually add "/graylog/" in front of the url, as expected, however, how can I do this, so that it will work?

config: http://termbin.com/0hb7 apache config: http://termbin.com/amhq

Also, please tell me what log files you need, other then the apache error_log, access_log and the log file of the graylog web interface.

error_log: http://termbin.com/i5rn access_log: http://termbin.com/k9t8 graylog server log: http://termbin.com/ao0j

eeleater commented 9 years ago

Opted to use Subdomain instead, so this is no longer a problem for us.