search
HomeBackend DevelopmentPHP TutorialAPMServ usage instructions_PHP tutorial
APMServ usage instructions_PHP tutorialJul 21, 2016 pm 04:01 PM
php5sqliteInstructions for usefastbuildautomatic

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)

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/316978.htmlTechArticleA tool to quickly and automatically build Apache2, PHP5, MySQL4.0/5.1, SQLite, phpMyAdmin, ZendOptimizer, OpenSSL, and Green software for ASP, ASP.NET, Perl, and CGI website platforms, and has the same capabilities as II...
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
理解SpringBoot和SpringMVC之间的差异及比较理解SpringBoot和SpringMVC之间的差异及比较Dec 29, 2023 am 09:20 AM

对比SpringBoot与SpringMVC,了解它们的差异随着Java开发的不断发展,Spring框架已经成为了许多开发人员和企业的首选。在Spring的生态系统中,SpringBoot和SpringMVC是两个非常重要的组件。虽然它们都是基于Spring框架的,但在功能和使用方式上却有一些区别。本文将重点对比一下SpringBoot与Sprin

Vue3中的生命周期函数:快速掌握Vue3的生命周期Vue3中的生命周期函数:快速掌握Vue3的生命周期Jun 18, 2023 am 08:20 AM

Vue3是目前前端界最热门的框架之一,而Vue3的生命周期函数是Vue3中非常重要的一部分。Vue3的生命周期函数可以让我们实现在特定的时机触发特定的事件,增强了组件的高度可控性。本文将从Vue3的生命周期函数的基本概念、各个生命周期函数的作用和使用方法以及实现案例等方面进行详细探究和讲解,帮助读者快速掌握Vue3的生命周期函数。一、Vue3的生命周期函数的

win10电脑怎么快速切屏win10电脑怎么快速切屏Jul 10, 2023 am 08:21 AM

电脑怎么切屏?在使用电脑的时候,有的朋友会使用两个甚至三个显示屏,但是在使用的时候,就会遇到需要切换屏幕的问题,那么电脑怎么切屏呢?一些朋友不知道电脑快速切屏方法,所以本期将教大家win10电脑怎么快速切屏。win10电脑怎么快速切屏?具体的方法如下:1、外接显示屏以后,同时按下【Fn】+【F4】或者【win】+【P】即可选择外接显示器。2、第二种方法是,在桌面空白处鼠标右键,然后选择【屏幕分辨率】。3、然后在【多显示器】中,就能够切换屏幕了。以上就是小编带来的win10电脑怎么快速切屏的全部内

分享PyCharm中快速注释代码的技巧,提高工作效率分享PyCharm中快速注释代码的技巧,提高工作效率Jan 04, 2024 pm 12:02 PM

效率提升!PyCharm中快速注释代码的方法分享在日常的软件开发工作中,我们经常需要注释掉一部分代码进行调试或者调整。如果手动逐行添加注释,这无疑会增加我们的工作量和耗费时间。而PyCharm作为一款强大的Python集成开发环境,提供了快速注释代码的功能,大大提升了我们的开发效率。本文将分享一些在PyCharm中快速注释代码的方法,并提供具体的代码示例。单

前端开发中sessionStorage的优点及应用案例分析前端开发中sessionStorage的优点及应用案例分析Jan 11, 2024 pm 02:51 PM

sessionStorage在前端开发中的优势与应用案例分析随着Web应用的发展,前端开发的需求也越来越多样化。前端开发人员需要使用各种工具和技术来提高用户体验,其中,sessionStorage是一个非常有用的工具。本文将介绍sessionStorage在前端开发中的优势,以及几个具体的应用案例。sessionStorage是HTML5提供的一种本地存储方

win7如何快速截屏win7如何快速截屏Jun 29, 2023 am 11:19 AM

win7如何快速截屏?win7系统之中有着很多便捷操作功能,可以为各位提供非常多样化的便捷服务。很多win7系统的用户在使用电脑的过程中,想要通过win7系统之中的快捷键进行截屏,但是却不清楚具体的快捷键是哪些,因此无法正常使用,那么,这些快捷截屏键究竟是哪些呢?下面小编就为各位带来win7快速截屏键介绍。win7快速截屏键介绍1、按Prtsc键截图这样获取的是整个电脑屏幕的内容,按Prtsc键后,可以直接打开画图工具,接粘贴使用。也可以粘贴在QQ聊天框或者Word文档中,之后再选择保存即可。2

一加budsPro怎么使用_一加budsPro使用说明一加budsPro怎么使用_一加budsPro使用说明Mar 23, 2024 am 10:11 AM

1、降噪模式和通透模式切换长捏耳机柄约1秒钟,可在降噪模式和通透模式之间切换。2、音乐模式单次按捏耳机柄,可暂停或播放音乐两次按捏耳机柄,可播放下一首三次按捏耳机柄,可播放上一首或唤醒语音。3、通话模式通话状态下,单次按捏耳机柄,可接听或挂断电话。4、如何重置打开耳机盒,当充电盒指示灯闪烁红灯5次后,松开按键,耳机重置完毕。三、怎么连接手机1、打开充电盒2、长按设置按键2秒3、待手机屏幕出现弹窗,单击确认连接。四、怎么查看电量情况1、当耳机连接手机时,可在手机屏幕弹窗中查看耳机及充电盒电量。2、

UniApp实现支付功能的接入与使用说明UniApp实现支付功能的接入与使用说明Jul 04, 2023 am 10:27 AM

UniApp实现支付功能的接入与使用说明随着移动支付的普及,很多应用都需要集成支付功能,以方便用户进行在线支付。UniApp作为一种基于Vue.js的跨平台开发框架,具有一次开发多平台使用的特点,可以轻松地实现支付功能的接入。本文将介绍UniApp中如何接入支付功能,并给出代码示例。一、支付功能的接入在App端的manifest.json文件中添加支付权限:

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.