Click here to Skip to main content
15,885,546 members
Home / Discussions / Web Development
   

Web Development

 
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 
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 
This is crossposted in Stack Overflow but hasn't gotten many views, or any answers.

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.

When I use OneDrive from any device, through Finder, or Word, Excel, etc.. it acts like just another HD, so I expected the same behavior with my perl . 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:
"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.
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 

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.