Build a website using wordpress based on IIS under Windows Server

Article directory Preface 1. Components required to build a website in WordPress 2. Component installation and configuration 1. Enable IIS 2. Install and configure php 3. Install and configure MySQL 4. Install and configure wordpress 3. Analysis of error prompts and causes encountered Foreword When I was learning wordpress before, because I was not familiar […]

What happens when Next.js meets WordPress?

As a small content management system, WordPress is popular with many webmasters, especially for personal blogs. Its rich plug-ins and themes provide more customization and freedom. Since the rise of the front-end and back-end separation development model, WordPress has been used as a back-end service for data storage to provide interfaces for third-party front-end pages. […]

[Source code to set up distributed LNMP] Centos7+mysql8+php8+nginx1.24+wordpress

Distributed LNMP [centos7 + nginx1.24 + php8 + mysql8] Distributed source code deployment LNMP architecture Deploy MYSQL8 yum deploy cmake3 Source code deployment cmake3 Upgrade GCC to higher version Start deploying mysql Deploy NGINX Deploy PHP Upload wordpress package Install wordpress Try uploading a theme Distributed source code deployment LNMP architecture 192.168.100.62 Mysql 192.168.100.101 Nginx […]

centos7 configuration to build wordpress blog

Environment configuration System: centos7 CPU: 2 cores Memory: 4G Hard disk: 40G 1. Log in to the cloud server 1. Click instance–instance name 2. Select the Security Group tab and click Manage Rules in the security group operation column. 3. Add the ports that need to be released in the inbound direction. In this tutorial, […]

Docker builds LNMP + WordPress

@[TOC](Docker builds LNMP + WordPress 1. Project introduction 1.1. Project environment 1.2. Server environment 1.3. Task requirements 2. Deploy Nginx 2.1. Create a working directory 2.2. Write Dockerfile script 2.3. Prepare nginx.conf configuration file 2.4. Generate image 2.5. Create a custom network 3. Deploy Mysql 3.1. Create a working directory 3.2. Write Dockerfile 3.3. Prepare […]

E048-Forum Vulnerability Analysis and Exploitation-Exploration of Remote Code Execution for WordPress Forum Plug-in

Course name: E048-Forum Vulnerability Analysis and Exploitation-Exploration of Remote Code Execution for WordPress Forum Plug-in Course Category: Forum vulnerability analysis and utilization Experimental Level: intermediate Task scenario: 【Task Scenario】 Xiao Wang received an invitation from Panshi Company to conduct a penetration test on the company’s forum. He has discovered that the forum’s WordPress uses the […]

E047-Forum Vulnerability Analysis and Utilization-Exploration of information collection and vulnerability scanning for WordPress forums

Task implementation: E047-Forum Vulnerability Analysis and Utilization-Exploration of information collection and vulnerability scanning for WordPress forums Task environment description: Server scenario: p9_kali-6 (username: root; password: toor) Server scenario operating system: Kali Linux 192.168.32.178 Server scenario: p9_linux-7 (username: root; password: 123456) Server scenario operating system: Linux 192.168.32.179 Network structure topology Reproduction in actual combat Use the […]

dockerfile builds lnmp+wordpress, docker-compose builds lnmp+wordpress

Table of Contents dockerfile builds lnmp + wordpress Deploy nginx (container IP is 172.18.0.10) Deploy mysql (container IP is 172.18.0.20) Deploy php (container IP is 172.18.0.30) docker-compose builds lnmp + wordpress dockerfile builds lnmp + wordpress systemctl stop firewalld systemctl disable firewalld setenforce 0 docker network create –subnet=172.18.0.0/16 –opt “com.docker.network.bridge.name”=”docker1” mynetwork Deploy nginx (container IP […]

Docker project deployment lnmp+wordpress

1. Project environment In the actual production environment, the company needs to use Docker technology to create an LNMP service on a host and run the WordPress website platform. Then perform related performance tuning and management work on this service. 1.1 Environment description Host operating system IP address main software Docker CentOS 7.3 x86_64 192.168.50.51 […]