X
X
xAlex0072013-01-29 13:34:49
PHP
xAlex007, 2013-01-29 13:34:49

Recommend mini web-server for the finished program

There is a ready-made program that works as a windows service, I would like to attach a GUI - Web interface to the program
so that you can set up authorization, edit INI configuration files, and can build a schedule in the future.
Thank you.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Sergey Savostin, 2013-01-29
@xAlex007

code.google.com/p/mongoose/

3
3vi1_0n3, 2013-01-29
@3vi1_0n3

If you use Apache, then there are several programs here, see if something suits you.

X
xmoonlight, 2013-01-29
@xmoonlight

LAMP, Denver

W
WEBIVAN, 2013-01-29
@WEBIVAN

If multithreading of the server is necessary, I would fasten php to IIS, all the same, a native server for Windows.
If more than one user in 1 thread is not going to work, the server built into PHP will be enough, but it will still not be very convenient: you can’t send more than 1 request in the background, pictures will be loaded one by one, etc.

I
igrishaev, 2013-01-30
@igrishaev

If you are too lazy to bother with the server, install Apache and write under CGI in Python, Perl.
If not too lazy, then take a mini-framework like Flask, run it later under tornado or mod_wsgi.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question