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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Tomcat's port number can be modified in the _____ file
- The port number of Tomcat can be modified in the "server.xml" file under the server package. The modification method: first open the "server.xml" file; then find the default port number of Tomcat "8080"; finally modify the port number and save it. Can.
- Apache 5416 2020-04-14 08:56:56
-
- What should I do if the apache2.4 service cannot be started?
- This article comes from the apache tutorial column. It introduces the method to solve the problem of the apache2.4 service being unable to start. It has certain reference value and I hope it can help everyone. Run cmd as administrator and execute the [net start Apache2.4] command.
- Apache 7435 2020-04-06 15:39:57
-
- How to hide apache version number
- The method to hide the apache version number is: 1. First, open the security.conf file; 2. Then, find ServerSignature and modify the parameter to off; 3. Finally, restart apache.
- Apache 4373 2020-03-21 18:04:22
-
- Configure the default home page of the Apache server
- When accessing the Apache server, the default is to directly access index.html in the htdocs directory, which is configured in conf/httpd.conf. When accessing the Apache server, it will look for files here by default, first index.php and then index.html.
- Apache 14310 2020-01-10 15:53:44
-
- Mac local Apache server settings
- Start the Apache server: Enter sudo apachectl start in the terminal and press Enter; the ssh service is installed on the mac itself and will not start automatically on boot by default; to check whether it is started, sudo launchctl list | grep ssh.
- Apache 3526 2020-01-06 14:53:19
-
- How to start apache server
- Right-click the Windows icon on the lower left side of the computer and click "Computer Management (G)"; click "Services and Applications" ---> "Services" on the left side of the computer management interface, and find the Apache server you installed on the right side; Before apache is started, the status bar is not empty. Right-click and select "Start".
- Apache 3766 2019-12-31 14:50:18
-
- How to configure apache server
- The main configuration file of Apache is /etc/httpd/conf/httpd.conf. It contains many configurations that do not need to be changed in a basic installation. The first thing to modify is the Listen configuration item, which defines the IP address and port on which Apache will listen for page requests.
- Apache 4279 2019-12-26 14:51:26
-
- How to optimize Apache server performance
- When installing Apache, you must choose the MPM correctly. If you want Apache to have the best performance, the first step is to choose the appropriate MPM. Apache has three MPMs: event, prefork and worker.
- Apache 3580 2019-12-21 15:30:47
-
- What is the difference between Apache server and tomcat server?
- Apache is a web server and Tomcat is a Java application server. The Apache server only processes static HTML, while the tomcat server can process static HTML, dynamic JSP, and Servlets.
- Apache 2458 2019-12-16 16:41:04
-
- How to solve apache 403 forbidden
- The solution to apache 403 forbidden is: first open the "httpd.conf" file; then modify the "DocumentRoot" to "/usr/local/site/test"; then create an "index.html" file under "test" .
- Apache 4806 2019-12-16 14:34:17
-
- How to uninstall apache on ubuntu
- How to uninstall Apache on Ubuntu: First open a terminal window; then use the command [$ sudo find /etc -name "*apache*" -exec rm -rf {} \;$ sudo rm -rf /var/www] to uninstall.
- Apache 8065 2020-10-21 10:37:46
-
- How to start apache
- How to start apache: first find the "httpd.exe" command in the executable directory; then run "cmd"; then execute the command "C:\"Program Files"\...\Apache2.2\bin\httpd.exe -k start" to start the service.
- Apache 4354 2019-12-12 18:04:48
-
- What ports does apache occupy?
- Apache occupies port 443. The solution is: first enter the installation directory of Apache; then search for "httpd-ssl.conf" and right-click to open the text; then find the 443 port number and replace it with other uncommon port numbers; finally start normally Apache will do.
- Apache 3919 2019-12-12 17:47:43
-
- How to restart apache service
- How to restart the apache service: first right-click the computer and click "Services"; then click "Services and Application Tools"; then click "Services->Select apache"; finally right-click "apache" and select Open.
- Apache 3362 2019-12-11 17:56:06
-
- How to use the caching function of Apache HTTP Server
- The Apache HTTP server provides a range of caching features designed to improve the performance of the server in various ways. For example: three-state RFC2616 HTTP cache, two-state key/value shared object cache, and specialized file cache.
- Apache 4126 2019-11-30 14:23:26