Category: CentOS 6
-
Post Views: 15 1. When the advanced template is initialized, an error is reported: Error. Directory Frontend/Web/Assets does not exist, as shown in Figure 1 2. Enter the directory in the container: /mcloud/www/channel-pub-api/frontend/web, and determine the directory: /assets does not exist, as shown in Figure 2 3. Analyze the source code, and you can determine the directory: /frontend/web/assets exist, as…
-
Post Views: 13 1. You need to implement this URL first:https://www.shuijingwanwq.com/2014/12/26/439/ 2. Uninstall the current PHP version and execute the command, as shown in Figure 1: yum remove php* 3. Install the php5.6 version and execute the command, as shown in Figure 2: yum install php-mysqlnd php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc php-cli php-common php-devel php-mbstring php-mcrypt php-soap php-bcmath…
-
Post Views: 15 1. The premise is to install Redis under Windows 8.1, and the configuration supports the implementation process of PHP:https://www.shuijingwanwq.com/2015/11/16/769/ Set which IPs the Redis server allows access and passwords, as shown in Figure 1 and 2: BIND 127.0.0.1 192.168.2.30 requirepass n#s7yle$r5s&mmp#w9k9*hjzaptu%hpq Command: service redis restart, restart the redis service; 2. Set the php.ini of the web…
-
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: 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: 14
-
Post Views: 10