[users@httpd] modules/arch/unix/

2012-05-22 Thread Piotr Kloc
Hello ! its possible to build this module in apache 2.4 ? I need it for mod_fcgid and ap_unixd_setup_child() Regards, Piotr

Re: [users@httpd] modules/arch/unix/

2012-05-22 Thread Piotr Kloc
ap_unixd_setup_child() Suexec in apache 2.4 is compiled correctly and wrapper exists -rwsr-xr-x 1 root root 23K maj 22 19:03 /usr/sbin/suexec Regards, Piotr - Original Message - From: Piotr Kloc To: users@httpd.apache.org Sent: Tuesday, May 22, 2012 5:53 PM Subject: [users

[us...@httpd] proxy

2010-09-23 Thread Piotr Kloc
Hello ! I have question about the following problem http://www.spinics.net/lists/apache-users/msg74364.html whether there is a chance for correct this ? Regards, Piotr

Re: [us...@httpd] problem with uploads

2010-08-18 Thread Piotr Kloc
Let's see the literal entry from the error / suexec / php log instead. A 500 is always logged in either of those files. Frank. Its not a php problem the apache process that handle request got SIGCHLD and the php-cgi process is changing the state to zombie Z12:06 0:00 [php-cgi]

[us...@httpd] problem with uploads

2010-08-17 Thread Piotr Kloc
Hello ! I am using apache and suphp but I think its not a PHP problem When I uploaded some files I got 500 errors in my apps after few seconds of uploading. I debug the apache process that handle the upload request and I can see the following write(7663,

[us...@httpd] HTTP_CONNECTION mod_fcgid

2010-08-09 Thread Piotr Kloc
-alive ? Regards, Piotr Kloc

Re: [us...@httpd] Apache lstat performance problem

2010-07-08 Thread Piotr Kloc
I have a performance problem with an Apache/PHP5 Configuration under heavy load the website becomes too slow. Using strace I found what appears to me a strange behavior. The strange behavior I want point out is related to a sequence of tentative httpd does in order to read an file. This

[us...@httpd] 301 redirect

2010-05-18 Thread Piotr Kloc
Hello ! Can I set the redirect 301 not in .htaccess but in apache conf ? I have tried to set this RewriteEngine on RewriteRule ^webmail/(.*)$ http://somedomain.com/webmail/$1 [R=301,L] and it doesnt work if I put this in .htaccess it does I want to set redirect directory for all my vhosts

[us...@httpd] mod_fcgid and htaccess

2010-05-05 Thread Piotr Kloc
/path/to/wrapper.sh Options +ExecCGI allow from all How can I deny use FcgidWrapper in .htaccess ? Regards, Piotr Kloc