国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Table of Contents
PHP modular installation tutorial, php modular tutorial
Home Backend Development PHP Tutorial PHP modular installation tutorial, php modular tutorial_PHP tutorial

PHP modular installation tutorial, php modular tutorial_PHP tutorial

Jul 12, 2016 am 08:50 AM
php Install Modular

PHP modular installation tutorial, php modular tutorial

This article describes the PHP modular installation method. Share it with everyone for your reference, the details are as follows:

PHP (Hypertext Preprocessor) is a simple but very powerful scripting language. The installation and basic configuration process of Apache2.0.53 php5.2.1 based on the WindowsXP sp2 operating platform is recorded below for reference:

1. First download the following programs from official websites:

1. apache_2.0.53-win32-x86-no_ssl.exe
2. php-5.2.1-Win32.zip (binary compressed package)

2. Installation and configuration process:

1. Install apache web server:

Double-click the installation file apache_2.0.53-win32-x86-no_ssl.exe and install it in the D:/Apache directory (I created a new Apache folder on the D drive),

------------------------------------------------- --------
Note: The following problems may occur during the installation process:
OS 10048 Normally each socket address (protocol/network address/port) is only allowed to be used once:
make_sock: could not bind to address 0.0.0.0:80..." It is usually caused by IIS occupying port 80
Two solutions:
1. Open the Control Panel->Services, find the IIS admin service, close and disable
2. If you don’t want to close the IIS service, you can change the port used by apache to another port
Change Listen 80 in apache2/conf/httpd.conf to Listen (the port you want to use) such as Listen 8080
But at this time, when you access the web service under your apache, you need to add the port number after the domain name
For example: http://localhost:8080
-------------------------------------------------- -----

To test whether Apache is installed successfully, enter in the browser: http://localhost:8080/http://localhost If you can see the Apache logo feather, Congratulations!!!

2. Install PHP:

Extract the contents of php-5.2.1-Win32.zip to D:/PHP (I created a new PHP folder on the D drive), find php.ini-dist in the php directory and rename it to php.ini And copy it to the windows directory. Then copy php5ts.dll and libmysql.dll in the D:/PHP directory to the system directory (under windows/systems32).

Configure httpd.conf in apache

Open the file D:/Apache2/conf/httpd.conf
Find AddDefaultCharset ISO-8859-1 and change it to AddDefaultCharset GB2312 (make the default language encoding Simplified Chinese)
Find DocumentRoot "D:/Apache2/htdocs" and change it to your WEB directory (optional). For example, mine is DocumentRoot "G:/Web Project"
Find DirectoryIndex index.html index.html.var and add index.htm index.php

Select the installation mode: Modular mode installation or CGI mode installation (select one)

Modular installation configuration

Find the line #LoadModule ssl_module modules/mod_ssl.so and add a line after this line:

LoadModule php5_module d:/php/php5apache2.dll

Where d:/php/php5apache2.dll is the location of php5apache2.dll in your php directory

Note: LoadModule php5_module d:/php/php5apache2.dll???
//Note: C:/php5/php5apache2.dll is the corresponding path where you install php. Do not confuse php5apache2.dll with php5apache2_2.dll.

php5apache2.dll only applies to apache version 2.0.

If it is apache2.2.* or above, "Cannot load C:/php/php5apache2.dll into server: The specified module could not be found." or: "The requested operation" may appear. has failed"

Find the line AddType application/x-gzip .gz .tgz and add a line after this line

AddType application/x-httpd-php .php

CGI installation configuration

Find the AddType application/x-gzip .gz .tgz line and add the following:

ScriptAlias /php/ "d:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"

Note: The full English name of CGI is Common Gateway Interface, which is usually translated as common gateway interface. It is an interface for the HTTP server to communicate with other programs on the machine. This "other program" can be written in any computer language. It obtains input from the HTTP server through the CGI interface, and then sends the running results to the HTTP server through the CGI interface, and the HTTP server sends the results to the browser.

The emergence of CGI has changed the WEB from static to dynamic. As the Web becomes more and more popular, many websites need dynamic pages to interact with viewers. The shortcomings of CGI methods are becoming more and more prominent. Because HTTP needs to generate a dynamic page, the system must start a new process to run the CGI program. Continuous forking is a very time- and resource-consuming task. Here comes FastCGI.

FastCGI is like a long-live CGI. It can be executed all the time. As long as it is activated, it will not take time to fork every time (this is the most criticized fork-and-function of CGI). -execute mode).

At this point the PHP environment has basically been configured successfully

Create a file named test.php in the WEB root directory (such as my D:/website) with the following content

Restart apache service

Open http://localhost/test.php with a browser or in LINUX system: /usr/local/php/bin/php -f test.php

It’s OK if you can see the php configuration output information

Note: Modular installation mod_php is to use PHP as a built-in module of APACHE. Let the apache http server itself support the PHP language, without starting the PHP interpreter for every request to interpret PHP.

Readers who are interested in more PHP-related content can check out the special topics on this site: "Summary of PHP mathematical operation skills", "Summary of PHP operating office document skills (including word, excel, access, ppt)", "PHP array ( Array) operating skills collection", "php sorting algorithm summary", "php common traversal algorithms and techniques summary", "php data structure and algorithm tutorial", "php programming algorithm summary", "php regular expression usage summary", "Summary of PHP operations and operator usage", "Summary of PHP string usage" and "Summary of common PHP database operation skills"

I hope this article will be helpful to everyone in PHP programming.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1133033.htmlTechArticlePHP modular installation tutorial, php modular tutorial This article describes the PHP modular installation method. Share it with everyone for your reference, the details are as follows: Although PHP (Hypertext Preprocessor)...
Statement of this Website
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

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

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.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Applying Semantic Structure with article, section, and aside in HTML Applying Semantic Structure with article, section, and aside in HTML Jul 05, 2025 am 02:03 AM

The rational use of semantic tags in HTML can improve page structure clarity, accessibility and SEO effects. 1. Used for independent content blocks, such as blog posts or comments, it must be self-contained; 2. Used for classification related content, usually including titles, and is suitable for different modules of the page; 3. Used for auxiliary information related to the main content but not core, such as sidebar recommendations or author profiles. In actual development, labels should be combined and other, avoid excessive nesting, keep the structure simple, and verify the rationality of the structure through developer tools.

How to handle File Uploads securely in PHP? How to handle File Uploads securely in PHP? Jul 08, 2025 am 02:37 AM

To safely handle PHP file uploads, you need to verify the source and type, control the file name and path, set server restrictions, and process media files twice. 1. Verify the upload source to prevent CSRF through token and detect the real MIME type through finfo_file using whitelist control; 2. Rename the file to a random string and determine the extension to store it in a non-Web directory according to the detection type; 3. PHP configuration limits the upload size and temporary directory Nginx/Apache prohibits access to the upload directory; 4. The GD library resaves the pictures to clear potential malicious data.

How Do You Pass Variables by Value vs. by Reference in PHP? How Do You Pass Variables by Value vs. by Reference in PHP? Jul 08, 2025 am 02:42 AM

InPHP,variablesarepassedbyvaluebydefault,meaningfunctionsorassignmentsreceiveacopyofthedata,whilepassingbyreferenceallowsmodificationstoaffecttheoriginalvariable.1.Whenpassingbyvalue,changestothecopydonotimpacttheoriginal,asshownwhenassigning$b=$aorp

PHP find the position of the last occurrence of a substring PHP find the position of the last occurrence of a substring Jul 09, 2025 am 02:49 AM

The most direct way to find the last occurrence of a substring in PHP is to use the strrpos() function. 1. Use strrpos() function to directly obtain the index of the last occurrence of the substring in the main string. If it is not found, it returns false. The syntax is strrpos($haystack,$needle,$offset=0). 2. If you need to ignore case, you can use the strripos() function to implement case-insensitive search. 3. For multi-byte characters such as Chinese, the mb_strrpos() function in the mbstring extension should be used to ensure that the character position is returned instead of the byte position. 4. Note that strrpos() returns f

PHP header location ajax call not working PHP header location ajax call not working Jul 10, 2025 pm 01:46 PM

The reason why header('Location:...') in AJAX request is invalid is that the browser will not automatically perform page redirects. Because in the AJAX request, the 302 status code and Location header information returned by the server will be processed as response data, rather than triggering the jump behavior. Solutions are: 1. Return JSON data in PHP and include a jump URL; 2. Check the redirect field in the front-end AJAX callback and jump manually with window.location.href; 3. Ensure that the PHP output is only JSON to avoid parsing failure; 4. To deal with cross-domain problems, you need to set appropriate CORS headers; 5. To prevent cache interference, you can add a timestamp or set cache:f

How do I check if Composer is installed correctly? How do I check if Composer is installed correctly? Jul 07, 2025 am 12:12 AM

To check whether Composer is installed correctly, first run the composer--version command to view the version information. If the version number is displayed, it means that it is installed. Secondly, use the composerdiagnose command to detect configuration problems and ensure that the environment variables and permissions are normal. Finally, try to verify the functional integrity through the composerrequiremonolog/monolog installation package. If the vendor directory is successfully created and the dependency is downloaded, it means that Composer is fully available. If the above steps fail, you may need to check whether PHP has been installed globally or adjusted system path settings.

mysql coalesce function mysql coalesce function Jul 09, 2025 am 01:09 AM

The COALESCE function is used to return the first non-null value in the parameter list and is suitable for processing NULL data. 1. The basic usage is to replace the NULL value, such as replacing the empty field with the default contact method; 2. It can be used to set the default value in aggregate query to ensure that 0 is returned instead of NULL when there is no data; 3. It can be used in conjunction with other functions such as NULLIF and IFNULL to enhance data cleaning and logical judgment capabilities.

How to install Go How to install Go Jul 09, 2025 am 02:37 AM

The key to installing Go is to select the correct version, configure environment variables, and verify the installation. 1. Go to the official website to download the installation package of the corresponding system. Windows uses .msi files, macOS uses .pkg files, Linux uses .tar.gz files and unzip them to /usr/local directory; 2. Configure environment variables, edit ~/.bashrc or ~/.zshrc in Linux/macOS to add PATH and GOPATH, and Windows set PATH to Go in the system properties; 3. Use the government command to verify the installation, and run the test program hello.go to confirm that the compilation and execution are normal. PATH settings and loops throughout the process

See all articles