Ubuntu 5.04 - No Streaming
Posted: Sat Oct 01, 2005 1:04 am
Hi Guys,
This morning I have rebuilt by FC3 box to run Ubuntu 5.04 instead.
It seems to me that I have an error in my my apache2 configuration because I am unable to see live images from my camera (pwc mod).
Captured images are fine, but no cigar with the live stuff whether or not I use cambozola or not. I have simplified just to use Jpeg but still not working.
This is the relevant error in my httpd error log:
[Sat Oct 01 10:46:36 2005] [notice] Apache/2.0.53 (Ubuntu) PHP/4.3.10-10ubuntu4.1 configured -- resuming normal operations
Error, unable to authenticate user
[Sat Oct 01 10:47:05 2005] [error] [client 192.168.1.75] Premature end of script headers: zms, referer: http://192.168.1.5/index.php?view=watch ... 0&control=
Error, unable to authenticate user
Error, unable to authenticate user
[Sat Oct 01 10:49:04 2005] [error] [client 192.168.1.75] Premature end of script headers: zms, referer: http://192.168.1.5/index.php?view=watch ... 0&control=
This carries on and on..
Anyway, I thought it was something to do with cgi permission, or the web server couldnt find the cgi-bin directory, so I copied the zms binaries to /var/www/cgi-bin (my server root is /var/www) . I chowned and chgrp'd them to my web user (www-data) and also added to following to my apache2.conf:
<Directory /var/www/cgi-bin>
Options ExecCGI
SetHandler cgi-script
</Directory>
Still the error above occurs.
I am wondering if I am experiencing an security issue with Apache2 or a Ubuntu-specific issue.
Does anyone have any ideas about this?
Thanks
This morning I have rebuilt by FC3 box to run Ubuntu 5.04 instead.
It seems to me that I have an error in my my apache2 configuration because I am unable to see live images from my camera (pwc mod).
Captured images are fine, but no cigar with the live stuff whether or not I use cambozola or not. I have simplified just to use Jpeg but still not working.
This is the relevant error in my httpd error log:
[Sat Oct 01 10:46:36 2005] [notice] Apache/2.0.53 (Ubuntu) PHP/4.3.10-10ubuntu4.1 configured -- resuming normal operations
Error, unable to authenticate user
[Sat Oct 01 10:47:05 2005] [error] [client 192.168.1.75] Premature end of script headers: zms, referer: http://192.168.1.5/index.php?view=watch ... 0&control=
Error, unable to authenticate user
Error, unable to authenticate user
[Sat Oct 01 10:49:04 2005] [error] [client 192.168.1.75] Premature end of script headers: zms, referer: http://192.168.1.5/index.php?view=watch ... 0&control=
This carries on and on..
Anyway, I thought it was something to do with cgi permission, or the web server couldnt find the cgi-bin directory, so I copied the zms binaries to /var/www/cgi-bin (my server root is /var/www) . I chowned and chgrp'd them to my web user (www-data) and also added to following to my apache2.conf:
<Directory /var/www/cgi-bin>
Options ExecCGI
SetHandler cgi-script
</Directory>
Still the error above occurs.
I am wondering if I am experiencing an security issue with Apache2 or a Ubuntu-specific issue.
Does anyone have any ideas about this?
Thanks