How to install multi virtual host WEB application (blog and forum) based on FASTCGI mode LAMP architecture

Our goal Implement the LAMP architecture of wordpress and discuz based on fastcgi mode in CentOS 7 The architecture looks like the following figure: Set before experiment Configure in Windows: C: windows, system32, drivers, etc 10.0.0.7 blog.magedu.org forum.magedu.org Confirm that you can pingUTF-8...

Posted by Unforgiven on Sun, 30 May 2021 06:05:25 +0930

One of httpd servers -- Apache Web page and security optimization

1, Apache Web page optimization Overview of Apache Web page optimization: In an enterprise, only the default configuration parameters are used after Apache is deployed, which will cause a lot of network defense problems. In other words, according to the time recognition configuration, it is aiUTF-8...

Posted by Ruski on Fri, 04 Jun 2021 08:40:07 +0930

Web Server Cluster - Deploy AWStats based on Apache log management

Log Split By default, Apache's individual log files will grow larger as the number of visits to the site increases Log files take up a lot of disk spaceIt is not convenient to view related information Split log files Apache's own rotatelogs split tool implementationThird-party tool cronolog spUTF-8...

Posted by peacedesigns on Sat, 12 Jun 2021 07:39:19 +0930

Source code compilation and installation of Apache,MySQL,PHP,LAMP framework

1, LAMP introduction LAMP architecture is one of the mature enterprise website application modes. It refers to a whole set of systems and related software that work together and can provide dynamic web site services and application development environment. LAMP is an abbreviation, including liUTF-8...

Posted by rhock_95 on Fri, 18 Jun 2021 03:40:47 +0930

lucene core code analysis 11

2021SC@SDUSC Process the document with the obtained document set processing object and process the document with the obtained document set processing object (DocumentsWriterThreadState) The code is: DocWriter perDoc = state.consumer.processDocument(); Each document set processing object DocumenUTF-8...

Posted by borris_uk on Tue, 07 Dec 2021 23:00:44 +1030

Without documentation, you have to pick up the source code to make ShardingSphere support opengauss cram front-end certification

Record how to make ShardingSphere openGauss Proxy support the SCRAM SHA-256 front-end authentication mechanism of openGauss according to the source code of openGauss JDBC Driver without protocol documents. preface Objective: let ShardingSphere openGauss Proxy support the authentication of openGUTF-8...

Posted by djcee on Thu, 16 Dec 2021 09:40:25 +1030

2021 in simple terms Apache Dubbo 3 source code analysis network disk XZ

Apache Dubbo3 Apache Dubbo is a high-performance, lightweight open source service framework, Apache Dubbo 3.0 0 officially released - fully embrace cloud native Link: https://pan.baidu.com/s/1Qq3FAqzkmakso2E7KuxvVg Extraction code: kczq Author - \ / 307570512 Since Apache Dubbo opened its sourcUTF-8...

Posted by zeberdeee on Sat, 18 Dec 2021 13:05:53 +1030

Android watchdog handlerchecker (Android 12)

HandlerChecker is a core internal class implementation of WatchDog. After understanding the business logic of this class, you can master the basic principle of WatchDog. We analyze the implementation of this class in sections. /** * Used for checking status of handle threads and scheduling moniUTF-8...

Posted by Meissa on Sun, 19 Dec 2021 14:32:39 +1030

The Android background runs the white list to keep it alive gracefully

Living status We know that the Android system will kill the background process, and with the update of the system version, the intensity of killing the process is still increasing. The starting point of the system itself is good, because it can save memory, reduce power consumption and avoid sUTF-8...

Posted by xeelee on Sun, 26 Dec 2021 02:43:27 +1030

Index file of Lucene for Solr source code analysis

2021SC@SDUSC . si file . si file stores metadata of segments, mainly involving SegmentInfoFormat Java and segmentinfo Java these two files. Due to solr4 8.0, so it corresponds to Lucene46SegmentInfoFormat, a subclass of SegmentInfoFormat. First, let's take a look.si File format Head: the same aUTF-8...

Posted by phpforme on Sun, 26 Dec 2021 13:14:09 +1030