[users@httpd] Piping multiple log files to a single java program

2017-03-07 Thread Milind Vaidya
I am using this directive successfully. ErrorLog "| /usr/bin/tee -a /var/log/httpd/error_log | java -cp producer.jar stdin.producer.StdInProducer /CustomProducer/config.json >> /producer_init.log 2>&1" if I also want to send ssl_error_log to this program as well, is there any provision to

[users@httpd] config mod_user_dir apache apache v.2.4.6.

2017-03-07 Thread Wilmer Arambula
Hi, what would be the best way to run suexec instead /home/directory, [userdir.conf]: AllowOverride All FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI AddHandler cgi-script .cgi .pl .py .rb Require method GET POST OPTIONS This is the

Re: [users@httpd] Piping logs to a java process : creates multiple processes

2017-03-07 Thread Milind Vaidya
As an extension to this, if I also want to send ssl_error_log to this program as well, is there any provision to do so ? This is what I was doing when using manual script to launch the log consumer. *tail* *-n0* *-F** /var/log/httpd/error_log /var/log/httpd/ssl_error_log * *|* On Mon, Jan 23,

Re: [users@httpd] Help with rewriterule

2017-03-07 Thread Luca Toscano
2017-03-06 19:15 GMT+01:00 Robert Moskowitz : > Luca, > > Thank you for replying. > > On 03/06/2017 04:07 AM, Luca Toscano wrote: > > Hi Robert, > > 2017-03-05 21:57 GMT+01:00 Robert Moskowitz : > >> Hello, >> >> This is for Apache 2.4 on Centos7. I am

Re: [users@httpd] mod_lua and subprocess_env

2017-03-07 Thread Andrei Ivanov
On Mon, Mar 6, 2017 at 12:57 PM, Yann Ylavic wrote: > Hi Andrei, > > On Mon, Mar 6, 2017 at 10:15 AM, Andrei Ivanov > wrote: > >> On Thu, Mar 2, 2017 at 12:40 PM, Andrei Ivanov >> wrote: >> >>> On Tue, Feb 28, 2017 at

Re: [users@httpd] httpd 2.4.25-1.fc25 avoiding search permission errors across file systems Fedora 25 linux

2017-03-07 Thread Robert Moskowitz
Yes, We really want the protection afforded our servers with SELInux, but then there are all these policies to apply when we need to open things up some. Very challenging for sure. On 03/06/2017 09:16 AM, David B Snyder wrote: Thanks, this seems to have worked! I guess I need to learn