XAMPP Related learning Experience

Source: Internet
Author: User

Need to remember: if the XAMPP installed, Apache 80 port has been accounted for, then you have to modify the port number, the port number modified, enter the address must be after localhost or IP plus the new port number. How to modify the port number in the following


1, install XAMPP (specific installation process slightly), start xampp after starting Apache and MySQL Services
If Apache does not start successfully, the biggest reason is that port 80 is occupied, and the easiest way to turn off the process is to restart the computer.
XAMPP default installation path is: D:\XAMPP
To detect XAMPP installed successfully address: http://localhost:9000


2, Configuration Xampp
Address: http://localhost/security/index.php
The Scarlet Letter is unsafe, so remove the scarlet letter


3. mysql Security console & Xampp directory protection
Enter Address: http://localhost/security/xamppsecurity.php
A, MySQL security console
Password: 123456 phpmyadmin authentication is HTTP

b, Xampp directory protection
Users: XAMPP
Password: 123456
The XAMPP directory has been protected! All personal data is safed in the following file:
D:\xampp\security\xampp.users
D:\xampp\htdocs\xampp\.htaccess

4, login phpmyadmin configuration mysql, login address: http://localhost/phpmyadmin
The user name is: root password is: 123456
If you log back in to phpMyAdmin and find that you cannot connect, you need to configure the config.inc.php file under phpMyAdmin
File in: d:\xampp\phpMyAdmin, locate the config.inc.php file, open the edit, and configure the following:
$cfg [' Servers '] [$i] [' auth_type '] = ' http ';
$cfg [' Servers '] [$i] [' user '] = ' root ';
$cfg [' Servers '] [$i] [' password '] = ' 123456 ';


5. Set PHP Run installation mode
Open the D:\xampp\apache\bin\php.ini file, find the Safe_mode field, set to ON, and save exit.


6. Check the status
Address: http://localhost/security/index.php


7, Installation Bugfree
Unzip the bugfree into the D:\xampp\htdocs directory and enter http://localhost/bugfree/install.php to install the Bugfree
Initial user name: admin initial Password: 123456

The next time you log in to Bugfree, the address is: Http://localhost:9000/bugfree/site/login

Bugfree installed successfully, you can set up the personnel role, design test cases and other content of Chongqing http://www.ifcts.com website project.



8, each start XAMPP
First locate the Setup_xampp.bat in the D:/XAMPP directory and find the Xampp-control.exe boot xampp. To launch Apache and MySQL










Unable to start XAMPP Apache service
1, the lack of VC running library
Workaround: Download the Microsoft Visual C + + Redistributable installation package to


2, 80 ports occupy the
Workaround: Open the XAMPP installation directory, modify the \apache\conf\httpd.conf file, find the following two sentences, modify the port to 8081 or other
Listen 80
ServerName localhost:80
When the port is modified, enter the address to add the changed port number


3, 443 ports are occupied
Resolution 1: Troubleshoot port usage, shut down, and then start XAMPP
If you are unsure which program is taking up port 443, you can find it as follows:
A, open "Start Menu"--click "Run"--enter "CMD" to open the Command Line window, enter the "Netstat-ano" command and return (do not contain double quotes, in order to prevent input errors, you can directly copy with the right mouse button paste).
B, after running the command, will display a series of port usage, find the "0.0.0.0:80" corresponding to the PID process identifier, recorded, etc. will be used.
C, right-click on the desktop taskbar, open the Windows Task Manager, in the "View"--"select column" Check "PID (process Identifier)" To determine, you can see each program uses the port status. By combining the PID process identifier of the 80 ports found above, you can determine which program is occupying 80 ports. To close the program, it is recommended to turn off the software interface first, and if the software interface is not found, right-click to end the process directly.


Resolution 2: Modify the XAMPP SSL module using the port number, modify the method: Open the XAMPP installation directory, modify the \apache\conf \extra\httpd-ssl.conf file, find listen 443 so that the 443 port is changed to 4433 or other.


Resolution 3: If you do not use Apache HTTPS, you can also shut down the SSL module, as follows: Open the XAMPP installation directory, modify the \apache\conf\httpd.conf file, find the include "Conf/extra/httpd-ssl . conf "This sentence, it can be commented out.
4. Close the Mod_perl module
If the Apache service starts and shuts down immediately, you can try to run the Xampp_start.exe program file in the XAMPP installation directory and shut down the Mod_perl module.

XAMPP Related learning Experience

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.