Search found 15 matches
Aprelium Forum Index
Author Message
  Topic: CGI file upload getting blind 400 responses
thinkr

Replies: 1
Views: 11255

PostForum: FastCGI/CGI   Posted: Sat Nov 19, 2016 7:13 am   Subject: CGI file upload getting blind 400 responses
delete
  Topic: CGI file upload getting blind 400 responses
thinkr

Replies: 1
Views: 11255

PostForum: FastCGI/CGI   Posted: Mon Nov 14, 2016 3:34 am   Subject: CGI file upload getting blind 400 responses
EDIT: It turns out this whole problem was caused by a bug in wget.exe. It doesn't do uploads. I switched to curl and everything works fine.

Using wget.exe (version 1.18) I was trying to upload a ...
  Topic: Is it possible to increase the iteration limit on rewrites?
thinkr

Replies: 0
Views: 12434

PostForum: URL Rewriting   Posted: Sun Mar 22, 2015 3:22 am   Subject: Is it possible to increase the iteration limit on rewrites?
I noticed that on iteration 18 it skips past my rewrite code and generates error 500. Is there any way to increase the iteration limit?
  Topic: Need rule to 301 all mixed case urls to lower case urls.
thinkr

Replies: 3
Views: 12795

PostForum: URL Rewriting   Posted: Mon Mar 02, 2015 11:07 pm   Subject: which command makes it lowercase?
I've found several commands to switch to lowercase yet none seem work in Abyss. Does anyone know the right command reference?

This one suggests that \L$1\E would do the trick, but it doesn't...
...
  Topic: Need rule to 301 all mixed case urls to lower case urls.
thinkr

Replies: 3
Views: 12795

PostForum: URL Rewriting   Posted: Sat Feb 28, 2015 1:11 am   Subject: Need rule to 301 all mixed case urls to lower case urls.
Even though my server is case insensitive (runs on windows) I wish to force all inbound urls lowercase and provide the 301 so that search engines that are case sensitive will not get in a bind trackin ...
  Topic: Can I filter a character out after matching?
thinkr

Replies: 3
Views: 14265

PostForum: URL Rewriting   Posted: Mon Dec 15, 2014 10:05 am   Subject: Can I filter a character out after matching?
thanks for this great reply, will get back to you once I have a chance to test it
  Topic: escaping the | symbol
thinkr

Replies: 2
Views: 11692

PostForum: URL Rewriting   Posted: Fri Nov 28, 2014 3:14 am   Subject: escaping the | symbol
Hello, I tried using URL Redirect to redirect a bogus URL that contained a | symbol. I tried escaping the character with a backslash: \. However, the resulting \| still treats the | like an OR, not ...
  Topic: URL Rewrite Performance & Limitations Question
thinkr

Replies: 0
Views: 12859

PostForum: URL Rewriting   Posted: Fri Nov 14, 2014 8:57 am   Subject: URL Rewrite Performance & Limitations Question
If I were to bulk load literally hundreds of thousands of URL Rewrite rules into the abyss.conf file, would this negatively impact server performance? And is there a limit of some sort that I should ...
  Topic: Can I filter a character out after matching?
thinkr

Replies: 3
Views: 14265

PostForum: URL Rewriting   Posted: Fri Nov 14, 2014 8:54 am   Subject: Can I filter a character out after matching?
I have many urls like this...

http://domain.com/constantpath/seriesofcharacterswithslashes.html

...where I need to perform a 301 redirect to the new url where the slashes are removed from the ba ...
  Topic: Issue reading from a CGI application
thinkr

Replies: 11
Views: 41213

PostForum: FastCGI/CGI   Posted: Mon Nov 25, 2013 1:13 am   Subject: yep
Actually that's exactly what I'm doing. The basic system is running now, and next I plan on upgrading to maximize performance for lots of users.

Ok, in reading your response a new question came to ...
  Topic: Issue reading from a CGI application
thinkr

Replies: 11
Views: 41213

PostForum: FastCGI/CGI   Posted: Sun Nov 17, 2013 5:35 am   Subject: working fine
Thanks for your help on this, it is working fine now that the code allows for variable chunk sizes. This same coding mistake is in sample code in several forums. Obviously consensus cannot be truste ...
  Topic: Issue reading from a CGI application
thinkr

Replies: 11
Views: 41213

PostForum: FastCGI/CGI   Posted: Thu Nov 14, 2013 7:55 am   Subject: work-around implemented successfully
The way the code was written presumes that all chunks except the last are 512 bytes long. Once it hits a chunk less than 512 bytes it stops. Every copy of this code that I've seen in other forums wo ...
  Topic: Issue reading from a CGI application
thinkr

Replies: 11
Views: 41213

PostForum: FastCGI/CGI   Posted: Mon Nov 11, 2013 10:49 pm   Subject: Power Basic
Hi, yes, its Power Basic 7, great compiler, been using it for a number of years. And I agree that it is likely not Abyss, but rather some sort of conflict that I don't understand having to do with an ...
  Topic: Issue reading from a CGI application
thinkr

Replies: 11
Views: 41213

PostForum: FastCGI/CGI   Posted: Mon Oct 28, 2013 6:22 am   Subject: cgi code
This code has worked perfectly for the past 2 years on Abyss X2 version 2.7...

FUNCTION webdataStdIn() AS STRING

DIM hInput AS LONG
DIM iRead AS LONG
DIM iResult AS LONG
DIM sBuff ...
  Topic: Issue reading from a CGI application
thinkr

Replies: 11
Views: 41213

PostForum: FastCGI/CGI   Posted: Thu Oct 24, 2013 6:20 am   Subject: similar problem
My CGI system (calls an executable, not an interpreter) for uploading pictures via a normal HTML form has worked fine for months using Abyss X2 version 2.7. Then I upgraded to version 2.9 and started ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group