MyServer 0.8.2 aka "Thunder" is out!!!

C

codingmaster

MyServer 0.8.2 aka "Thunder" is out!!!


Download MyServer 0.8.2 aka "Thunder" at:
=====================================================
http://prdownloads.sourceforge.net/myserverweb/MyServer-linux-0.8.2.tar.bz2?download
(GNU/Linux)
http://prdownloads.sourceforge.net/myserverweb/MyServer-hurd-0.8.2.tar.bz2?download
(GNU/HURD)
http://prdownloads.sourceforge.net/myserverweb/MyServer-win32-0.8.2.exe?download
(Windows)
http://prdownloads.sourceforge.net/myserverweb/MyServer-src-0.8.2.tar.bz2?download
(Source)
http://prdownloads.sourceforge.net/myserverweb/MyServer-doc-0.8.2.zip?download
(Documentation)


Changes in 0.8.2:
==================
This version contains:
======================
-All previous changes made in rc2
-Some bugfixes


Mon, 13th March 2006 21:00 CEST

-> MyServer 0.8.2 released

Georgy Berdyshev <codingmaster__AT__gmail.com>

===========================================================================

Changes in 0.8.2-rc2:
======================
This version contains:
======================
-All previous changes made in rc1
-Many bugfixes
-fixed make install
-BSD improvements
-updated Windows libraries
-Cleaned code


Sun, 19th Feb 2006 18:30 CEST

-> MyServer 0.8.2 enters rc2

Georgy Berdyshev <codingmaster___AT___gmail.com>

===========================================================================

Changes in 0.8.2-rc1:
======================
This version contains:
======================
-New Multi-Language installer for Windows
-Cleaned some code and interfaces
-New Hash Map Implementation
-Better BSD system support
-Dynamic HTTP methods
-Added argument line parsing under Windows
-Fixed bug with FastCGI and big STDIN data
-Fixed problem with SSL cache
-Dynamic filters
-HTTP header tags in security files
-Dynamic HTTP manager
-Added possibility to define options per vhost
-Possibility to define security rules
-Support for symlinks under UNIX
-Documentation updated
-New MyServer logo
-Updated Windows libraries

Fri, 30th December 2005 22:30 CEST

-> MyServer 0.8.2 enters rc1

Georgy Berdyshev <codingmaster___AT___gmail.com>

===========================================================================
Please download and use MyServer 0.8.2 "Thunder".
This release is stable.
Therefore all previous versions of MyServer should be
updated to MyServer 0.8.2 "Thunder"!


For feedback and more information, you can contact us at:

http://www.myserverproject.net/


MD5 checksums:
================
e3c7705f74ff27c01de3c7c5646bd88f MyServer-linux-0.8.2.tar.bz2
0ee83286cecad6d4d9580ea7642f0f0e MyServer-hurd-0.8.2.tar.bz2
4fd51d4ceeb2914e394c5a6149ed0e4f MyServer-win32-0.8.2.exe
1b71ec9f3f0afcf6f6e02bd231ae0b19 MyServer-src-0.8.2.tar.bz2
f6360726d17960a2285884818cd369b1 MyServer-doc-0.8.2.zip
===========================================================================

Georgy Berdyshev, <codingmaster___AT___gmail.com>

http://www.myserverproject.net/
http://people.myserverproject.net/~codingmaster/
http://www.sourceforge.net/projects/myserverweb/
 
D

Dewey Edwards

Oh.
And what, pray, does it do?
From http://www.myserverproject.net/forum/portal.php

"MyServer is a powerful and easy to configure web server. MyServer is
Free Software and it is licensed under the GNU General Public License
(GPL) terms. See the license page for additional info.

Our principal goal is to create a free and simple server to allow
everyone to transform his home PC in a server and be your own
webmaster with few clicks and share information easily with all the
world!

It is based on multi-threaded architecture, which makes it extremely
scalable and usable in large scale sites as well as in small networks.

MyServer has a lot of common as well as unique features, it is under
continuous development and new ones will be made available in future
releases. Go here to see the latest news from the MyServer project."

http://www.myserverproject.net/news.php?shownews=true
 
M

Mark Carter

Dewey said:
"MyServer is a powerful and easy to configure web server.

Having said that, the grand master of them all, Apache, is OK for
setting up something quickly:
http://www.apache.org/

For my website, I'm currently using lighttpd:
http://www.lighttpd.net/
"Security, speed, compliance, and flexibility--all of these describe
LightTPD which is rapidly redefining efficiency of a webserver; as it is
designed and optimized for high performance environments. With a small
memory footprint compared to other web-servers, effective management of
the cpu-load, and advanced feature set (FastCGI, CGI, Auth,
Output-Compression, URL-Rewriting and many more) LightTPD is the perfect
solution for every server that is suffering load problems. "
Available for Windows as well as Linux.
 
G

gscrivano

of course, it supports FastCGI, CGI, ISAPI, WinCGI. Everything can use
these protocols then can be used with myserver.
 
A

alexandru.iancu

John said:
< snip >

At first glance is seems to have no security features. One does NOT
appear to need a password for access. :-(

It has https. Please check docs.
 
C

codingmaster

Hello!

MyServer supports PHP and also other scripting language via FastCGI or
directly via CGI. You can setup virtual hosts and lots more

You can also set up a MySQL server and use it for your php scripts:
www.mysql.org

For more information have a look at: www.myserverproject.net
The Documenation: http://www.myserverproject.net/doc/languages/english/

There's also a MyServer bundle available, which contains MyServer, the
Firebird Database Server and PHP:
http://www.janus-software.com/phpserver.html

The documentation contains all information, which is needed to setup
php and other scripting languages.

Regards, Georgy
 
J

John Fitzsimons

7. Security ---> Controlling Access

Thanks Georgy, but IMO if a windows program is "designed, to be
easily run on a personal computer by the average computer user"
then it should have a GUI approach to setup.

Most windows users wouldn't know how to properly create, or bother
with creating, "virtual hosts configuration files" etc. etc. Many
would have no idea what a "PID", "GID", etc. is.

As for the above link, a UNIX person may be happy to mess around with
"security files" but windows users ? Probably not. In any case that
page seems to be talking about access to particular files. My query
was concerning access to the web server system.

Regards, John.
 
C

codingmaster

Hello!

The documentation part was just a hint.

The installation package includes a configuration gui!!!
You can easily set up and configure your server, using it....

But there are also many people, who prefer to not to use a gui,
therefore the documentation.

PID, GID are only available for *nix versions. The configuration gui is
also included in the *nix binary releases.

Regards, Georgy
 
A

alexandru.iancu

yes, my personal web site with php, and another web site I'm working on
php+MySQL :))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top