Boa is an open-source and small footprint webserver. Last release was in February 23, 2005.
Questions tagged [boa]
10 questions
3
votes
2 answers
Perl CGI problem
I'm doing some development work that uses an embedded Linux for the OS and Boa for the web server. I have a web page that posts to a CGI script, handles the form data, and replies. My development environment was Ubuntu and everything worked fine,…

Chris Clark
- 340
- 2
- 13
1
vote
4 answers
could not start boa constructor on windows with python2.7
I am trying to install Boa Constructor on windows 7. I am using python 27.
After installing when i run Boa.py it gave me an error
Starting Boa Constructor v0.6.1
importing wxPython
reading user preferences
Created directory:…

Prakhar
- 530
- 10
- 24
0
votes
0 answers
Where can I Find AzerothCore - Keira Editor - BOA - ScalingStatDistrobution - ScalingStatValue documentation?
I have tried google and searching on the acore website but I cant seem to find any documentation for ScalingStatDistobution and ScalingStatValue.
I want to create my own BOA items and I have been experimenting and it is fairly tedious.
The BOA's I…

Griptor
- 1
- 1
0
votes
0 answers
Live data display in C over HTML
I have a moderately complex C program running on Linux, and I want to show some data from structures and some strings on a HTML page for live data presentation. I do have Boa Web Server running, but I can't think how to send the data to be…

user8351154
- 89
- 1
- 4
0
votes
1 answer
How to access Boa Constructor IDE
Hi I know you all probably think I'm thick but, how do I actualy access the boa constructor IDE to build a gui? I have downloaded it and added it to python 2.7. Thanks in advance

Hillman
- 23
- 3
0
votes
3 answers
boa webserver, sh script
I have here embedded device with linux.
There is a webserver boa. http://www.boa.org/
I am trying to start sh cgi script.
#!/bin/sh
echo "Content-type: text/html\n"
echo "Hello world !"
./script.cgi works, but in webbrowser I get
502 Bad…

Meloun
- 13,601
- 17
- 64
- 93
0
votes
1 answer
Programmatically detect if local web server has hung
I realise that I'll get at least one answer along the lines of "(re)write the code so it doesn't hang" but let's assume we don't live in that shiny happy utopia just yet...
In our embedded system we have a big SDK including a web-server (Boa) which…

John U
- 2,886
- 3
- 27
- 39
0
votes
1 answer
Unpredictable behavior when uploading large (~4MB) files to boa webserver
I'm developing an application for an embedded platform, namely DM385 by TI running arago linux.
I've encountered a strange problem when uploading files larger than 3-4 MB via http.
Sometimes the upload works well, other times the file gets uploaded…

eliba
- 140
- 10
0
votes
1 answer
Watchdog for Boa Web server
I'm on a project where I use BOA web server, server crashes more at one point I wanted to make a good watchdog to reset it not that caught the process, most do not know where to start .. someone could help me?

Paulo Vagner
- 49
- 1
- 2
- 8
0
votes
1 answer
Using CGI page as directory index in Boa web server
I am using Boa web server on an ARM based board.
I wish to use a cgi script as the home page.
In boa.conf, I used the option
DirectoryIndex index.cgi
However, when entering the IP of the host board in my browser, all I get is error 403, and the…

eliba
- 140
- 10