<div dir="ltr">Don't forget that you need the trailing / on the url...http://<server>/xymon/</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 13, 2014 at 8:11 AM, Torsten Richter <span dir="ltr"><<a href="mailto:bb4@richter-it.net" target="_blank">bb4@richter-it.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
</div>Hmmm.. if you have /home/xymon/server/www and it looks for<br>
/home/xymon/server/www/server then there might be something wrong in<br>
your xymonserver.cfg as the the apache.conf you've posted earlier seems<br>
to be ok except for that double "<Directory /var/www/*> ..." entry.<br>
Can you take a look at your xymonserver.cfg and check for<br>
XYMONSERVERWWWURL, XYMONWEBHOSTURL and XYMONWEB and what values they have?<br>
<br>
On 12.06.2014 22:10, warrenp wrote:<br>
> Perfect<br>
> I have these erros, none of those directories exist, what should those<br>
> directories have? I have /home/xymon/server/www and nothing in /var/www.<br>
> File does not exist: /home/xymon/server/www/server<br>
>  does not exist: /var/www/xymon<br>
><br>
> Thanks<br>
><br>
> On Thu, Jun 12, 2014 at 1:57 PM, Torsten Richter <<a href="mailto:bb4@richter-it.net">bb4@richter-it.net</a>> wrote:<br>
><br>
> These messages are quite normal after restarting the XYmon server.<br>
> The interesting part would be the error log of your apache web server.<br>
><br>
> Cheers<br>
> Torsten<br>
<div class="">><br>
> On 12.06.2014 21:50, warrenp wrote:<br>
>>>> Yes, I restarted everything after adding that.<br>
>>>> Looking at the logs (var/log/xymon) I see a couple of errors, for<br>
> example:<br>
>>>> clientdata.log:<br>
>>>> 2014-06-10 16:44:19 Peer not up, flushing message queue<br>
>>>> history.log:<br>
>>>> 2014-06-10 16:44:13 Peer not up, flushing message queue<br>
>>>> hostdata.log:<br>
>>>> 2014-06-10 16:49:08 Peer not up, flushing message queue<br>
>>>><br>
>>>> I have no clue of how to get the web interface up.<br>
>>>> I've tried to google this but I can't  find anything.<br>
>>>><br>
>>>> Thanks for the help<br>
>>>><br>
>>>><br>
>>>> On Thu, Jun 12, 2014 at 1:42 PM, Torsten Richter <<a href="mailto:bb4@richter-it.net">bb4@richter-it.net</a>><br>
> wrote:<br>
>>>><br>
</div><div><div class="h5">>>>> Hi,<br>
>>>><br>
>>>> dumb question: Did you restart your web server after adding this to your<br>
>>>> config?<br>
>>>><br>
>>>> Cheers<br>
>>>> Torsten<br>
>>>><br>
>>>> On 10.06.2014 23:07, warrenp wrote:<br>
>>>>>>> I have succesfully installed Xymon, but just couldn't get the web<br>
>>>> interface<br>
>>>>>>> working. I have included this in apache.conf: (any ideas what i'm<br>
>>>>>>> missing??) Thanks for the help!<br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> Alias /xymon/  "/home/xymon/server/www/"<br>
>>>>>>> <Directory "/home/xymon/server/www"><br>
>>>>>>>     Options Indexes FollowSymLinks Includes MultiViews<br>
>>>>>>>     Order allow,deny<br>
>>>>>>>     Allow from all<br>
>>>>>>> </Directory><br>
>>>>>>><br>
>>>>>>> ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"<br>
>>>>>>> <Directory "/home/xymon/cgi-bin"><br>
>>>>>>>     AllowOverride None<br>
>>>>>>>     Options ExecCGI Includes<br>
>>>>>>>     Order allow,deny<br>
>>>>>>>     Allow from all<br>
>>>>>>> </Directory><br>
>>>>>>><br>
>>>>>>> <Directory /var/www/*><br>
>>>>>>> Options +ExecCGI<br>
>>>>>>> AddHandler cgi-script .cgi<br>
>>>>>>> </Directory><br>
>>>>>>><br>
>>>>>>> ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"<br>
>>>>>>> <Directory "/home/xymon/cgi-bin"><br>
>>>>>>>     AllowOverride None<br>
>>>>>>>     Options ExecCGI Includes<br>
>>>>>>>     Order allow,deny<br>
>>>>>>>     Allow from all<br>
>>>>>>> </Directory><br>
>>>>>>><br>
>>>>>>> <Directory /var/www/*><br>
>>>>>>> Options +ExecCGI<br>
>>>>>>> AddHandler cgi-script .cgi<br>
>>>>>>> </Directory><br>
>>>>>>><br>
>>>>>>> ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/"<br>
>>>>>>> <Directory "/home/xymon/cgi-secure"><br>
>>>>>>>     AllowOverride None<br>
>>>>>>>     Options ExecCGI Includes<br>
>>>>>>>     Order allow,deny<br>
>>>>>>>     Allow from all<br>
>>>>>>><br>
>>>>>>>     # Password file where users with access to these scripts are kept.<br>
>>>>>>>     # Create it with "htpasswd -c /home/xymon/server/etc/xymonpasswd<br>
>>>>>>> USERNAME"<br>
>>>>>>>     # Add more users / change passwords with "htpasswd<br>
>>>>>>> /home/xymon/server/etc/xymonpasswd USERNAME"<br>
>>>>>>>     #<br>
>>>>>>>     # You can also use a group file to restrict admin access to<br>
> members<br>
>>>> of a<br>
>>>>>>>     # group, instead of anyone who is logged in. In that case you must<br>
>>>> setup<br>
>>>>>>>     # the "xymongroups" file, and change the "Require" settings to<br>
>>>> require<br>
>>>>>>>     # a specific group membership. See the Apache docs for more<br>
> details.<br>
>>>>>>><br>
>>>>>>>     AuthUserFile /home/xymon/server/etc/xymonpasswd<br>
>>>>>>>     AuthGroupFile /home/xymon/server/etc/xymongroups<br>
>>>>>>>     AuthType Basic<br>
>>>>>>>     AuthName "Xymon Administration"<br>
>>>>>>><br>
>>>>>>>     # "valid-user" restricts access to anyone who is logged in.<br>
>>>>>>>     Require valid-user<br>
>>>>>>><br>
>>>>>>>     # "group admins" restricts access to users who have logged in, AND<br>
>>>>>>>     # are members of the "admins" group in xymongroups.<br>
>>>>>>>     # Require group admins<br>
>>>>>>><br>
>>>>>>> </Directory><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> _______________________________________________<br>
>>>>>>> Xymon mailing list<br>
>>>>>>> <a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
>>>>>>> <a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
>>>>>>><br>
>>>><br>
>>>>><br>
>>>><br>
><br>
>><br>
><br>
<br>
- --<br>
+---------------------------------------------------------+<br>
| E-mail  : bb4 [at] <a href="http://richter-it.net" target="_blank">richter-it.net</a>                       |<br>
|                                                         |<br>
| Homepage: <a href="http://www.richter-it.net/" target="_blank">http://www.richter-it.net/</a>                    |<br>
+---------------------------------------------------------+<br>
Download my public key from:<br>
<a href="http://gpg-keyserver.de/pks/lookup?search=0x899093AC&op=get" target="_blank">http://gpg-keyserver.de/pks/lookup?search=0x899093AC&op=get</a><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.10 (MingW32)<br>
<br>
</div></div>iEYEARECAAYFAlOa6loACgkQ7DlmxomQk6ymVACgnRVUyGWwRCAUqEVzv8RAUCQi<br>
frMAoNqOAJntjeM3X92Ajd+TG3H3qLO2<br>
=mQzS<br>
-----END PGP SIGNATURE-----<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</div></div></blockquote></div><br></div>