Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
Message ID: 66284     Entry time: Wed Apr 1 11:15:29 2009
Icon: Angy  Author: Kristian Rune Larsen  Author Email: krl@dmi.dk 
Category: Bug report  OS: Linux  ELOG Version: 2.75 
Subject: Missing icons when running trough Apache proxy, elogd version 2.75  

Hi

Tested this using the 2.6.1 version which comes packed with ubuntu-dapper and a 2.7.5 version I've compiled from source.

If I compile the 2.7.5 version from source and start it using

sudo /usr/local/sbin/elogd -c /usr/local/elog/elogd.cfg

 

config snippets below

---------------------------------

/usr/local/elog/elogd.cfg:

[global]
port = 8080
;url = http://solsikker.dmi.dk/elog/

[demo]
Theme = default
Comment = General linux tips & tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
------------------------------------

The icons show up !!

 

If I go through an apache proxy (config snippets below)

----------------------------------------

/usr/local/elog/elogd.cfg:

[global]
port = 8080
url = http://solsikker.dmi.dk/elog/

[demo]
Theme = default
Comment = General linux tips & tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type

From apache conf

ProxyPass /elog/ http://solsikker.dmi.dk:8080/
ProxyPassReverse /elog/ http://solsikker.dmi.dk:8080/
<Proxy *>
        Order deny,allow
        allow from all
</Proxy>
-------------------------------------

The icons are missing !!!

The icons a showing up when using apache and the 2.6.1 elog version.

 

Best Regards

Rune

 

 

 

ELOG V3.1.5-2eba886