Hi RRD users, Alex van den Bogaerdt wrote: > > rrd wrote: > > Perhaps you could generate the .png files locally and serve > those over nfs? Or you include 'webserver-rrd' in 'webserver-real' Apache Configuration. So one webserver can include the other. But this more Apache specific. Look at httpd.apache.org.
For example on 'webserver-real' (The one who servs to all admins): --- start piece of httpd.conf --- RewriteEngine on RewriteRule ^/webserver-rrd/(.*) http://webserver-rrd:8080/webserver-rrd/$1 [P] --- end piece of httpd.conf --- And on 'webserver-rrd' (The one on which rrd runs): a normal setup of httpd.conf Maybe this wasn't really what you want - but maybe it's an possibilty. I am not an apache administrator but there should be quiet a lot of options to configure. cheers, Ecaroh -- Gerhard Ecaroh Froehlich, Systemadministrator -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
