APMServ usage instructions_PHP tutorial
A green software that quickly and automatically builds Apache2, PHP5, MySQL4.0/5.1, SQLite, phpMyAdmin, ZendOptimizer, OpenSSL, and ASP, ASP.NET, Perl, and CGI website platforms, and has graphics as convenient as IIS Management interface.
APMSer official website
Software name: APMServ 5.1.2
Software author: Memories of the future [Zhang Yan]
Authorization method: free software
Release date: March 1, 2006
Operating environment: WinNT/Win2000/WinXP/Win2003
Official website: http://apmserv.s135.com
File size: 14.7MB
Download address:
①Official download point
[Education Network Central China District] http://download.s135.com/webadmin/soft /APMServ5.1.2.rar
[Shanghai Netcom Broadband] http://www.s135.com/soft/apmserv/APMServ5.1.2.rar
②Other download points: [Huajun Software Park] [Tianfu Hotline] [China Webmaster Station] [Tianxin.com] [Silicon Valley Power]
Software Introduction:
APMSer 5.1.2 is a fast automatic build Apache 2.0.55, PHP 5.1.2, MySQL 4.0.26/5.1.5a, SQLite, phpMyAdmin, ZendOptimizer, OpenSSL, and green software for ASP, ASP.NET, Perl, CGI website platforms, no installation required, flexible mobile When copying it to other directories, partitions or other computers, you only need to click the start button in APMServ.exe to automatically make relevant settings, install Apache2 and MySQL as system services and start them. APMServ combines the advantages of Apache's stability and security, and has the same convenient graphical management interface as IIS, virtual host, virtual directory, port change, MySQL4.0/5.1 version switching, SMTP, upload size, performance optimization and other settings, just It can be done with just one click of the mouse.
1. MySQL default username: root, password is empty
2. MySQL database file storage directory: MySQL4.0data or MySQL5.1data
3. Website Root directory [PHP, ASP.NET]wwwhtdocs [ASP]wwwasp [CGI]wwwcgi-bin
4. Please use http://127.0.0.1/ or https://127.0.0.1/ ( If SSL is enabled)
5. Non-default port, the URL is http://127.0.0.1:port/ or https://127.0.0.1:port/
6. Software included:
Apache 2.0.55 (HTTP server)
NetBox 2.8 Build 4128 (HTTP server, ASP script interpretation engine)
PHP 5.1.2 (script interpretation engine)
MySQL 4.0.26 (database server)
MySQL 5.1.6-alpha (database server)
SQLite 3.2.8 (database server)
phpMyAdmin 2.7.0-pl2 (MySQL database online management tool)
ZendOptimizer 2.6 (PHP script acceleration engine)
OpenSSL 0.9.8a (used to support HTTPS (SSL) secure transmission protocol)

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











The differences between php5 and php8 are in terms of performance, language structure, type system, error handling, asynchronous programming, standard library functions and security. Detailed introduction: 1. Performance improvement. Compared with PHP5, PHP8 has a huge improvement in performance. PHP8 introduces a JIT compiler, which can compile and optimize some high-frequency execution codes, thereby improving the running speed; 2. Improved language structure, PHP8 introduces some new language structures and functions. PHP8 supports named parameters, allowing developers to pass parameter names instead of parameter order, etc.

Preface: vim is a powerful text editing tool, which is very popular on Linux. Recently, I encountered a strange problem when using vim on another server: when I copied and pasted a locally written script into a blank file on the server, automatic indentation occurred. To use a simple example, the script I wrote locally is as follows: aaabbbcccddd. When I copy the above content and paste it into a blank file on the server, what I get is: aabbbcccddd. Obviously, this is what vim does automatically for us. Format indentation. However, this automatic is a bit unintelligent. Record the solution here. Solution: Set the .vimrc configuration file in our home directory, new

How to quickly build a statistical chart system under the Vue framework. In modern web applications, statistical charts are an essential component. As a popular front-end framework, Vue.js provides many convenient tools and components that can help us quickly build a statistical chart system. This article will introduce how to use the Vue framework and some plug-ins to build a simple statistical chart system. First, we need to prepare a Vue.js development environment, including installing Vue scaffolding and some related plug-ins. Execute the following command in the command line

Compare SpringBoot and SpringMVC and understand their differences. With the continuous development of Java development, the Spring framework has become the first choice for many developers and enterprises. In the Spring ecosystem, SpringBoot and SpringMVC are two very important components. Although they are both based on the Spring framework, there are some differences in functions and usage. This article will focus on comparing SpringBoot and Spring

What is the difference in the "My Computer" path in Win11? Quick way to find it! As the Windows system is constantly updated, the latest Windows 11 system also brings some new changes and functions. One of the common problems is that users cannot find the path to "My Computer" in Win11 system. This was usually a simple operation in previous Windows systems. This article will introduce how the paths of "My Computer" are different in Win11 system, and how to quickly find them. In Windows1

If you are using a Linux operating system and want the system to automatically mount the drive on boot, you can do this by adding the device's unique identifier (UID) and mount point path to the fstab configuration file. fstab is a file system table file located in the /etc directory. It contains information about the file systems that need to be mounted when the system starts. By editing the fstab file, you can ensure that the required drives are loaded correctly every time the system starts, thus ensuring stable system operation. Automatically mounting drivers can be conveniently used in a variety of situations. For example, I plan to back up my system to an external storage device. To achieve automation, ensure that the device remains connected to the system, even at startup. Likewise, many applications will directly

In today's data-driven world, having an efficient approach to data processing is crucial, and SQLite is one of the best solutions for small database systems. SQLite is a popular relational database system that is easy to use, lightweight, and scalable. One way to store data in SQLite is in CSV format. This enables us to store structured data in flat files and can easily parse it with the help of Python. In this tutorial, we will learn how to create a SQLite database from a CSV file using Python. What is a SQLite database? SQLite is a software library that provides a relational database management system (RDBMS) that stores data in independent,

WordPress Website Building Guide: Quickly Build a Personal Website With the advent of the digital age, having a personal website has become fashionable and necessary. As the most popular website building tool, WordPress makes it easier and more convenient to build a personal website. This article will provide you with a guide to quickly build a personal website, including specific code examples. I hope it can help friends who want to have their own website. Step 1: Purchase a domain name and hosting. Before starting to build a personal website, you must first purchase your own
