Hello i am new user of Haiku and i want try manage how to configure some basic network services as run apache and try php, try run Python and django or java (maybe glassfish server). I have many problem which were always ruined by some errors, system freeze or my knowledges which are not enought to manage it.
(PHP) I tried cherokee server which i wasnt able run properly or i dont know how to config configuration files (i have had same try with apache server)
(Python) i tried django by pip. instalation was fine everything goes right but at the end when server was running python stopped working.
my goal is make dynamic web app which will be running on localhost as server in local network. I tried
these 3 ways which i failed or are there other ways how to manage this goal which i have not mentioned?
Servers aren’t the main priority, so you are almost your own. What you can do is to report bugs at the haikuports issue pages, as this is not the appropriate place to do it:
and you can try to update / fix the ports for php/jdk/python, etc. You can find all the required info in the wiki:
Php is not being handled at the server, like your sentence implies. You need to install and configure the php binary itself. That might be a one of the causes of your problems.
Also… Ewwww at java serving anything.
Since you seem not to have a clear idea on how to get the goal running, as you are testing all the languages, i will give you a shorcut:
Get the Bottle python file from the Bottle page or install through pip, which provides you with a library that embeds a webserver in a simple script, and follow the bottle tutorials to start handing your web app in code. https://bottlepy.org/docs/dev/tutorial.html
Not really, because webkit comes with its own configuration, generated by several layers of python scripts so it’s not easy to extract it. This is why I did not include any more details.