Virtual host and DNS record

2011-12-01 Thread ipmanux
Dear all, I am using RHEL with HTTPD+TOMCAT, I configured 4 VHOSTs on the same server -3 VHOST (named-based) 1st vhost: www.abc.com 2nd vhost: www.def.com 3rd vhost: www.ghi.com -1 VHOST(IP-based) www.klm.com My DNS record are for the 3 VHOST

Re: Virtual host and DNS record

2011-12-01 Thread Tom Evans
On Thu, Dec 1, 2011 at 9:34 AM, ipmanux ipma...@gmail.com wrote: Dear all, I am using RHEL with HTTPD+TOMCAT, I configured  4 VHOSTs on the same server   -3 VHOST (named-based)          1st  vhost: www.abc.com          2nd vhost: www.def.com          3rd  vhost: www.ghi.com   -1

Win 2.3.15 :: Build Warnings

2011-12-01 Thread Steffen
Build warnings on Win32: Warning 1 warning C4018: '' : signed/unsigned mismatch util_expr_scan.c Warning 2 warning C4180: qualifier applied to function type has no meaning; ignored \server\util_expr_eval.c 50 Warning 3 warning C4180: qualifier applied to function type has no meaning;

Win 2.3.15 :: Build Warnings

2011-12-01 Thread Steffen
Build warnings on Win32: Warning 1 warning C4018: '' : signed/unsigned mismatch util_expr_scan.c Warning 2 warning C4180: qualifier applied to function type has no meaning; ignored \server\util_expr_eval.c 50 Warning 3 warning C4180: qualifier applied to function type has no meaning;

Re: Virtual host and DNS record

2011-12-01 Thread Igor Galić
- Original Message - On Thu, Dec 1, 2011 at 9:34 AM, ipmanux ipma...@gmail.com wrote: Dear all, I am using RHEL with HTTPD+TOMCAT, I configured  4 VHOSTs on the same server   -3 VHOST (named-based)          1st  vhost: www.abc.com          2nd vhost: www.def.com      

Re: Virtual host and DNS record

2011-12-01 Thread Tom Evans
2011/12/1 Igor Galić i.ga...@brainsware.org: users@ might have been a better place for this. ack. Sorry, didn't notice the OP sent to dev, I would have redirected. Cheers Tom

mod_status scoreboard showing wrong slot quantity

2011-12-01 Thread Yuri Arabadji
Hi. It appears that someone messed up scoreboard in httpd 2.2. We've got mpm worker with the following config: http://stage.fused.net/huy#worker.c MaxSpareThreads 250 MinSpareThreads 25 ThreadsPerChild 25 ServerLimit 30 MaxClients 750 It's pretty obvious the total number of child threads

Re: mod_status scoreboard showing wrong slot quantity

2011-12-01 Thread Greg Ames
On Thu, Dec 1, 2011 at 2:52 PM, Yuri Arabadji y...@fused.com wrote: We've got mpm worker with the following config: http://stage.fused.net/huy#worker.c MaxSpareThreads 250 MinSpareThreads 25 ThreadsPerChild 25 ServerLimit 30 MaxClients 750 It's pretty obvious the total number of

RE: svn commit: r1203859 [2/2] - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c ...

2011-12-01 Thread Gregg L. Smith
Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_scgi.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_scgi.c?rev=1203859r1=1203858r2=1203859view=diff == ---