Tags: style http color io os using ar strong fileConfiguration text for PHP environmentPrepare the software first:Apache official:apache_2.0.55-win32-x86-no_ssl.msi, more versions here ;PHP Official:php-5.0.5-win32.zip, more images , more version download ;MySQL official:mysql-4.1.14-win32.zip, more images , more versions to download .One, install Apache, configu
encodingDirectoryindex index.html index.htm index. php index. jsp // default page----------------------------------------Start monitor Apache servers. Apache installation is complete at this time.
3. Install MySQLOpen setup. EXE in the mysql-4.0.12-win directory for installation, and select: G:/amicrasy/myweb /.... After the installation is complete, restart the
Label:Linux apache+mysql+php Development Environment Pure Source code compilation and construction Document the entire process of the apache+mysql+php development environment that I compiled from source code under Fedora Core 1Usually installing a server is the most convenient way to use RPM, and you can easily get th
Original Install Apache, PHP and MySQL on CentOS 7 (LAMP)This tutorial shows how can I install an Apache2 webserver on a CentOS 7.0 server with PHP5 Support (mod_php) and MySQL Support. LAMP is short for Linux, Apache,mysql, PHP.1 Preliminary NoteThe tutorial I use the hostname server1.example.com with the IP address 1
Prepare the software first:
Apache Official Download Address:apache_2.0.55-win32-x86-no_ssl.msi, more versions here ;
PHP Official Download Address:php-5.0.5-win32.zip, more mirror download address , more versions to download ;
MySQL official download address:mysql-4.1.14-win32.zip, more mirror download address , more versions to download .
First, install Apache
.tar.gz Tar xzf mysql-5.1.63.tar.gz Tar xzf php-5.2.17.tar.gz Tar xzf phpmyadmin-3.4.10.2-all-languages.tar.gz cd/tmp/httpd-2.2.22 ./configure--prefix=/usr/local/apache--with-included-apr--enable-so--enable-deflate=shared--enable-expires= sharednbsp; --enable-headers=shared--enable-rewrite=shared--enable-static-support Make Make install CP build/rpm/httpd.init/etc/init.d/httpd//Use init script management ht
PHP script files) and the/tmp/directory, you can prevent the PHP Trojan Cross station,
if the installer has problems after the change (such as: The Dream Content Management System), you can log off this line, or directly write the directory of the program/data/ www.osyunwei.com/:/tmp/
: wq! #保存退出
Systemctl Restart Mariadb.service #重启MariaDB
. Its address is http://www.php.net/
Zend is a PHP compiler similar to the compiler. programs written with it must be translated through the Zend module on the server. This solution has two advantages: one is to optimize the program code during the compilation process, so that PHP runs more efficiently. Second, you can simply encrypt your PHP code through Zend, i
apache|mysql| Security This article is written to friends who want to set up a secure web platform on the Win2K platform.
The required program:
Apache
http://www.apache.org/dist/httpd/binaries/win32/
We choose Apache_1.3.28-win32-x86-no_src.msi, or Apache_2.0.47-win32-x86-no_ssl.msi.
All available, do not use the lower version of the program, they are flawed, very vulnerable to attacks on the Internet
service is stopping ..The MySQL service has been stopped successfully.
Net start mysqlMySQL service is starting.The MySQL service has been started successfully.
7. log on to the MySQL server again.
mysql -uroot -pxiaohui Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 1Server version: 5.1.32-community MySQL Community Edition (GPL)Type 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql>
If the "net sta
First step: Download the installed files
1. Apache version Httpd-2.2.21-win32-x86-no_ssl.msi2. MySQL version Mysql-5.5.19-win32.msi3. PHP version Php-5.3.5-win32-vc6-x86.zip4. PhpMyadmin version Phpmyadmin-3.4.9-all-languages.zip
Tips:1. It is recommended to select the Apache version without SSL to complete the develop
: This article mainly introduces the installation and configuration of Apache and PHP under WindowsNT (2). If you are interested in PHP tutorials, refer to it. 5. run Apache in Windows NT
If you are running a Windows NT system, you may want to run Apache as a service proces
based on the configuration file. The module can insert hooks at this stage to implement a method of user rights management.
7, MIME Type checking stageThe main task of Apache at this stage is to determine what content processing functions will be used, based on the relevant rules for the MIME type of the requested resource. Standard modules Mod_negotiation and mod_mime implement this hook.
8. Fixup stageThis is a generic phase that allows the module
.example.com-error_log" CustomLog "/private/var/log/apache2/dummy-host2.example.com-access_log" common
In fact, these two virtual hosts do not exist. when no other virtual hosts are configured, the following prompt may appear when accessing localhost:ForbiddenYou don't have permission to access /index.php on this serverThe simplest way is to add # in front of each line and comment it out, so that it can be referenced without causing other prob
I installed Windows 7 in the past two days. Some time ago, a friend asked me how to install and build the PHP environment in Windows. So I plan to work hard to build the PHP environment step by step, currently, you do not need to use the PHP environment to build software. Here is a detailed tutorial on installing and configuring the
This paper describes in detail the use of apache2.2.21/php5.3.5/mysql5.5.19/phpmyadmin3.4.9 to build a PHP development environment under WINDOWS2003.
First step: Download the installed files
1. Apache version Httpd-2.2.21-win32-x86-no_ssl.msi
2. MySQL version Mysql-5.5.19-win32.msi
3. PHP version Php-5.3.5-win32-vc
extension_dir = "D: \ phpEnv \ php \ ext "enables php extension support. There are many php extension support in the ext folder. dll file. if you are interested, you can take a look.
(2) then the mysql extension of php is enabled.
(Rows 875 and 876) remove the preceding ";"
Extension = php_mysql.dll
Extension = php_my
/MySQL/var040818 10:53:45 mysqld ended
It turns out that your MySQL is not running. Check the Error Log:/usr/local/MySQL/var /*. err then determine whether the installation is successful. If not, check whether the above steps are correct.After the installation is complete, you can connect to MySQL through/usr/local/MySQL/bin/MySQL for management. If you have installed Apache and can parse
:
Shutting down the IIS server requires a restart of the machine to free up port 80 because the service process that IIS resides in Svchost.exe not only contains IIS services, but also contains many other services. The IIS service is shut down and the svchost process is not shut down, so the 80 port is still occupied by the process.
It is best to modify the Apache installation path so that it does not contain spaces in the directory tree,
You cannot create a session when an error occurs. check the PHP or website server logs and correctly configure the fastest solution for installing PHP. Sometimes, when phpMyAdmin is used, the error message "you cannot create a session when an error occurs. check the PHP or website server logs, and correctly configure the PHP
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.