Re: [users@httpd] RE: [Non-DoD Source] Re: [users@httpd] Apache response time slow

2016-06-06 Thread Mike Rumph
On 6/6/2016 4:13 AM, ithier@jdi.socom.mil wrote: Mike I ran the Perl program from the shell and took the same time of 40 seconds Oscar Hello Oscar, Okay. So the high response time seems to be independent of the Apache HTTP Server. You may want to continue your inquiry to Perl: - http

[users@httpd] RE: [Non-DoD Source] Re: [users@httpd] Apache response time slow

2016-06-06 Thread ithier.ctr
Mike I ran the Perl program from the shell and took the same time of 40 seconds Oscar -Original Message- From: Mike Rumph [mailto:mike.ru...@oracle.com] Sent: Thursday, June 02, 2016 9:09 PM To: users@httpd.apache.org Subject: [Non-DoD Source] Re: [users@httpd] Apache response time slow

Re: [users@httpd] Apache response time slow

2016-06-02 Thread Mike Rumph
On 6/2/2016 11:25 AM, Oscar Ithier wrote: The typical response was very fast (on miliseconds). The access to the database is is part of the connection string on the program. Apache authenticate the user access to the directories that containts the perl programs, using the httpd.conf and the

Re: [users@httpd] Apache response time slow

2016-06-02 Thread Oscar Ithier
The typical response was very fast (on miliseconds). The access to the database is is part of the connection string on the program. Apache authenticate the user access to the directories that containts the perl programs, using the httpd.conf and the htgroup and htpasswd file. ex. AllowOverride N

Re: [users@httpd] Apache response time slow

2016-06-02 Thread D'Arcy J.M. Cain
On Thu, 2 Jun 2016 12:37:21 -0400 Oscar Ithier wrote: > I am using Apache 2.2.22(Unix), Server port 80, Protocol HTTP/1.0 and > Sybase as database. > The Http response time is above 40 seconds, this is to slow for my > users. > > I don't know when the problem start, but it was fine for the last 5

Re: [users@httpd] Apache response time slow

2016-06-02 Thread Mike Rumph
On 6/2/2016 9:37 AM, Oscar Ithier wrote: I am using Apache 2.2.22(Unix), Server port 80, Protocol HTTP/1.0 and Sybase as database. The Http response time is above 40 seconds, this is to slow for my users. I don't know when the problem start, but it was fine for the last 5 years. What can I d

[users@httpd] Apache response time slow

2016-06-02 Thread Oscar Ithier
I am using Apache 2.2.22(Unix), Server port 80, Protocol HTTP/1.0 and Sybase as database. The Http response time is above 40 seconds, this is to slow for my users. I don't know when the problem start, but it was fine for the last 5 years. What can I do to fix the problem.