Re: [us...@httpd] Using named pipe in Apache directory

2009-11-20 Thread Nick Kew
Doug McNutt wrote: To test it, 1. I set up a named pipe a.file 2. I execute cat < index.html > a.file 3. I open a browser and try to access http://localhost/a.file However, when I tried to do this, I found apache just simply close the connection and the browser stay blank. Since no one mor

Re: [us...@httpd] Using named pipe in Apache directory

2009-11-20 Thread Doug McNutt
At 02:09 -0500 11/19/09, Xuan Zhang wrote: >I am dealing with a little bit strange requirements in apache. >I want to use an "named pipe" generated by mkfifo as a file in apache >directory. For example, I put one pipe file in as a.file in apache's >directory and then generate the stream of snapsho

[us...@httpd] Using named pipe in Apache directory

2009-11-18 Thread Xuan Zhang
Hi, I am dealing with a little bit strange requirements in apache. I want to use an "named pipe" generated by mkfifo as a file in apache directory. For example, I put one pipe file in as a.file in apache's directory and then generate the stream of snapshot of my screen into the pipe. In this cas