Re: [users@httpd] cgi script error output logging

2017-05-12 Thread Petr Gajdos
On Fri, May 12, 2017 at 09:16:29AM +0200, Petr Gajdos wrote: > Hi, > > On Thu, May 11, 2017 at 08:07:28AM +, KASPAR Sandro wrote: > > Hi suomi, > > > > > > Thank you for your answer. Unfortunately I am not using php-fpm but fcgid. > > As > > J

Re: [users@httpd] cgi script error output logging

2017-05-12 Thread Petr Gajdos
Hi, On Thu, May 11, 2017 at 08:07:28AM +, KASPAR Sandro wrote: > Hi suomi, > > > Thank you for your answer. Unfortunately I am not using php-fpm but fcgid. As JFYI, simple example [0] had shown that for me it does work with mod_cgi (tested with 2.4.25). Petr [0] https://github.com/pgajdo

Re: [users@httpd] forward proxy cache, 2.4.25

2017-02-20 Thread Petr Gajdos
On Mon, Feb 20, 2017 at 10:28:26PM +0100, Yann Ylavic wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=60577 > > I just proposed a (new) patch there, could you test it and report back? Ah, I really should have given search engine of the bugzilla a chance. Commented there. Thanks! Petr

[users@httpd] forward proxy cache, 2.4.25

2017-02-20 Thread Petr Gajdos
Hi, perhaps just a theoretical question. I have an example: httpd.conf -- ServerName test User pgajdos Group users Listen 60080 PidFile /tmp/apache-rex/mod_proxy-cache/pid ErrorLog /tmp/apache-rex/mod_proxy-cache/error_log LoadModule auth_basic_module /usr/lib64/apache2-prefork/m

Re: [users@httpd] failing t/modules/filter.t

2016-11-03 Thread Petr Gajdos
On Wed, Oct 26, 2016 at 09:58:57AM +0200, Yann Ylavic wrote: > On Tue, Oct 25, 2016 at 9:48 PM, Petr Gajdos wrote: > > > > So if I understand correctly, content of mime.types is hardcoded. > > Is there another chance than patching either TestConfig.pm or > > extra.con

Re: [users@httpd] failing t/modules/filter.t

2016-10-25 Thread Petr Gajdos
> On Wed, Sep 21, 2016 at 08:38:25PM +0200, Yann Ylavic wrote: > > Without any AddType directive relative to ".xml" files in your > > configuration, the Content-Type is set according to the > > "conf/mimes.types" file. > > What's in yours for the "xml" extension? > > You are correct. There is no r

Re: [users@httpd] Any Modules required for ErrorDocument?

2016-10-04 Thread Petr Gajdos
Hello, On Tue, Oct 04, 2016 at 02:54:45PM +0300, Jayaram Ponnusamy wrote: > Redirect 404 /sites/en_US/404 > ErrorDocument 404 /sites/en_US/404 not sure what you want to achieve with Redirect directive, but an example how to use ErrorDocument directive is here: https://github.com/pgajdos/apache-r

Re: [users@httpd] Unit file of apache2.service changed on disk

2016-09-29 Thread Petr Gajdos
On Wed, Sep 28, 2016 at 02:19:14AM -0500, Ronald E. Raikes wrote: > root@raspberrypi:~# service apache2 restart > Warning: Unit file of apache2.service changed on disk, 'systemctl > daemon-reload' recommended. > root@raspberrypi:~# > > Following the recommendation eliminates the warning: > > root

Re: [users@httpd] failing t/modules/filter.t

2016-09-22 Thread Petr Gajdos
On Wed, Sep 21, 2016 at 08:38:25PM +0200, Yann Ylavic wrote: > Without any AddType directive relative to ".xml" files in your > configuration, the Content-Type is set according to the > "conf/mimes.types" file. > What's in yours for the "xml" extension? You are correct. There is no reference to xm

[users@httpd] failing t/modules/filter.t

2016-09-21 Thread Petr Gajdos
Hi list, the test does not succed for me. If I got it correctly, it creates test.xml with the content 'helloworld' and tries to add CASEFILTER to it trough AddOutputFilterByType with application/xml. That does not work for me, but does with text/xml as example [1] shows. Where the truth is? Petr