Click here to Skip to main content
15,879,326 members
Home / Discussions / Web Development
   

Web Development

 
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.
AnswerRe: Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
Richard MacCutchan22-Feb-22 8:04
mveRichard MacCutchan22-Feb-22 8:04 
GeneralRe: Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
SergioQ22-Feb-22 9:24
SergioQ22-Feb-22 9:24 
GeneralRe: Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
Richard MacCutchan22-Feb-22 9:36
mveRichard MacCutchan22-Feb-22 9:36 
GeneralRe: Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
SergioQ22-Feb-22 9:40
SergioQ22-Feb-22 9:40 
AnswerRe: Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
Peter_in_278023-Feb-22 17:33
professionalPeter_in_278023-Feb-22 17:33 
QuestionUpload problems from my web form, only when file is located on a cloud drive, i.e. MS' OneDrive Pin
SergioQ19-Feb-22 9:19
SergioQ19-Feb-22 9:19 
QuestionWhere do people go to discuss PWA development? Pin
bjoernen19-Feb-22 1:26
bjoernen19-Feb-22 1:26 
AnswerRe: Where do people go to discuss PWA development? Pin
RedDk19-Feb-22 9:05
RedDk19-Feb-22 9:05 
AnswerRe: Where do people go to discuss PWA development? Pin
jhonaa27-Mar-22 23:52
jhonaa27-Mar-22 23:52 
QuestionWhat are the usage of the req.route() in express ? Pin
Member 1447916115-Feb-22 10:43
Member 1447916115-Feb-22 10:43 
AnswerRe: What are the usage of the req.route() in express ? Pin
jhonaa7-Mar-22 23:15
jhonaa7-Mar-22 23:15 
AnswerRe: What are the usage of the req.route() in express ? Pin
deepok130-Mar-22 21:56
deepok130-Mar-22 21:56 
QuestionWhy is my last input box not centering (class: powerwall-battery-input)? Pin
WannaBeAWebDev11-Feb-22 14:22
WannaBeAWebDev11-Feb-22 14:22 
AnswerRe: Why is my last input box not centering (class: powerwall-battery-input)? Pin
Richard MacCutchan11-Feb-22 22:34
mveRichard MacCutchan11-Feb-22 22:34 
QuestionWeird HTTP Status code 302 "Moved Temporarily" Pin
#realJSOP3-Feb-22 0:17
mve#realJSOP3-Feb-22 0:17 
AnswerMessage Closed Pin
4-Jul-22 16:45
Member 150787164-Jul-22 16:45 
GeneralRe: Weird HTTP Status code 302 "Moved Temporarily" Pin
#realJSOP4-Jul-22 23:41
mve#realJSOP4-Jul-22 23:41 

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.