What is the "src/Base/WebServer.pm" for ?

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

What is the "src/Base/WebServer.pm" for ?

#1 Post by sofax222 »

There is a WebServer.pm file in src/Base.
What is that for ?

Is it a interface with web server (such as Apache) ?
If it is true, how can I setup to moniter the openkore with browser ?
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: What is the "src/Base/WebServer.pm" for ?

#2 Post by EternalHarvest »

sofax222 wrote:Is it a interface
No, it's just a web server: "This class implements a basic HTTP 1.1 server."
how can I setup to moniter the openkore with browser ?
There's webMonitor plugin in svn.
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: What is the "src/Base/WebServer.pm" for ?

#3 Post by sofax222 »

Thank you very much !