Apache ??

Apache ??

Post by Christopher Hil » Sun, 06 May 2001 14:35:11



Is it possible to have an Apache 1.3 Webserver with a link that somehow
points to another (Windows) box on a private internal network?  I have a
* on that PC and would like to add it to the Webpage w/o actually
connecting the cam to the Linux server...I figure I need some sort of proxy
directive in the httpd.conf file.

Thanks

 
 
 

Apache ??

Post by Michael Heimin » Sun, 06 May 2001 17:05:32



> Is it possible to have an Apache 1.3 Webserver with a link that somehow
> points to another (Windows) box on a private internal network?  I have a
> * on that PC and would like to add it to the Webpage w/o actually
> connecting the cam to the Linux server...I figure I need some sort of proxy
> directive in the httpd.conf file.

You're M$ box would need to run a web server and has to be reachable
from the
Linux box.

However, most web cam sw that comes with web cams, allows to upload
periodically
pictures via ftp, setting up a ftp server on your Linux box should be no
problem.

Setting up a ftp user for this on your Linux machine would be the
easiest way to
get it running.

Good luck

Michael Heiming

 
 
 

Apache ??

Post by Christopher Hil » Mon, 07 May 2001 00:07:11


Thanks, but I'm looking to get a live feed...

Christopher


> > Is it possible to have an Apache 1.3 Webserver with a link that somehow
> > points to another (Windows) box on a private internal network?  I have a
> > * on that PC and would like to add it to the Webpage w/o actually
> > connecting the cam to the Linux server...I figure I need some sort of
proxy
> > directive in the httpd.conf file.

> You're M$ box would need to run a web server and has to be reachable
> from the
> Linux box.

> However, most web cam sw that comes with web cams, allows to upload
> periodically
> pictures via ftp, setting up a ftp server on your Linux box should be no
> problem.

> Setting up a ftp user for this on your Linux machine would be the
> easiest way to
> get it running.

> Good luck

> Michael Heiming

 
 
 

Apache ??

Post by David Efflan » Tue, 08 May 2001 01:25:42



> Thanks, but I'm looking to get a live feed...

So like he said, you need a running web server on your Win box.  
Then see the apache docs for mod_proxy including ProxyPass.

> Christopher



>> > Is it possible to have an Apache 1.3 Webserver with a link that somehow
>> > points to another (Windows) box on a private internal network?  I have a
>> > * on that PC and would like to add it to the Webpage w/o actually
>> > connecting the cam to the Linux server...I figure I need some sort of
>> > proxy directive in the httpd.conf file.

>> You're M$ box would need to run a web server and has to be reachable
>> from the Linux box.

>> However, most web cam sw that comes with web cams, allows to upload
>> periodically pictures via ftp, setting up a ftp server on your Linux
>> box should be no problem.

>> Setting up a ftp user for this on your Linux machine would be the
>> easiest way to
>> get it running.

>> Good luck

>> Michael Heiming

--
David Efflandt  (Reply-To is valid)  http://www.veryComputer.com/
http://www.veryComputer.com/;http://www.veryComputer.com/
http://www.veryComputer.com/;http://www.veryComputer.com/~cgi-wiz/
 
 
 

1. apache module with pthread library linked crashes Apache 1.3.12 on RedHat Linux 6.2

A simple module just by linking pthread library
crashes apache 1.3.12 server,
i.e  httpd doesn't comes up.

This happens on RedHat 6.2 Linux.

any idea on apache module which links pthread library
for apache1.3.12 is appreciated.

steps to reproduc the problem:

downloaded apache_1.3.12.tar.gz on a RedHat 6.2 Linux machine.

compiled and installed with

#configure --enable-shared=max --enable-module=most \
--prefix=/usr/local/apache
#export PATH=/usr/local/apache/bin:$PATH
#apxs -g -i -n testMod
#cd testMod
#make
apxs -c    mod_testMod.c
gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT
-I../lib/expat-lite -fpic -DSHARED_MODULE
-I/usr/local/apache/include  -c mod_testMod.c
gcc -shared -o mod_testMod.so mod_testMod.o
#rm mod_testMod.so
#gcc -shared -o mod_testMod.so mod_testMod.o -lpthread
#make install
#/usr/local/apache/sbin/apactrl start

httpd dossn't comes up.

Thanks,
Datta.

Sent via Deja.com http://www.deja.com/
Before you buy.

2. TCP mail client problem

3. Apache POST (from Apache newbie)

4. KDE 3.01 RH 7.2 RPMs?

5. Apache Doc & Startup procedure for Apache NT

6. Few RH 7.1 problems

7. apache listen to port 80, another standalone apache+modssl listen port 443, not working..?!

8. SCSI HD > 2GB problem

9. Can Apache be used as a tunnel to another Apache.

10. Apache: delay after cgi / apache::registry scripts

11. cannot install apache after installed frontpage 2000 patch apache

12. Apache Gurus: Apache virtual server using SSI???

13. Apache: mod_servlet for Apache 1.2?