[users@httpd] All connections passed on to app server?

2014-02-10 Thread Tony Anecito
Hi All,   I am curious if say a browser establishes 4 connections to Apache web server if all those four connections are passed onto the app server? Or does Appache establish only say one connection to the app aserver but still make the four requests to the app server?   Just wondering.  

[users@httpd] Apache %D and %T meanings...

2013-09-09 Thread Tony Anecito
Hi All, I am using the Apache Realtime Plugin (APR) that comes with ApacheTomcat 7.0.33. I am using Java 7.0.5 64-bit on Windows 7 64-bit. I have noticed in the logs that the %D looks like it gives me milliseconds when compared to the %T seconds. For example: %D    %T 72 0.072 103   

Re: [users@httpd] Apache %D and %T meanings...

2013-09-09 Thread Tony Anecito
: Rainer Jung rainer.j...@kippdata.de To: users@httpd.apache.org Sent: Monday, September 9, 2013 9:40 AM Subject: Re: [users@httpd] Apache %D and %T meanings... On 09.09.2013 17:35, Tony Anecito wrote: Hi All, I am using the Apache Realtime Plugin (APR) that comes with ApacheTomcat 7.0.33. I am

Re: [users@httpd] Apache %D and %T meanings...

2013-09-09 Thread Tony Anecito
: Monday, September 9, 2013 3:54 PM Subject: Re: [users@httpd] Apache %D and %T meanings... On 09.09.2013 20:50, Tony Anecito wrote: Many Thanks. I thought I was using the APR which is the native version of Apache so was thinking that produced the logs I was looking at. I will verify the valve

[users@httpd] Re: Tomcat + APR + 64-bit is it possible??

2012-05-03 Thread Tony Anecito
So there is no Apache Web server 64-bit binary for windows? I went to try to download one and it looked like none existed. Am I right? --- On Tue, 5/1/12, Tony Anecito adanec...@yahoo.com wrote: From: Tony Anecito adanec...@yahoo.com Subject: Tomcat + APR + 64-bit is it possible?? To: Apache

[users@httpd] Tomcat + APR + 64-bit is it possible??

2012-05-01 Thread Tony Anecito
Hi, I did not see Tomcat APR 64-bit binaries for download so does that mean if I want Apache and Tomcat running as 64-bit I can not use APR and instead go with 64-bit Apache httpd and Tomcat with 64-bit Java JDK? Thanks, -Tony

Re: [users@httpd] What is %D in access log meassuring?

2011-03-31 Thread Tony Anecito
Hi All, I am confused by these messages because earlier %D was defined to include the time for the processing all lines after the first one of the packets containing the request and the time to process the request itself. If true then the following emails about checking the network and ipB

[users@httpd] Browser, Apache and caching...

2011-02-02 Thread Tony Anecito
Hi All, I am wondering for the browser cache to work does the expires headers in the apache config file have to be setup? Or by default when the page request from the browser hits apache does it look at the file modified time stamp for the file on disk or Apache cache and compares to whatever

Re: [users@httpd] Browser, Apache and caching...

2011-02-02 Thread Tony Anecito
and caching... On Wed, Feb 2, 2011 at 5:06 PM, Tony Anecito adanec...@yahoo.com wrote: Hi All, I am wondering for the browser cache to work does the expires headers in the apache config file have to be setup? Or by default when the page request from the browser hits apache does it look at the file

[users@httpd] Expires question...

2011-02-02 Thread Tony Anecito
Hi All, If the expires header is set initially at say 2 weeks in the future and the next day set to 1 week in the future when will the 1 week in the future be picked up by the brower or web cache that is in front of the web server that was set to 1 week? Assuming no file name changes.

Re: [users@httpd] Expires question...

2011-02-02 Thread Tony Anecito
Thanks I was wondering. -Tony - Original Message From: Eric Covener cove...@gmail.com To: users@httpd.apache.org Sent: Wed, February 2, 2011 11:47:56 AM Subject: Re: [users@httpd] Expires question... On Wed, Feb 2, 2011 at 1:29 PM, Tony Anecito adanec...@yahoo.com wrote: Hi All

Re: [us...@httpd] APR or Apache, virtual hosts and multi-core tuning...

2010-06-29 Thread Tony Anecito
Hi Mark, Many thanks I will think about what you said. I had read somewhere local domains tied to virtual hosts was a good thing and I saw that yahoo seemed to be doing that but then who knows what the big internet sites are really doing behind the scenes. Best Regards, Tony Anecito Founder

[us...@httpd] APR requesting login for images??

2010-06-28 Thread Tony Anecito
Hi, I am using APR with tomcat 6.0.20 and I setup for performance reasons several virtual hosts each pointing to a folder where a set of images resides. For some reason when accessing the images (thumbnails) I get requests to logon to access the image. I noticed this is requested from

[us...@httpd] APR or Apache, virtual hosts and multi-core tuning...

2010-06-28 Thread Tony Anecito
Hi All, I noticed using Firefox with a plugin yslow that it recommends using only 4 virtual hosts instead of the 16 I have for serving images. I am using a 6 core system and want to make sure I take advantage of it using Apache APR so I setup more than 4 virtual hosts. I am using multiple

Re: [us...@httpd] APR requesting login for images??

2010-06-28 Thread Tony Anecito
...@httpd] APR requesting login for images?? On Mon, Jun 28, 2010 at 3:48 PM, Tony Anecito adanec...@yahoo.com wrote: Hi, I am using APR with tomcat 6.0.20 and I setup for performance reasons several virtual hosts each pointing to a folder where a set of images resides. For some reason when

Re: [us...@httpd] APR requesting login for images??

2010-06-28 Thread Tony Anecito
...@googlemail.com To: users@httpd.apache.org Sent: Mon, June 28, 2010 9:28:06 AM Subject: Re: [us...@httpd] APR requesting login for images?? On Mon, Jun 28, 2010 at 4:22 PM, Tony Anecito adanec...@yahoo.com wrote: Sorry, I said it wrong but I am using the Apache Portable Runtime. http://tomcat.apache.org

[us...@httpd] Login too many times??

2010-06-09 Thread Tony Anecito
Hi All, I noticed from behind a firewall that I have to log into each Apache virtual host. I do not seem to remember to have to do that when I had my files under 1 host. What happens is I have virtual hosts assigned to specific contexts and when I hit that page I have to login multiple times

[us...@httpd] %D now working onder Windows 7?

2010-05-25 Thread Tony Anecito
I noticed for the first time that %D seems to have a 1msec resolution unders Windows 7 that it did not under Windows 2000. Has anyone noticed that? Seemed it used to be only 15msec resolution. Thanks, -Tony - The

Re: [us...@httpd] Connections hanging...

2010-05-22 Thread Tony Anecito
- Original Message From: Igor Galić i.ga...@brainsware.org To: users@httpd.apache.org Sent: Fri, May 21, 2010 2:57:10 PM Subject: Re: [us...@httpd] Connections hanging... - Tony Anecito adanec...@yahoo.com wrote: Hi All, When load testing against a system that uses Apache we notice an extra

[us...@httpd] Connections hanging...

2010-05-21 Thread Tony Anecito
Hi All, When load testing against a system that uses Apache we notice an extra-ordinary issue where we had quite a few connections. While not unexpected we were concerned. I ran a manual test against Apache and discovered sometimes connections would last exactly 30 seconds when closing them

Re: [us...@httpd] SSL error reported from windows socket

2010-01-25 Thread Tony Anecito
A. Rowe Jr. wr...@rowe-clan.net Subject: Re: [us...@httpd] SSL error reported from windows socket To: users@httpd.apache.org Cc: Tony Anecito adanec...@yahoo.com, Tomcat Users Group us...@tomcat.apache.org Date: Monday, January 25, 2010, 11:14 AM On 1/25/2010 10:05 AM, Tony Anecito wrote: Hi

[us...@httpd] Interesting error while using 2.2.11 on Solaris 9

2009-12-14 Thread Tony Anecito
Hi All, Has anyone ever seen this error before while using Apache on Solaris say in the last year? If so what was the fix? Deadlock situation detected/avoided: ap_proxy: couldn't create the lock Thanks, -Tony - The

Re: [us...@httpd] Interesting error while using 2.2.11 on Solaris 9

2009-12-14 Thread Tony Anecito
at 5:33 PM, Tony Anecito adanec...@yahoo.com wrote: Hi All, Has anyone ever seen this error before while using Apache on Solaris say in the last year? If so what was the fix? Deadlock situation detected/avoided: ap_proxy: couldn't create the lock Isn't that message from

[us...@httpd] Persistent http 1.1 connections

2009-03-30 Thread Tony Anecito
Hi All, If using Apache 2.x does it automatically use persistent http 1.1 connections? Is there some way to force that to happen from the Apache end? Thanks, -Tony - The official User-To-User support forum of the

[us...@httpd] Reducing js file sizes...

2009-03-19 Thread Tony Anecito
Hi All, Does anyone know of a module that would strip out the js file comments? Would be a great thing to have. Thanks, -Tony - The official User-To-User support forum of the Apache HTTP Server Project. See

[us...@httpd] Version of SSL Apache represents...

2009-02-26 Thread Tony Anecito
Hi All, I got the following returned in the html and trying to figure out what version of SSL this Apache config supports. The numbers look like module numbers but not SSL version numbers but I could be wrong. Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8g\r\n Thanks, -Tony

[us...@httpd] Why 2 httpd.exe running?

2009-02-19 Thread Tony Anecito
Hi All, I noticed that under Windows I have 2 httpd.exe running with almost the same amount of memory. Why would the be? I do have some settings I am using in my worker.properties file that might cause this to happen? By specifying a load balancer does this cause two instances to be started? I

Re: [us...@httpd] Why 2 httpd.exe running?

2009-02-19 Thread Tony Anecito
Nevermind I figured it out. Thanks, -Tony --- On Thu, 2/19/09, Tony Anecito adanec...@yahoo.com wrote: From: Tony Anecito adanec...@yahoo.com Subject: [us...@httpd] Why 2 httpd.exe running? To: Apache Mailing List users@httpd.apache.org Date: Thursday, February 19, 2009, 1:03 AM Hi All

[us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
Hi All, I am using Apache 2.4 and it is taking 10s of seconds to download small files. for example: 200 49018 5046875 The firs param is the http status the second the file size and the third the time %D or 5 seconds. I tried a dsl speed test and I am getting 2Mbps upload which seems healthy.

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
modules/mod_userdir.so #LoadModule usertrack_module modules/mod_usertrack.so #LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule ssl_module modules/mod_ssl.so LoadModule logio_module modules/mod_logio.so --- On Tue, 2/17/09, Tony Anecito adanec...@yahoo.com wrote: From: Tony Anecito

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
CacheEnable mem / MCacheSize 4096 MCacheMaxObjectCount 100 MCacheMinObjectSize 1 MCacheMaxObjectSize 2048 /IfModule /IfModule --- On Tue, 2/17/09, Tony Anecito adanec...@yahoo.com wrote: From: Tony Anecito adanec...@yahoo.com Subject: Re: [us...@httpd] Why Would Apache be so slow?? To: users

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
outside my network to see what happens. Many Thanks, -Tony --- On Tue, 2/17/09, André Warnier a...@ice-sa.com wrote: From: André Warnier a...@ice-sa.com Subject: Re: [us...@httpd] Why Would Apache be so slow?? To: users@httpd.apache.org Date: Tuesday, February 17, 2009, 12:46 PM Tony Anecito

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
Hi Andre, Thanks for the writeup. I have fiber instead of copper but I suspec the fiber is shared by putting in some type of optical hub perhaps. That said I had a troubleshooting session with the ISP and it was narrowed down to the network somewhere. He wanted me to bypass the router so I

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
wondering, -Tony --- On Tue, 2/17/09, Tony Anecito adanec...@yahoo.com wrote: From: Tony Anecito adanec...@yahoo.com Subject: Re: [us...@httpd] Why Would Apache be so slow?? To: users@httpd.apache.org Date: Tuesday, February 17, 2009, 10:10 PM Hi Andre, Thanks for the writeup. I have fiber

[EMAIL PROTECTED] Apache Thread spinup and spindown...

2008-08-11 Thread Tony Anecito
Hi All, As Apache services connections it spins up threads but we noticed during load testing the threads do not spin down. What can we do to control Apache to spin the threads down so that resource is available when needed again? Thanks, -Tony

[EMAIL PROTECTED] IMPORTANT Apache Web Access log question...

2008-07-24 Thread Tony Anecito
Hi All, Does the apache web log refect the time it takes between sending the first bit of the first byte of data to the last bit of the last byte of data? Or does it reflect the time bewtween opening a socket opening and the client commanding the socket be closed? The distinction is very

Re: [EMAIL PROTECTED] IMPORTANT Apache Web Access log question...

2008-07-24 Thread Tony Anecito
spent in the Apache server doing processing. Regards, -Tony --- On Thu, 7/24/08, Tony Anecito [EMAIL PROTECTED] wrote: From: Tony Anecito [EMAIL PROTECTED] Subject: [EMAIL PROTECTED] IMPORTANT Apache Web Access log question... To: users@httpd.apache.org Date: Thursday, July 24, 2008, 10:06

[EMAIL PROTECTED] Isolation of performance between tiers where Apache is involved...

2008-04-07 Thread Tony Anecito
Hi All, I am curious. Is Apache designed such that if a request comes back quickly from a server it passed the request to that and if the client connected to Apache is slow in disconnecting for some reason (internet qos for example) we can deduce it is a client or internet issue? I would think

[EMAIL PROTECTED] New Portal Using Apache Tomcat

2008-01-23 Thread Tony Anecito
web services and has been very stable and reliable so far. Thanks to the teams that made this possible!!! Screenshots are found at: http://www.myuniportal.com/screenshots.php Regards, Tony Anecito Founder, MyUniPortal

[EMAIL PROTECTED] SSL Apache Scalability

2007-11-29 Thread Tony Anecito
Hi All, I have heard a strange story about how using 1 port for Apache SSL is not a good idea for performance. I heard if you have three sites usign the same SSL port it could really slow down performance as compared to putting those sites on separate ports for SSL. Should not each site have

Re: [EMAIL PROTECTED] SSL Apache Scalability

2007-11-29 Thread Tony Anecito
Thanks. I will sendthese email feedbacks to the person who mentioned it to me and make sure I heard it right. Many Thanks! -Tony --- Sander Temme [EMAIL PROTECTED] wrote: On Nov 29, 2007, at 1:58 PM, Tony Anecito wrote: I have heard a strange story about how using 1 port for Apache

Re: [EMAIL PROTECTED] Tomcat performance measurements...

2007-09-28 Thread Tony Anecito
Sorry posted to the wrong group. Still I am interested in getting Apache log entries that have a better timer resolution than 15msec for the %d logging parameter. Regards, Tony Anecito, MyUniPortal --- Tony Anecito [EMAIL PROTECTED] wrote: Hi All, As I mentioned in my previous email I

Re: [EMAIL PROTECTED] Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
Hi Dan, Thanks for the response. So I can have different IP's for the same physical server how would the client and the router handle that? I have a static address for my server on the lan and I redirect my request for port 80 to that IP. What decides the IP to send a request to the web server

[EMAIL PROTECTED] Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
Hi All, Is it possible to run Tomcat and Apache on the same port? What I want to do is have my website running on Apache web server or port 80 and also have Tomcat running on port 80. That way my web service requests do not need to go through Apache web server where they are redirected to Tomcat.

[EMAIL PROTECTED] Tomcat performance measurements...

2007-09-28 Thread Tony Anecito
Hi All, As I mentioned in my previous email I was able to get my system performance using Apache-Tomcat-Jre1.6 such that I was getting 4msec transaction response times. My problem is I can not tell how much of that response time is spent in tomcat versus Apache. I am using windows 2000 where the

Re: [EMAIL PROTECTED] Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
. Doing some hardware upgrades that I could afford and upgrading the jvm some adjustments of Tomcat and the jvm I got down to the 4millisecond range. Does that help answer the question? Regards, Tony Anecito Founder, MyUniPortal --- [EMAIL PROTECTED] wrote: Tony, Aaah. That is what I feared

Re: [EMAIL PROTECTED] Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
I understand and wanted to use the best of breed for open source for serving static content. Regards, -Tony --- [EMAIL PROTECTED] wrote: Tomcat can serve static content too. Please respond to users@httpd.apache.org To: users@httpd.apache.org cc: (bcc: Dan Mitton/YD/RWDOE)

Re: [EMAIL PROTECTED] Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
I have a web site with static content on it. My router has only one static ip thus one url and port. Hope that answers your question. Thanks, -Tony --- [EMAIL PROTECTED] wrote: Tony, Another question just came to mind... Are we trying to solve the wrong problem here? If you have

[EMAIL PROTECTED] Best Connector for Apache-Tomcat?

2007-09-28 Thread Tony Anecito
Hi All, What is the best connector for Apache to Tomcat? Has mod_jk been depricated? Regards, -Tony Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/

Re: [EMAIL PROTECTED] Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
Hi Dan, This is a home/isp lan. I am using 2.2.4 of Apache and JBoss 4.2.1GA on windows 2000 sp4 with jre 1.6.0_02. Regards, -Tony Founder, MyUniPortal --- [EMAIL PROTECTED] wrote: Tony, Yes. One physical server and/or network card can support multiple IP addresses. What OS is this?

RE: [EMAIL PROTECTED] Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
drive. That only happened because of the performance was considered as important as the functionality and still is as you can tell. Good point for most systems. Regards, Tony Anecito, Founder MyUniPortal --- Jeff Beard [EMAIL PROTECTED] wrote: Tony, I agree with Joshua: quite complicating

Re: [EMAIL PROTECTED] Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
minimum. As latency is very low it shouldn't need many processes to serve all requests. Further if Apache isn't necessary for anything you could serve the static content from Tomcat and cache it in memory on the proxy. -- Michael Conlen On Sep 28, 2007, at 2:40 PM, Tony Anecito

Re: [EMAIL PROTECTED] 2.2.6 release binaries

2007-09-17 Thread Tony Anecito
Thanks Nick, I will wait. I thought the Apache web site mentioned 2.2.6 was released so I went looking and did not see the binaries. If they are not released then I will wait. Regards, -Tony --- Nick Kew [EMAIL PROTECTED] wrote: On Sun, 16 Sep 2007 09:10:28 -0700 (PDT) Tony Anecito [EMAIL

[EMAIL PROTECTED] 2.2.6 release binaries

2007-09-16 Thread Tony Anecito
Hi All, I was at the download page last night and there were 2.2.4 downloads but not 2.2.6 even though the Apache home page mentions it. Does anyone know where to get the 2.2.6 binaries for Windows 32? Thanks, -Tony

[EMAIL PROTECTED] Apache 2.4 Tomcat 6 (JBoss 4.2)

2007-08-13 Thread Tony Anecito
Hi All, I cannot get Apache 2.4 to communicate via ajp 1.3 to Tomcat 6 (inside JBoss 4.2.1 GA). I can communicate from Apache 2.4 (the same Apache install) to JBoss 4.0.5 GA which uses Tomcat 5.x. I am using Windows 2000 Professional and web services inside of Tomcat. Any ideas? Thx, -Tony

Re: [EMAIL PROTECTED] Deny CONNECT GET http requests (BIG Security Hole??)

2007-06-20 Thread Tony Anecito
Hi Guys, I am very interested in what you are talking about. Especially the CONNECT/POST discussion. I have what I believe is a spammer doing the CONNECT/POST and getting a status 200 from apache. Is this truely a php issue? Should I drop using php? Do you both agree and the apache group

Re: [EMAIL PROTECTED] Deny CONNECT GET http requests (BIG Security Hole??

2007-06-20 Thread Tony Anecito
. Regards, -Tony Joshua Slive [EMAIL PROTECTED] wrote: On 6/20/07, Tony Anecito wrote: Hi Guys, I am very interested in what you are talking about. Especially the CONNECT/POST discussion. I have what I believe is a spammer doing the CONNECT/POST and getting a status 200 from apache

RE: [EMAIL PROTECTED] How to prevent Spammer from abusing Apache?

2007-06-19 Thread Tony Anecito
Hi Owen, Not sure what you are talking about. I did check and the ProxyRequests is set to no so I believe I should not have to worry about the spamming. Thanks, -Tony Boyle Owen [EMAIL PROTECTED] wrote: -Original Message- From: Bill Hernandez [mailto:[EMAIL PROTECTED]

[EMAIL PROTECTED] How to prevent Spammer from abusing Apache?

2007-06-18 Thread Tony Anecito
Hi All, I noticed a someone was using CONNECT xxx.xxx.xxx.xxx http command against Apache. I was wondering how to disable the CONNECT command from executing on Apache. In a couple of entries I noticed a connection from Seattle that might be a spammer so I want to disable the CONNECT

Re: [EMAIL PROTECTED] How to prevent Spammer from abusing Apache?

2007-06-18 Thread Tony Anecito
, at 11:25 PM, Tony Anecito wrote: I noticed a someone was using CONNECT xxx.xxx.xxx.xxx http command against Apache. I was wondering how to disable the CONNECT command from executing on Apache. In a couple of entries I noticed a connection from Seattle that might be a spammer so I want

[EMAIL PROTECTED] How to make query string visible in Apache logs?

2007-04-04 Thread Tony Anecito
Hi All, Does anyone know how to make the query string in a url visible in the Apache logs? I noticed it not showing up in the logs and need it to be visible. Thanks, -Tony - We won't tell. Get more on shows you hate to love (and love to hate):

[EMAIL PROTECTED] Accuracy of Apache %D on Windows

2007-03-23 Thread Tony Anecito
Hi All, Has anyone noticed the accuracy of the 10microsecond timer is actually 15milliseconds under windows? Seems to negate the purpose of having a microsecond timer. Perhaps I am wrong? -Tony - Don't be flakey. Get Yahoo! Mail for Mobile and

Re: [EMAIL PROTECTED] Accuracy of Apache %D on Windows

2007-03-23 Thread Tony Anecito
differently depending on the hardware. Tony Anecito wrote: Hi All, Has anyone noticed the accuracy of the 10microsecond timer is actually 15milliseconds under windows? Seems to negate the purpose of having a microsecond timer. Perhaps I am wrong? -Tony

Re: [EMAIL PROTECTED] Seeing 0.0.0.0 in access.log

2007-03-11 Thread Tony Anecito
Thanks William, I was gone this weekend and just got back and tried this and it worked! Many Thanks, -Tony William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Borut Maricic wrote: http://mail-archives.apache.org/mod_mbox/httpd-users/200703.mbox/[EMAIL PROTECTED] Well my joy was

[EMAIL PROTECTED] %h not working in 2.2.4?

2007-03-09 Thread Tony Anecito
Hi All, I upgraded to 2.2.4 and now I get 0.0.0.0 for the requestor IP. Any ideas? Thanks, -Tony - Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out.

Re: [EMAIL PROTECTED] %h not working in 2.2.4?

2007-03-09 Thread Tony Anecito
on Windows 2000 in the AcceptEx() API. DisableWin32AcceptEx in your httpd.conf till we ship a new version of APR (it will be included with httpd 2.2.5.) Tony Anecito wrote: Hi All, I upgraded to 2.2.4 and now I get 0.0.0.0 for the requestor IP. Any ideas? Thanks, -Tony