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:
-
- 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 14096 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 3353 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 3601 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 4071 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 3389 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 2287 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 4313 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 7532 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 4219 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 3726 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 3221 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 3634 2019-11-30 14:23:26
-
- How does the Apache server enable CGI execution?
- The Apache server allows CGI execution methods: use the ScriptAlias directive, CGI outside the ScriptAlias directory (use the AddHandler or SetHandler directive to activate the cgi-script handler), and use Options to allow CGI execution.
- Apache 5939 2019-11-30 11:30:38
-
- How to set environment variables in Apache
- The most basic way to set environment variables in the Apache server is to use the unconditional SetEnv directive. You can also use the PassEnv directive to pass variables from the shell environment that started the server.
- Apache 4782 2019-11-29 14:45:28
-
- Introduction to Apache functions and features
- The three major functional features of Apache server are simple installation, simple configuration, and convenient expansion or reduction of server functions. The Apache server provides a good graphical user interface (GUI) during installation, making it very convenient for users to install.
- Apache 5860 2019-11-29 11:55:59