Search:

Type: Posts; User: koenn; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    12
    Views
    788

    Re: Basic Network Monitoring

    That's nagios, almost by definition.


    ... except that nagios is a rather elaborate framework, so it could be overkill for just two servers, and it can take a while before you know your way...
  2. Replies
    12
    Views
    788

    Re: Basic Network Monitoring

    Really ?
    Verifing that your network has a route from one host to another and that this host is connected to the network, and, otoh, verifing a web server is up and running and serving the pages you...
  3. Re: Auto-login by passing user credentials through an Apache Redirect?

    This would actually depend on the CommaFeed program itself - I don't know nothing about that

    First, you might want to see if CommaFeed itself provides unauthenticated access (some sort of gues...
  4. Re: One domain redirect to another on the background

    you can't do this with mod_proxy, as you want to do more that simply map one domain name onto another.
    you'll need to instruct your web(proxy)server to construct a new URL based on specific parts...
  5. Re: Ubuntu 14.04 LTS Server unattended installation with preseed - Network issues

    Couldn't you just have the dcp-server supply a fake gateway address (eg an unused adress on your provisioning subnet) ?
    Then the installer will probably mark the "setting up the network" as done,...
  6. Replies
    6
    Views
    646

    [ubuntu] Re: how to disable default owncloud site

    That means the the vhost config that you made is not correct.
  7. Replies
    2
    Views
    584

    Re: Forward DNS using DNSmasq or Bind

    use dnsmasq, it's simple
    you can use your server's /etc/hosts file ad address database. Just add what's needed. (There are other files you can use if you wnt, read the comments in dnsmasq.conf)
    ...
  8. Replies
    3
    Views
    3,965

    Re: Apache Reverse Proxy Issue

    since I have access to a reverse proxy and a test setup of guacamole , I gave this a quick try and found that the following works.



    <Location /guacamole/ >
    ProxyPass ...
  9. Replies
    6
    Views
    646

    [ubuntu] Re: how to disable default owncloud site

    start by commenting out that alias, because it is what makes http://rserver/owncloud work.

    If that's not enough you'll also need to do something about the default site.
  10. Replies
    3
    Views
    3,965

    Re: Apache Reverse Proxy Issue

    If this was my problem, i'd start by simplifying the whole setup and then get something basic working. Once you have that, you can add complecity again.

    So :
    let your proxy do http (skip the...
  11. Re: Need Help How To Allow AD user Access to internet

    You're gonna have to explain this a lot better.

    Are you talking about Active Directory with Samba ? What does internet access have to do with that ? What's the purpose of your server, and who are...
  12. Replies
    12
    Views
    889

    [server] Re: Possible to install LXDE on server?

    re your secundary question :
    it looks like you're looking for lvm (Logical Volume Manager)

    it goes something like this : http://users.telenet.be/mydotcom/howto/linux/disks2.htm
    note that that...
  13. Replies
    2
    Views
    604

    Re: Ubuntu As A Small Office Router+VPN Server?

    This should be fairly easy, and I'm sure there are howtos and blog posts out there that describe this sort of setup, but then you'll just be copying whatever some random blogger considered "the...
  14. Replies
    22
    Views
    4,552

    [SOLVED] Re: APCUPSd: Custom commands at shutdown

    (had a quick look through my notes and found this - so just in case you missed it : )

    the thresholds for doshutdown are set in the apcupsd conf file


    MINUTES 2
    BATTERYLEVEL 1
    TIMEOUT 0
    ...
  15. Replies
    22
    Views
    4,552

    [SOLVED] Re: APCUPSd: Custom commands at shutdown

    mattlach,
    AFIACS, you're on the right track. Actually, I've been setting up something similar, but with the complication that I have 1 apcupsd monitoring multiple UPSes, and I haven't implemented...
  16. [ubuntu] Re: Server migration with all services from Ubuntu Linux 10.04.3 to 14.04

    I was cloning running systems : the rync source would be / at a model system, the target / on another machine. What I did was install a minimal system on the target machine, enough to execute rsync...
  17. [ubuntu] Re: Server migration with all services from Ubuntu Linux 10.04.3 to 14.04

    sudo rsync -azvv -e ssh / root@hostname.com:/

    I've done this (couple of years ago) to see if it would work, and it does. Even between live systems. They where VM's so practically identical, and...
  18. Re: Apache2 server redirects to localhost from domain

    no web server I know of would do such redirects all by itself so if you haven't put any redirection logic there yourself (in apache conf); this probably means that your owncloud is doing this, i.e....
  19. Replies
    9
    Views
    23,954

    [SOLVED] Re: OCS Inventory setup

    More precisely : a bug in the packaging of ocsinventory for Ubuntu 14.04

    I've been running glpi and ocsinventory for a while now on 12.04 and I am actually anticipating this sort of trouble with...
  20. Replies
    10
    Views
    2,056

    [ubuntu] Re: Setting up Squid3 as a reverse proxy

    oh, and @OP

    no matter what software you use for the proxy, you still have to deal with that other problem that the proxy/your VPN needs a network connection to your web server, and 192.168.1.5 is ...
  21. Replies
    10
    Views
    2,056

    [ubuntu] Re: Setting up Squid3 as a reverse proxy

    Oh, I think you're right about that one.
    It's just that in this particular case (re the OP) having squid sit in front of a single website would (apparentmy - I've never uses squid a a reverse proxt...
  22. Replies
    10
    Views
    2,056

    [ubuntu] Re: Setting up Squid3 as a reverse proxy

    Why is that ?
  23. Replies
    10
    Views
    2,056

    [ubuntu] Re: Setting up Squid3 as a reverse proxy

    the squid conf should probably be something like


    http_port 202.55.1.2:80 accel defaultsite=www.example.com

    cache_peer 192.168.1.5 parent 80 0 no-query originserver

    see...
  24. Replies
    2
    Views
    380

    Re: Network logs to MySQL?

    rsyslog can do that : http://www.rsyslog.com/doc/rsyslog_mysql.html
  25. Re: The volume filesystem root is full /has low disk space error message

    as a temporary workaround, you coulld mount whatever disk/or partition that is now on /home on /tmp (assuming that's where the temporary files that fill up / go to).
    you'd have to backup /home to...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4