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 should I do if apache does not parse php?
- The solution to the problem that apache does not parse php: First use an editor to open the httpd.conf configuration file; then add the configuration [LoadModule php7_module modules/libphp7.so] to the file.
- Apache 2716 2020-09-11 13:21:16
-
- What is the difference between apache and apache tomcat
- Apache is a web server (static parsing, such as HTML), and tomcat is a java application server (dynamic parsing, such as JSP).
- Apache 2593 2020-09-03 16:37:57
-
- What is the role of hdfs in hadoop?
- The role of HDFS in Hadoop is to provide storage for massive data and provide high-throughput data access. HDFS has the characteristics of high fault tolerance and is designed to be deployed on low-cost hardware; and it provides high throughput to Access application data, suitable for applications with very large data sets.
- Apache 10718 2020-09-09 10:37:06
-
- The core of hadoop is the distributed file system hdfs and what?
- The core of hadoop is the distributed file system hdfs and MapReduce. HDFS provides storage for massive data, while MapReduce provides calculation for massive data.
- Apache 8083 2020-08-31 14:17:14
-
- How to start apache under ordinary user
- apache: This article shares with you how to start apache under ordinary users. It has certain reference value and I hope it can help everyone.
- Apache 4133 2020-08-28 16:10:36
-
- How does apache hide index.php
- How to hide index.php in apache: first check whether Apache supports "mod_rewrite"; then enable "mod_rewrite"; then find "AllowOverride None" and change None to All; finally modify the htaccess file.
- Apache 5042 2020-07-21 11:24:32
-
- How to solve tomcat crash problem
- The method to solve the problem of tomcat crash is: first, open the start.bat and shutdown.bat files; then, add the configuration [JAVA_HOME] and [TOMCAT_HOME] in the file; finally, restart tomcat.
- Apache 8230 2020-07-09 16:14:15
-
- If the index file is lost, how to invalidate the directory listing?
- If the main index file in the site's root directory fails, Apache will list all files with similar content on the browser to replace the site's home page. In order to turn off apache directory listing, you can set it globally in the main configuration file.
- Apache 3343 2020-07-08 17:25:33
-
- What to do if apache2.4 crashes after starting?
- Methods to solve the problem of apache2.4 crashing after starting: 1. Check whether the firewall is turned off; 2. Check whether port 80 is occupied; 3. Check whether the SRVROOT configuration of apache is correct.
- Apache 5406 2020-07-03 17:36:09
-
- How to find custom error logs
- Apache from beginner to proficient: This article introduces you to the method of finding customized error logs. It has certain reference value and I hope it can help everyone. To find custom error logs, check the /etc/apache2/apache2.conf file.
- Apache 2602 2020-07-02 17:59:37
-
- How to start apache service on Mac OS system
- The method to start the apache service on the Mac OS system is: Mac OS X 10.12.6 system has Apache installed by default. We only need to execute the command to start the service. The command to start the apache service: [sudo apachectl start].
- Apache 5101 2020-07-01 17:23:02
-
- What are the characteristics of apache server?
- The characteristics of apache server: 1. Simple installation; 2. Simple configuration; 3. Easy expansion or tailoring of server functions. The apache server provides a good graphical user interface during installation, making it very convenient for users to install.
- Apache 4329 2020-06-30 17:35:15
-
- apache configures virtual host based on ip
- Apache from beginner to proficient: This article shares with you the method of configuring virtual host of Apache based on IP. It has certain reference value and I hope it can help everyone. To configure a virtual host based on IP, we need to edit the hosts file, add the domain name, and keep the domain name corresponding to the IP.
- Apache 2651 2020-06-29 18:01:02
-
- Introduction to the working mode of apache
- The working modes of apache are: 1. prefork; 2. worker; 3. Event MPM. Among them, Event MPM is the latest working mode of Apache, which enhances request processing in high-concurrency scenarios.
- Apache 3539 2020-06-28 17:40:38
-
- How to install apache under centos
- The method to install apache under centos is: 1. Execute the [yum install httpd] command to install httpd; 2. Open the configuration file and change [AllowOverride None] to [AllowOverride All]; 3. Restart the server.
- Apache 5633 2020-06-24 17:45:12