Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: AW: Re: vdradmin & apache



So .... have been at home ... looked it up ... found this out:

You´ll have to compile apache with mod_proxy (if not already done so)...

These lines have to be in httpd.conf
<IfModule mod_proxy.c>
    ProxyRequests On
    ProxyPass /linvdr/ <http://<IP.Of.Your.VDR-Computer:8001/>
</IfModule>

you can then access this machine by accessing /linvdr on your webserver ...
Works perfect...

BUT: Why must there be a webserver within vdradmin? There are so many 
        professional webservers (Apache).... Why developing an own webserver
        only for serving a few sites ?
        In my opinion it would be better only to provide some cgi-scripts
which 
        can be deployed on a webserver (e.g Apache)... that would be
satisfying....
        ( whereas vdradmin crashes sometime, apache would never have done
so! )

Cheers,
Marcel Walter

> -----Original Message-----
> From:	Walter, Marcel [SMTP:Marcel.Walter@drkw.com]
> Sent:	Thursday, February 07, 2002 12:24
> To:	'vdr@linuxtv.org'
> Subject:	[vdr] Re: AW: Re: vdradmin & apache
> 
> Hi Uwe,
> 
> You can do this via Apache-configuration ... I´ve done this ... (I´m at
> office right now, too) ;)
> Unfortunately I cannot tell you how I did this (I have to look at home
> first)
> 
> Cheers,
> Marcel
> 
> > -----Original Message-----
> > From:	Ortner, Uwe [SMTP:Uwe.Ortner@faidor.de]
> > Sent:	Thursday, February 07, 2002 10:38
> > To:	VDR
> > Subject:	[vdr] Re: AW: Re: vdradmin & apache
> > 
> > Am Don, 2002-02-07 um 09.29 schrieb Seeberg, Ingo:
> > > Hi Uwe,
> > > 
> > > what about tunneling the VDR port with the SSH protocol: Forwarding
> port
> > > 2001 (for example) to the server you have access to?
> > > 
> > > I don't know the exact syntax but if you think it meets your needs
> then
> > > I'll have a look.
> > > 
> > > Greetz
> > > 	Ingo
> > > 
> > 
> > I dont want to open the firewall(!)
> > All I need is a simple(?) html page to access my vdr box from the
> > webserver (I come through the firewall on port 80, request a html file,
> > the request puts me on port 8001 of the vdr box)
> > 
> > 
> > 
> > > -----Ursprüngliche Nachricht-----
> > > Von: Uwe Ortner [mailto:uwe.ortner@classic-net.de] 
> > > Gesendet: Donnerstag, 7. Februar 2002 09:20
> > > An: VDR
> > > Betreff: [vdr] Re: vdradmin & apache
> > > 
> > > 
> > > Am Don, 2002-02-07 um 01.58 schrieb Sebastian Herp:
> > > > vdradmin spawns its own small www-server.
> > > > 
> > > > "./vdradmin.pl --config" for the initial configuration
> "./vdradmin.pl"
> > > 
> > > > to start the deamon and voila, you can access vdradmin via your 
> > > > standardbrowser on the port specified in config ...
> > > > 
> > > 
> > > thanks, but this one already works and I can access vdradmin in my
> local
> > > environment
> > > 
> > > I have to go through a web-server to access vdradmin from the internet
> > > so I need something for this purpose (I want to control vdr from the
> > > office)
> > > 
> > > > 
> > > > > Hello,
> > > > >
> > > > > i have no clue on html programming. Can someone provide a html
> file > > > > from which i can access my vdr box?
> > > > >
> > > > > BTW: is there any info/howto for vdradmin? especially howto to use
> > > > > with a web-server?
> > > 
> > > regards 
> > > uwe
> > > 
> > > 
> > > 
> > > 
> > > 
> > -- 
> > 
> > Best Regards / Mit freundlichen Grüßen
> > 
> > Uwe Ortner (T-Systems) 
> > Customer User Administration 
> > 
> > debis Systemhaus GmbH   
> > Hausanschrift: Claude-Dornier-Str. 1, 82234 Weßling
> > Postanschrift: Postfach 11 03, 82230 Weßling
> > Telefon: (0 81 53) 30 - 5270
> > Telefax: (0 81 53) 30 - 2128 
> > E-Mail: uwe.ortner@faidor.de 
> > Internet: http://www.t-systems.de
> > 
> 
> 
> If you have received tihs e-mail in error or wish to read our e-mail
> disclaimer 
> statement and monitoring policy, please refer to
> http://www.drkw.com/disc/email/ 
> or contact the sender
> 
> 



Home | Main Index | Thread Index