[users@httpd] Client Auth Retries

2015-06-02 Thread McGregor, Donald (Don) (CIV)
I’m trying to set up client authentication using smart cards and be reasonably polite about auth failures. A typical failure mode is that the user doesn’t have the card inserted; I should send them to a warning page, then let them retry. The relevant config file for the top level:

[users@httpd] Web app works with Apache Server (1.3.20) on some but not all identically configured PCs

2015-06-02 Thread Hessel, Carl
This is my first request so I hope I am doing it correctly. I would only expect an answer to this problem by someone who has encountered a similar problem since I cannot provide any info about what is different between the successful and failure PCs. * The application (called PPG) is a

RE: [users@httpd] Web app works with Apache Server (1.3.20) on some but not all identically configured PCs

2015-06-02 Thread Hessel, Carl
Paul, I am running on Window 7 Pro, Version 6.1, Build 7601, Service Pack 1. Carl Hessel End User Documentation (EUD) Technical Consultant TE Subsea Communications 732-915-6433 This e-mail (including any attachments) is intended only for the exclusive use of the individual(s) to whom it is

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
I'm not talking about Apache parameters. If you try an upload with a different method (FTP, SFTP), how fast is that? Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: pradeepkumar tanguturi [ptangut...@yahoo.com.INVALID]

Re: [users@httpd] Web app works with Apache Server (1.3.20) on some but not all identically configured PCs

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
Looks like you have a problem with the blank in Program Files. You may be missing quotes around the path name somewhere. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Hessel, Carl [carl.hes...@subcom.com]

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread pradeepkumar tanguturi
Hi Kurt,  when we are uploading the file from web browser it slow. when i try to upload the same 100mb file to the server using winscp it taking same amount of time. Regards,Pradeep On Tuesday, June 2, 2015 10:21 AM, Bremser, Kurt (AMOS Austria GmbH) kurt.brem...@allianz.at wrote:

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
Then the culprit is not apache, but your network connection. If you use, say, ADSL, the upload will have considerably less bandwidth than the download. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: pradeepkumar tanguturi

[users@httpd] Apache Larger file upload.

2015-06-02 Thread pradeepkumar tanguturi
Hi, I am trying to upload the larger file like 100mb. the upload time is taking to long like 4 mins. I added below line in my httpd.conf file but still taking same amount of time. please advice me. SetEnv proxy-sendchunked 1 SetEnv proxy-sendcl 0 Thanks,kumar

[users@httpd]

2015-06-02 Thread pradeepkumar tanguturi

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread pradeepkumar tanguturi
On Tuesday, June 2, 2015 9:21 AM, pradeepkumar tanguturi ptangut...@yahoo.com.INVALID wrote: Hi, I am trying to upload the larger file like 100mb. the upload time is taking to long like 4 mins. I added below line in my httpd.conf file but still taking same amount of time. please

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
The time roughly translates to a bandwidth of 4 Mbit. Are you sure that it's not the net infrastructure that is limiting your transfer? Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: pradeepkumar tanguturi

Re: [users@httpd] Web app works with Apache Server (1.3.20) on some but not all identically configured PCs

2015-06-02 Thread pradeepkumar tanguturi
Hi Paul, I am using Linux below are u limits. LimitRequestBody 5242880 LimitRequestFields 40 LimitRequestFieldSize 4094 LimitRequestLine  500 Kumar On Tuesday, June 2, 2015 9:43 AM, Stormy storm...@stormy.ca wrote: At 12:20 PM 6/2/2015 +, Hessel, Carl wrote: [snip] [Tue May 12

Re: [users@httpd] Web app works with Apache Server (1.3.20) on some but not all identically configured PCs

2015-06-02 Thread Stormy
At 12:20 PM 6/2/2015 +, Hessel, Carl wrote: [snip] [Tue May 12 09:31:00 2015] [error] [client 127.0.0.1] Premature end of script headers: c:/program files/apache group/apache/cgi-bin/promptforuserinitials.cgi [Tue May 12 09:31:00 2015] [error] [client 127.0.0.1] Can't open perl script

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread pradeepkumar tanguturi
HI Kurt, I am using linux and below are my limits. you bandwith 4mbit in the network level. do you know how to check and increase ? LimitRequestBody 5242880 LimitRequestFields 40 LimitRequestFieldSize 4094 LimitRequestLine  500 On Tuesday, June 2, 2015 9:26 AM, Bremser, Kurt (AMOS

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
When two different protocols/toolsets yield the same result, I say yes. Look at your network topography from client to server and consult the respective admins. And if an external network provider is the issue, change to a different plan/provider. Kurt Bremser AMOS Austria Newton was wrong.

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread pradeepkumar tanguturi
So we need to tune the network setting ? On Tuesday, June 2, 2015 10:48 AM, Bremser, Kurt (AMOS Austria GmbH) kurt.brem...@allianz.at wrote: #yiv0068452102 #yiv0068452102 --P {MARGIN-BOTTOM:0px;MARGIN-TOP:0px;}#yiv0068452102 Then the culprit is not apache, but your network

Re: [users@httpd] Web app works with Apache Server (1.3.20) on some but not all identically configured PCs

2015-06-02 Thread Stormy
At 04:20 PM 6/2/2015 +0200, Bremser, Kurt (AMOS Austria GmbH) wrote: Looks like you have a problem with the blank in Program Files. You may be missing quotes around the path name somewhere. Maybe I was a bit too cryptic, but there's also an apparent mix of back and forward slashes in the

[users@httpd] exclude website from directory rules

2015-06-02 Thread Tim Dunphy
Hi all, There is a generic Directory index rule at Apache level like below that is expecting the serving domain to point to any of below files. How can I add filter on this rule for *example-website.com http://example-website.com *so its ignored for specific domain IfModule dir_module

Re: [users@httpd] Web app works with Apache Server (1.3.20) on some but not all identically configured PCs

2015-06-02 Thread Kurtis Rader
On Tue, Jun 2, 2015 at 8:50 AM, Hessel, Carl carl.hes...@subcom.com wrote: Hi Kurt, Paul, Yes. I grappled with all that awhile back but every idea I think of always leads back to the question, why does the application run fine on some machines where my code/syntax and everything else are

RE: [users@httpd] Web app works with Apache Server (1.3.20) on some but not all identically configured PCs

2015-06-02 Thread Hessel, Carl
Hi Kurt, Paul, Yes. I grappled with all that awhile back but every idea I think of always leads back to the question, why does the application run fine on some machines where my code/syntax and everything else are identical? Thank you both for responding. Carl Hessel End User Documentation

Re: [users@httpd] exclude website from directory rules

2015-06-02 Thread Pete Houston
Use a virtual host to override the server-level defaults. http://httpd.apache.org/docs/2.4/vhosts/ HTH, Pete On Tue, Jun 02, 2015 at 12:17:44PM -0400, Tim Dunphy wrote: There is a generic Directory index rule at Apache level like below that is expecting the serving domain to point to any of