Re: [users@httpd] How forward all ports with apache reverse proxy?

2011-09-10 Thread Carachi
Hi and Thank you Terry I want that apache forward all request this the server, not only http request but also ftp, sftp, telnet, 8080 etc. I tried to setting so but it didn't work, I search on google, but I didn't found anything. Thank you VirtualHost * ServerName example.domain.com

Re: [users@httpd] How forward all ports with apache reverse proxy?

2011-09-10 Thread Björn Zettergren
On 09/10/2011 09:39 AM, Carachi wrote: Hi and Thank you Terry I want that apache forward all request this the server, not only http request but also ftp, sftp, telnet, 8080 etc. I tried to setting so but it didn't work, I search on google, but I didn't found anything. Thank you Apache httpd is

Re: [users@httpd] HELP: apache 2.2.17 creating zombies that are increasing server load

2011-09-10 Thread Rainer Jung
Hi Martin, Thanks for the detailed information. The observed zombies are threads in Apache child processes. Those processes (here PID 16042 are actually in the process of shutting down, either due to a web server restart, or MPM configuration (like MacRequestsPerChild or spare process

[users@httpd] Streaming multimedia content

2011-09-10 Thread David Mehler
Hello, I've got an Apache 2.2.x server as well as an internal Icecast server. The icecast server is streaming out various multimedia content to internal clients, ogg, mp3, aac, files, and apache is serving a web page where selected content can be clicked on and streamed. A sample url looks like:

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread Marcin 'Rambo' Roguski
That url could be streaming mp3, ogg, or aac content. Instead of the browser in question streaming the content using it's media player, I'm instead prompted to download the file. If the browser asks user for action, the Content-Type header sent by icecast (not apache) is either missing, plain

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread David Mehler
Hi, I'm assuming the header is one that the browser doesn't understand, audio/mpeg is my guess. Is this solvable? Thanks. Dave. On 9/10/11, Marcin 'Rambo' Roguski ra...@id.uw.edu.pl wrote: That url could be streaming mp3, ogg, or aac content. Instead of the browser in question streaming the

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread Marcin 'Rambo' Roguski
On Sat, 10 Sep 2011 10:44:09 -0400 David Mehler dave.meh...@gmail.com wrote: Hi, I'm assuming the header is one that the browser doesn't understand, audio/mpeg is my guess. Is this solvable? Well, then you ask browser to handle audio file - it's up to plug-ins installed how it will do it.

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread David Mehler
Hi, I've never embedded a player on a page, how would I pull this off? Thanks. Dave. On 9/10/11, Marcin 'Rambo' Roguski ra...@id.uw.edu.pl wrote: On Sat, 10 Sep 2011 10:44:09 -0400 David Mehler dave.meh...@gmail.com wrote: Hi, I'm assuming the header is one that the browser doesn't

Re: [users@httpd] Streaming multimedia content

2011-09-10 Thread Marcin 'Rambo' Roguski
On Sat, 10 Sep 2011 11:01:54 -0400 David Mehler dave.meh...@gmail.com wrote: Hi, I've never embedded a player on a page, how would I pull this off? This is not a http or apache related question, but what the heck: see here for example: -