Re: [users@httpd] Too many vhosts?!?!

2014-10-10 Thread Jakov Sosic
On 10/09/2014 06:22 AM, Paul Silevitch wrote: I had a similar issue years ago with a large number of vhosts and apache hanging (apache 2.2 prefork mpm on linux like you). The problem for me was with the number of Listen directives. When I cut the list down, everything worked. Do you have a

Re: [users@httpd] Too many vhosts?!?!

2014-10-06 Thread Jakov Sosic
On 10/06/2014 03:06 PM, Tom Evans wrote: Why do you think it has anything to do with httpd? This is firmly a When I do things with PHP, PHP doesn't work therefore httpd has a problem type diagnosis. I'm sorry that I pointed my finger at httpd. It could be anything in the chain (HW -

[users@httpd] Too many vhosts?!?!

2014-10-05 Thread Jakov Sosic
Hi guys. I'm running CentOS 6 with latest httpd (2.2.15-31.el6). I've noticed a very peculiar problem with Apache. I have a very high number of virtual hosts set up - it's around 501. Problems started occuring after vhost number 493. First 493 vhosts work as expected, but as soon as I add

[users@httpd] Strange entries in error_log

2011-12-14 Thread Jakov Sosic
logged in general log, and there is nothing in the access_log. I have no idea why this happens. Any help appreciated! -- Jakov Sosic www.srce.unizg.hr - The official User-To-User support forum of the Apache HTTP Server Project. See

[users@httpd] Program terminated with signal 7, Bus error.

2011-08-01 Thread Jakov Sosic
Is there any way I can debug this any further? Crashes occur randomly, and apache service is not affected, pages are being served regulary before and after this kind of errors. Hardware is out of question because I have this problem on more than one server... Any idea what to do next? -- Jakov Sosic

Re: [users@httpd] Program terminated with signal 7, Bus error.

2011-08-01 Thread Jakov Sosic
On 08/01/2011 06:49 PM, Jeroen Geilman wrote: On 2011-08-01 17:21, Jakov Sosic wrote: Hi. I run RHEL v5.6 and can see this kind of entries in my apache error_log: [Sun Jul 31 23:27:44 2011] [notice] child pid 6974 exit signal Bus error (7), possible coredump in /tmp/httpd-gdb-dump [Sun Jul

Re: [users@httpd] Rewrite JkMount

2011-07-16 Thread Jakov Sosic
On 07/16/2011 01:17 AM, Jakov Sosic wrote: On 07/16/2011 01:00 AM, Jakov Sosic wrote: Hi. I'm trying to set up the following scenario: VirtualHost *:80 ServerName app.example.com RewriteEngine on RewriteCond %{REQUEST_URI} ^/app RewriteRule ^$ /app/ [P] JkMount /app* loadbalancer

[users@httpd] Rewrite JkMount

2011-07-15 Thread Jakov Sosic
to that JkMount... What am I doing wrong? I tried without RewriteCond but no luck either... -- Jakov Sosic www.srce.hr - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

Re: [users@httpd] Rewrite JkMount

2011-07-15 Thread Jakov Sosic
On 07/16/2011 01:00 AM, Jakov Sosic wrote: Hi. I'm trying to set up the following scenario: VirtualHost *:80 ServerName app.example.com RewriteEngine on RewriteCond %{REQUEST_URI} ^/app RewriteRule ^$ /app/ [P] JkMount /app* loadbalancer /VirtualHost So what I want

[us...@httpd] Location and sublocation?

2010-11-25 Thread Jakov Sosic
2.2 on CentOS 5.5 -- Jakov Sosic - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [us...@httpd] I/O accounting for all processes?

2010-06-16 Thread Jakov Sosic
On 06/16/2010 06:49 AM, Scott Gifford wrote: On Tue, Jun 15, 2010 at 5:33 PM, Jakov Sosic jakov.so...@srce.hr mailto:jakov.so...@srce.hr wrote: I'm interested in measuring I/O that all apache processes are generating. I used mod_logio to solve a similar problem not too long ago

[us...@httpd] I/O accounting for all processes?

2010-06-15 Thread Jakov Sosic
this to calculate I/O needed for my load balancing cluster. I'm open to all ideas... -- |Jakov Sosic|ICQ: 28410271| PGP: 0x965CAE2D | = | start fighting cancer - http://www.worldcommunitygrid.org

[us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
module or the user module? And how can I test this, if I currently don't have access to the web (only ssh), and syntax check is obviously not telling me some modules are missing :-/ -- |Jakov Sosic|ICQ: 28410271| PGP: 0x965CAE2D

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
On 03/20/2010 12:14 PM, Eric Covener wrote: authn_default stops you from falling through. So I should enable authn_default? -- |Jakov Sosic|ICQ: 28410271| PGP: 0x965CAE2D | = | start fighting cancer - http

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
On 03/20/2010 01:26 PM, Eric Covener wrote: On Sat, Mar 20, 2010 at 8:08 AM, Jakov Sosic jakov.so...@srce.hr wrote: On 03/20/2010 12:14 PM, Eric Covener wrote: authn_default stops you from falling through. So I should enable authn_default? try it and see. Someone probably got trigger