Environment configuration (window+Apache+Php)
If you have configured it and forgotten it, follow the red letter guidance~
If you hate the work of configuring the environment, haha, search for "XAMPP" ~ you can find everything in the installation package!
Ok, if you want to know this and why, continue.
I. Download Apache (msi version)
a. Network domain, server, administrator settings, feel free to feel free to decide if you are not sure ~ remember (this information can be modified in httpd.conf)
b. To install, open the conf file in the apache directory, find httpd.cong, and add support for the PHP module
ø
LoadMoudle php5_moudle X:/php/php5apache2_2.dll
Effect: Load the module that processes PHP.
ø Add code
AddType application/x-httpd-php .php
Effect: Add PHP-recognizable MIME type
Ø Add the following code at the end of the file
LoadFile X:phplibmcrypt.dll
LoadFile X:phplibmysql.dll
Effect: Support libmcrypt and libmtsql
Ø Add the following code at the end of the file
PHPIniDir "X:/php"
Effect: Set the file directory of php.ini
ø Note: Only the distinction between the file directory "" and "/" ~
The general quotation marks are /
Outside the quotation marks is
ø Another explanatory introduction later
II. Download PHP
a. Change php.ini-xxxxxxxxx in the php directory to php.ini (we will introduce some settings in detail later)
b. Set expansion file directory
i. Find extension_dir="./" --- Change to extension_dir="X:/php/ext"
c. Enable some commonly used extensions
Extension=php_gd2.dll
Effect: Support GD drawing function
Extension=php_mbstring.dll
Extension=php_mcrypt.dll
Extension=php_mysql.dll
Effect: Support MySQL database
Extension=php_mysqli.dll
d. Add environment variables
Add "X:php" to Path
III. Running PHP:
a. Start the Apache server~
b. Create the phpinfo.php file in the htdocs folder of apache
c. Write the following code:
IV. Notes:
a. The Apache configuration file is only called at startup, so you must restart it after modification
b. Apache cannot start usually because there is a problem with the configuration file. The most common reason is that there are illegal characters
C. httpd.conf file does not indicate that when it can support .html, do not embed the PHP code in HTML
d. Experience it for yourself!! Do not use port 8080 by other services, otherwise the server will not be generated by default.
Some configuration additions about Apache
• Important parameters
a. ServerRoot "X:/apache" //Software installation location
b. PidFile logs/httpd.pid //The process number file location of the parent process
c. Listen:8080 //Port number
d.
e. ServerAdmin //Administrator’s email address.
g. DirectoryIndex index.html index.php index.htm //Homepage file settings
• A few commands
a. X:Apache2.2bin> httpd -k install -n ApacheName
Create an ApacheName service named
b. X:Apache2.2bin> httpd -k uninstall -n ApacheName
Delete the ApacheName service named
c. X:Apache2.2bin> httpd -n ApacheName -t
Check the correctness of the configuration file
d.
Basic operations
About PHP configuration instructions
1. Php.ini is the php global configuration file
Controlled behavior
Language Options Safe Mode Syntax Highlighting
Miscellaneous Resource Limitations Error Handling and Logging
Data processing Path and directory File upload
Fopen wrapper Dynamic expansion Module settings
For the situation where the port is occupied
1. A problem arises when starting up! Service State is empty!
2. This means that there is no apache service in the service
3. It is said that if emial is not admin, there will be no service - I don’t know if it is true or not, but there will be problems if the port is occupied
4. Obtain the highest permissions first~ (Control Panel-User Accounts and Family Security-System and Security-Action Center-Change User Account Control Settings-Change to "Never Notify")
5. Restart
6. cmd input: cd /d X:Apache2.2bin go to the specified directory
7. cmd execution: httpd.exe -k install -n apache2
8. ok
Excerpted from matter605924657

Windows恢复环境(WinRE)是用于修复Windows操作系统错误的环境。进入WinRE后,您可以执行系统还原、出厂重置、卸载更新等操作。如果无法引导到WinRE,本文将指导您使用修复程序解决此问题。无法引导到Windows恢复环境如果无法引导至Windows恢复环境,请使用下面提供的修复程序:检查Windows恢复环境的状态使用其他方法进入Windows恢复环境您是否意外删除了Windows恢复分区?执行Windows的就地升级或全新安装下面,我们已经详细解释了所有这些修复。1]检查Wi

在本文中,我们将了解Python和Anaconda之间的差异。Python是什么?Python是一种开源语言,非常重视使代码易于阅读并通过缩进行和提供空白来理解。Python的灵活性和易于使用使其非常适用于各种应用,包括但不限于对于科学计算、人工智能和数据科学,以及创造和发展的在线应用程序。当Python经过测试时,它会立即被翻译转化为机器语言,因为它是一种解释性语言。有些语言,比如C++,需要编译才能被理解。精通Python是一个重要的优势,因为它非常易于理解、开发,执行并读取。这使得Pyth

随着互联网的不断发展和普及,Web应用程序已成为人们日常生活中必不可少的一部分,这也决定了Web应用程序的安全问题非常重要。在Web应用程序中,Cookie被广泛使用来实现用户身份认证等功能,然而Cookie也存在着安全风险,因此在配置Nginx时,必须设定适当的Cookie安全策略,以保证Cookie的安全性。下面是一些在Nginx中配置Cookie安全策

如何配置MySQL连接池的最大连接数?MySQL是一个开源的关系型数据库管理系统,被广泛应用于各种领域的数据存储与管理。在使用MySQL时,我们常常需要使用连接池来管理数据库连接,以提高性能和资源利用率。连接池是一种维护和管理数据库连接的技术,它能够在需要时提供数据库连接,并在不需要时回收连接,从而减少了连接的重复创建和销毁。而连接池的最大连接数则是连接池所

php集成环境包有:1、PhpStorm,功能强大的PHP集成环境;2、Eclipse,开放源代码的集成开发环境;3、Visual Studio Code,轻量级的开源代码编辑器;4、Sublime Text,受欢迎的文本编辑器,广泛用于各种编程语言;5、NetBeans,由Apache软件基金会开发的集成开发环境;6、Zend Studio,为PHP开发者设计的集成开发环境。

Nginx错误页面配置,优雅处理网站故障在现代互联网时代,一个高度稳定和可靠的网站是任何企业或个人追求的目标。然而,由于各种原因,网站可能会经历故障或错误,这可能是由于网络问题、服务器问题或应用程序错误等。为了提供更好的用户体验和优雅地处理任何可能发生的错误,Nginx作为一个强大的Web服务器软件,不仅能够提供高性能的服务,还能够灵活地配置错误页面。在Ng

随着云计算、大数据和物联网等技术的日益普及,虚拟化技术成为了当今IT领域的热门话题。虚拟化是通过将一台物理主机划分为多个独立的虚拟机,实现资源的共享和管理的方法。虚拟网络是虚拟化的其中一个重要组成部分,能够满足不同应用之间的网络隔离和互动需求。在本文中,我们将介绍如何使用Linux进行虚拟网络配置。一、Linux虚拟网络的概述在物理网络中,网卡是连接网络设备

在Linux服务器上配置防火墙非常重要,它可以有效地保护服务器免受恶意攻击。在Ubuntu操作系统上,我们可以使用UFW防火墙来保护服务器的安全。在本文中,我们将介绍如何使用宝塔面板配置UFW防火墙。第一步:安装宝塔面板首先,我们需要在Ubuntu上安装宝塔面板。您可以在宝塔官网免费下载宝塔面板的安装包,然后在命令行中运行以下命令来安装宝塔面板:$wget


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

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

WebStorm Mac version
Useful JavaScript development tools

Atom editor mac version download
The most popular open source editor

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.
