Ok, well, I'll say the syntax then is strange. But I understand the wrongs of double posting. I'll wait an hour to make sure you see this...then delete the double post. Really, an honest mistake out of desperation. Have posted this question to so many forums, I've forgotten which ones...and haven't gotten a single reply. Your reply to me was my. hopes going up, then quickly dashed. Thanks for understanding
SergioQ
Posts
-
Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive -
Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDriveHonestly, I looked for it here, and couldn't find it. So I thought I must have not hit submit. I can't post an image here, but when I look at My Questions, it says zero. Ergo an honest mistake...though why doesn't it show either question?
-
Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDriveI 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 5At 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.
-
Upload problems from my web form, only when file is located on a cloud drive, i.e. MS' OneDriveThis 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.
-
How can I decipher, or understand what I reading in an M4A file?I have my Swift app that records audio in chunks of multiple files, each M4A file is approx 1 minute long. I would like to go through those files and detect silence, or the lowest level . While I am able to read the file into a buffer, my problem is deciphering it. Even with Google, all it comes up with is "audio players" instead of sites that describe the header and the data. Where can I find what to look for? Or even if I should be reading it into a WAV file? But even then I cannot seem to find a tool, or a site, that tells me how to decipher what I am reading. Obviously it exists, since Siri knows when you've stopped speaking. Just trying to find the key.
-
Looking for the right enviornment to develop inHello all, It's my first post so please forgive me if I am in the wrong forum. Starting one of those new projects and "we" have hit our first argument/wall. Do we develop the site using something like Perl / PHP vs. something DNN (Dot Net Nuke)? The site will have a bit of everything, blogs, e-commerce, etc. The whole shebang. I know what side I am on, but don't want to say why so as not to bias any answers. Really just looking for a couple honest opinions on both sides of the fence. Many thanks ahead of time, Sergio