ZAMP a windows portable LAMP webserver

Hi folks,
recently I was searching for a good "test" easy to use and stable webserver for a windows box. I found and tried some packages with the surprise that NONE was reliable or stable enough. Even the famous XAMPP didn't passed my tests.

So I decided to gather the tools together and create a webserver package with a LAMP stack.

Even I didn't want to "install" it on de windows box or start services on boot!

I came with a package called "ZAMP". Here below some specs:

"Zanfi" Apache (2.4.39) MariaDb (10.4) Php (7.3.7) webserver

This webserver runs as standalone as default in a directory. Make in the root of the C: a directory named zamp and put the content in it. This is a development environment. Do not use it for production.

Double click the zamp.hta file to start Apache webserver and MySql database server.

"NO" service is installed. You have to start and stop manually the two servers. Windows firewall will ask for permissions to allow traffic.

Apache runs behind port 80 and mysql behind 3306.

The document root is C:\zamp\root.

Open a browser and type localhost. You should get a phpinfo() report.

MySql user is "root" and password is "zamp" (without quotes).

Mail is sent through Sendmail (you have to update the .ini file with your credentials)

You can modify the settings of the .ini files in:

Sendmail : C:\zamp\Sendmail\sendmail.ini
Php: C:\zamp\php\php.ini
MySql: C:\zamp\mariadb\my.ini
Apache: C:\zamp\Apache24\conf\httpd.conf

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Please find the package on github at:

https://github.com/zanferrari/zamp

Let me know ;-)

Comments

Popular posts from this blog

Killing orphans and zombies

XPDF Segmentation fault (core dumped) SOLVED