Tag: CentOS
-
Post Views: 13 1. After expanding the capacity and restarting the instance through the console, check the capacity of the console cloud disk: 2. Check the disk space usage, including the data disk that has not been mounted, command: df-h fdisk-l Friendly reminder: If you execute the fdisk -l command and find that there is no /dev/xvdb to indicate that…
-
Post Views: 10 1. When returning to 404, the footer of the web page displays: Apache/2.2.15 (CentOS) server at zhidao.hmwis.com Post 80 2. Edit the httpd.conf file ServerSignature on Modified to: # serversignature on ServerSignature Off 3. When returning 404, the web footer no longer displays the corresponding information 4. Check the response head in Taobao’s message header, server:”nginx” 5.…
-
Post Views: 11 1. Introduction to SSL certificate installation environment: Operating system: CentOS 6.5 64-bit apache2.2.15 Wotong Free SSL Certificate 2. Network environment requirements http://api.ygt.cmIt can be accessed normally through the external network 3. Obtain an SSL certificate After successfully applying for a certificate in Wotong, you will get a compressed file with a password, enter the certificate password and…
-
Post Views: 11 1. Screenshot of the code that can be verified successfully under Windows 8.1: 2. When the RESTClient test under FIFEFOX of CentOS, the verification fails: 3. Analyze the code and find that the loading intl extension failed: 4. Run the command on CentOS: yum install php-intl to install the intl extension: 5. The intl installation is successful,…
-
Post Views: 16 1. You need to implement this URL first:https://www.shuijingwanwq.com/2014/12/26/439/ 2. The current php version is php 5.3.3 3. Edit /etc/yum.repos.d/remi.repo, set[remi]Enabled=1 below,[remi]Indicates php 5.4 version, there are 5.5 and 5.6 below, here use 5.4 4. Execute the yum repolist command to see if the remi source is added successfully 5. Uninstall PHP 5.3.3 related programs 6. Install the…
-
Post Views: 11 1. Use Putty to connect to the server remotely; 2. The current operating system is CentOS 6.5 64-bit. 3. Check the disk space usage, command: df-h 4. Check the disk space usage, including the data disk that has not been mounted, command: fdisk-l Friendly reminder: If you execute the fdisk -l command and find that there is…
-
Post Views: 10
-
Post Views: 45 Note: If the compressed file is too large, the system does not allow it, and does not want to do any other processing, you can split and compress according to the rules of the directory.
-
Post Views: 13 Re-upload, but you can overwrite it successfully!
-
Post Views: 14 In order to make the test environment of the intranet as much as possible to the online production environment, the httpd, ftp, mysql, etc. of the intranet are all installed on the CentOS 6.5 64 bit, but my development environment is still Windows 8.1 64-bit, and the program is also in the development environment, so the problem…