AOL's multi-threaded, Tcl-based, scalable open source web server.
Questions tagged [aolserver]
8 questions
3
votes
4 answers
creating url to use instead of ip address for aolserver used in project open
In Project-Open tool, aolserver is used to host the application and is accessed using the ip address of the server like 172.XX.XX.XX:8000.
Now I don't want to make this ip address public. I tried to create and use url (by making some changes in the…

VijayD
- 826
- 1
- 11
- 33
2
votes
1 answer
Empty TCL string resulting in non-printable character causing Project-Open to crash
I installed Project Open on ubuntu.
Whenever there is an empty string in tcl then the HTML forms contain a non-printable character instead.
What could cause the issue? Webserver is openACS / AOLServer
TCL Code: set email "" (index.tcl)
ADP Code:…

Thorsten Niehues
- 13,712
- 22
- 78
- 113
2
votes
1 answer
Is there a suitable hook for intercepting all POSTs to an OpenACS/AOLServer system?
I'd like to disable all POSTs to an OpenACS/AOLServer installation. Is there an good singular place – a request-hook or wrapper/middleware – to do this?
(Bonus points if the intercept can let a few URI patterns or logged-in users through.)

gojomo
- 52,260
- 14
- 86
- 115
1
vote
2 answers
How to copy files with special characters in their names with TCL's exec?
I'm trying to upload files containing special characters on our platform via the exec command but the characters are always interpreted and it fails.
For example if I try to upload a mémo.txt file I get the following error:
/bin/cp: cannot create…

Simon
- 337
- 1
- 3
- 11
1
vote
2 answers
How to change the max size for file upload on AOLServer/CentOS 6?
We have a portal for our customers that allow them to start new projects directly on our platform. The problem is that we cannot upload documents bigger than 10MO.
Every time I try to upload a file bigger than 10Mo, I have a "The connection was…

Simon
- 337
- 1
- 3
- 11
1
vote
1 answer
how to apply ssl certificates to aol server in tcl script?
using https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=3&nav=0,33
I generated "server.csr" to further create public certificate.
then i got two encrypted keys. I tried to make changes in the config.tcl accordingly but…

VijayD
- 826
- 1
- 11
- 33
0
votes
2 answers
trying to run AolServer on port 80/443 on linux Centos 6
In open source project,project open, I'm trying to run the server on port 80 for http and 443 for https which gave an error
[-nssock:driver-] Error: nssock: failed to listen on 0.0.0.0:80: Permission denied
and also is there anything else required…

VijayD
- 826
- 1
- 11
- 33
-1
votes
1 answer
SSL Certificate for WAN IP
I am having some troubles installing my SSL certificate.
Here is the situtation:
I have baught a certificate for the domain client.lexcelera.com.
The problem is that client.lexcelera.com is redirected to our livebox IP via a WAN connection.
So when…

Simon
- 337
- 1
- 3
- 11