current location:Home > Technical Articles > Operation and Maintenance > Apache
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What are the cache modules of apache server?
- The apache server has two cache modules officially used since 2.2: mod_cache and mod_file_cache. These buffering systems provide a powerful way to speed up HTTP processing on origin web servers and proxy servers.
- Apache 3173 2019-11-28 14:46:20
-
- Introduction to the configuration file of the Apache server
- This article will describe the files used to configure the Apache HTTP server. Configure Apache by placing directives in plain text configuration files. The main configuration file is usually a text file named: httpd.conf.
- Apache 5800 2019-11-28 11:34:02
-
- How to record logs on Apache server
- Apache server logs provide detailed information that helps detect common problems with the server. To log access to a website, mod_log_configmodule must be enabled.
- Apache 3035 2019-11-27 15:09:29
-
- How can Apache support PHP programs?
- I believe that the purpose of learning Apache server is to deploy the programs you write to the Apache server. However, although the Apache server supports many languages, it also needs to be configured. Let's take a look at how Apache can support PHP programs?
- Apache 4398 2019-11-27 11:56:30
-
- Apache server security settings
- Security settings for Apache server: Hide Apache version and operating system information Apache displays its version and operating system name incorrectly; Disable directory listing; Disable unnecessary modules, preferably all unused unnecessary modules; Use mod_evasive to counter DoS attacks ;Limit request size.
- Apache 4772 2019-11-26 16:19:37
-
- Does Apache support Ruby programs?
- Running ruby files on Apache requires mod_ruby to be enabled. Apache can also handle ruby files via FastCGI. Multiple versions of ruby can be used with the help of mod_fcgid i.e. FastCGI.
- Apache 2637 2019-11-26 13:57:49
-
- What are the features of Apache?
- If you want to get started with Apache, you must understand its functional features, such as: high degree of modularity, support for dynamic loading and unloading of modules, support for multi-processing module MPM, virtual host, CGI universal gateway interface, support for reverse proxy, and the ability to achieve load balancing, etc. Functional features.
- Apache 5326 2019-11-23 17:35:49
-
- Apache configures both 301 and https jumps
- Configuring 301 and https jumps at the same time in apache is a relatively introductory technique. It has these methods: forced WWW jump, forced HTTPS format and supplementary 301 jump. Both rules are configured at the same time.
- Apache 3549 2019-11-23 13:36:56
-
- Apache nginx advantages and disadvantages
- Apache rewrite is more powerful than nginx, has more modules and fewer bugs, and is suitable for processing dynamic requests; nginx is lighter than Apache, takes up less memory, supports more concurrent connections, is suitable for processing static pages, and supports load balancing.
- Apache 4830 2019-11-20 09:23:37
-
- Which one has higher performance, Apache or nginx?
- The performance of Nginx is higher than that of Apache. Reason: nginx is asynchronous and non-blocking, while apache is synchronous blocking, which ensures the high performance of nginx and the high stability of apache.
- Apache 3537 2019-11-19 11:44:25
-
- Comparison of Apache and nginx
- The advantages of nginx over apache: 1. Lightweight; 2. Anti-concurrency; 3. Highly modular design, writing modules is relatively simple. The advantages of apache over nginx: 1. There are many modules, and you can find basically everything you can think of; 2. Fewer bugs; 3. The dynamic processing performance is higher than nginx.
- Apache 2181 2019-11-19 11:22:09
-
- What is the difference between Apache and ngin servers?
- Apache is a synchronous multi-process model, one connection corresponds to one process, while nginx is asynchronous, and multiple connections (10,000 levels) can correspond to one process. For web services that require performance, use nginx. If you don't need performance and just want stability, consider apache. The latter's various functional modules are better implemented than the former, and so on.
- Apache 2925 2019-11-11 09:52:37
-
- Where is the windows apache configuration file?
- The windows apache configuration file is in the conf folder under the apache installation directory and is named httpd.conf. The integrated development environment can open configuration files with one click through software-related functions.
- Apache 7143 2019-11-02 15:07:20
-
- How to obtain the apache installation package
- How to obtain the apache installation package: 1. Enter the download page of the apache official website; 2. Select a version and click to jump; 3. Click the "Files for Microsoft Windows" link on the new page; 4. Select a third-party installation package to enter the real download interface ; 5. Select the version to download.
- Apache 7138 2019-11-02 14:49:44
-
- How to install ssl certificate in apache
- How to install the SSL certificate in Apache: 1. Create the cert directory in the Apache installation directory and copy the certificate file into it; 2. Modify httpd.conf and uncomment the openssl plug-in; 3. Open httpd-ssl.conf to configure the SSL certificate. Location; 4. Restart the service.
- Apache 5507 2019-11-02 14:26:54