Re: [users@httpd] accessing named pipe files from apache web server

2012-04-23 Thread Mysterious Mose
, but their limit is on wall clock time, and the limit is only 2 or 3 minutes, which seems unreasonable to me.) Thank You! MM On Thu, Mar 22, 2012 at 1:56 PM, Mysterious Mose webmas...@drdemento.com wrote: Good morning, [â¦]    Why is this so difficult, and why aren't more people interested in doing

[users@httpd] accessing named pipe files from apache web server

2012-03-22 Thread Mysterious Mose
Good morning, OK, I feel like an idiot, because this seems to me like a straightforward thing, but not only can I not get it to work, I can't seem to even find information about it. When I search for apache and named pipe or fifo I keep getting tons of information about making the logs pipe

Re: [users@httpd] SetEnvIf failure or success?

2012-03-22 Thread Mysterious Mose
Good morning Lance, I don't think your regexp is quite right. You could test it out with grep or sed or something by echoing in the string from the log. You have: ^/(.*)/umg/.(.*)(.html|/(.*)?)$ I think you mean: ^/(.*)/umg\.(.*)(.html|/(.*)?)$ That is, I believe you want to

Re: [users@httpd] SetEnvIf failure or success?

2012-03-22 Thread Mysterious Mose
Hello again Lance, PCRE version 7.8 2008-09-05 re @^/(.*)/umg-(.*)(.html|/(.*)?)$@ data /umgs/umg-up.dlt.sslcerts.mgttool/umgs.php 0: /umgs/umg-up.dlt.sslcerts.mgttool/umgs.php 1: umgs 2: up.dlt.sslcerts.mgttool 3: /umgs.php 4: umgs.ph Wow, this is a very handy tool I

Re: [users@httpd] accessing named pipe files from apache web server

2012-03-22 Thread Mysterious Mose
in the shell, as long as there's a writer process going to them. I can more them or whatever. I may investigate LogLevel and sendfile out of curiosity. I'm disappointed that what I thought was easy isn't. :-( Thank You! MM On Thu, 22 Mar 2012 06:56:56 -0700 Mysterious Mose webmas

Re: [users@httpd] accessing named pipe files from apache web server

2012-03-22 Thread Mysterious Mose
, Mysterious Mose webmas...@drdemento.com wrote: Good morning, [â¦]    Why is this so difficult, and why aren't more people interested in doing this? It seems like such a simple thing to do. If I create a named pipe and write data to it, cat can get the data out, along with many other programs