Click here to Skip to main content
15,895,011 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Web API Problem Pin
Richard Deeming3-Apr-22 21:40
mveRichard Deeming3-Apr-22 21:40 
QuestionE-Commerce platform in 2022 Pin
deepok130-Mar-22 22:31
deepok130-Mar-22 22:31 
AnswerRe: E-Commerce platform in 2022 Pin
Richard MacCutchan30-Mar-22 22:35
mveRichard MacCutchan30-Mar-22 22:35 
AnswerRe: E-Commerce platform in 2022 Pin
Kevin Marois2-Apr-22 22:28
professionalKevin Marois2-Apr-22 22:28 
GeneralRe: E-Commerce platform in 2022 Pin
deepok12-Apr-22 23:37
deepok12-Apr-22 23:37 
GeneralRe: E-Commerce platform in 2022 Pin
OriginalGriff2-Apr-22 23:41
mveOriginalGriff2-Apr-22 23:41 
GeneralRe: E-Commerce platform in 2022 Pin
deepok13-Apr-22 0:17
deepok13-Apr-22 0:17 
GeneralRe: E-Commerce platform in 2022 Pin
OriginalGriff3-Apr-22 0:23
mveOriginalGriff3-Apr-22 0:23 
GeneralRe: E-Commerce platform in 2022 Pin
deepok13-Apr-22 1:46
deepok13-Apr-22 1:46 
AnswerRe: E-Commerce platform in 2022 Pin
satya bharti31-May-22 23:23
professionalsatya bharti31-May-22 23:23 
Questioncompulsorily pass through the login.html Pin
ago24867-Mar-22 22:30
ago24867-Mar-22 22:30 
AnswerRe: compulsorily pass through the login.html Pin
Afzaal Ahmad Zeeshan28-Mar-22 11:27
professionalAfzaal Ahmad Zeeshan28-Mar-22 11:27 
AnswerRe: compulsorily pass through the login.html Pin
Member 150787164-Jul-22 16:14
Member 150787164-Jul-22 16:14 
QuestionSearch engines Pin
Calin Negru7-Mar-22 12:50
Calin Negru7-Mar-22 12:50 
AnswerRe: Search engines Pin
jhonaa7-Mar-22 23:34
jhonaa7-Mar-22 23:34 
AnswerRe: Search engines Pin
Richard MacCutchan7-Mar-22 23:53
mveRichard MacCutchan7-Mar-22 23:53 
GeneralRe: Search engines Pin
Calin Negru8-Mar-22 1:41
Calin Negru8-Mar-22 1:41 
GeneralRe: Search engines Pin
Richard MacCutchan8-Mar-22 5:04
mveRichard MacCutchan8-Mar-22 5:04 
GeneralRe: Search engines Pin
Calin Negru8-Mar-22 19:52
Calin Negru8-Mar-22 19:52 
AnswerRe: Search engines Pin
Member 150787164-Jul-22 16:32
Member 150787164-Jul-22 16:32 
QuestionAre lightweight CMS still around? Pin
RobertSF25-Feb-22 13:10
professionalRobertSF25-Feb-22 13:10 
AnswerRe: Are lightweight CMS still around? Pin
RobertSF14-Mar-22 8:53
professionalRobertSF14-Mar-22 8:53 
GeneralRe: Are lightweight CMS still around? Pin
deepok130-Mar-22 23:53
deepok130-Mar-22 23:53 
GeneralRe: Are lightweight CMS still around? Pin
RobertSF2-Apr-22 5:14
professionalRobertSF2-Apr-22 5:14 
QuestionProperly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
SergioQ22-Feb-22 7:38
SergioQ22-Feb-22 7:38 
I have a simple Perl script that uploads a file from an HTML form, and it does works. i.e Uploads a file from my local Mac HD to my web server via a webpage.

What I have noticed, however, if I try to upload files from Microsoft's OneDrive I am more likely to get the following info below. I have no problems using my OneDrive via Mac's Finder, or my iPhone, etc.

access.log
[14/Feb/2022:23:36:51 -0500] "POST /cgi-bin/upload2.pl HTTP/1.1" 408 487 "http://example.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15"

error.log
[Mon Feb 14 23:37:02.121496 2022] [cgi:error] [pid 3734:tid 140367391328000] (70007)The timeout specified has expired: [client -.-.-.-:58184] AH01225: Error reading request entity data, referer: http://example.com/

My Apache2 settings are:
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5


At my slim level of knowledge of Apache, I am assuming that my problem is all about timing. If that's the case, can I change settings above to help? Or am I off base?

*One small thing I noticed, but I don't know if it means anything

My web browser says:
Quote:
Server timeout waiting for the HTTP request from the client. and it mentions port 80.


However, in the error.log it mentions port 58184. I don't know if that's normal, due to routers, other routine behavior.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.