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:
-
- htaccess pseudo-static rules
- htaccess pseudo-static rules provide a method to change the configuration of the directory. It uses PHP to resolve the current address into another method to access the website; htaccess files can help us implement web page 301 redirection, customize 404 error pages, and change file extensions. name functions.
- Apache 7605 2019-10-18 09:31:40
-
- Can apache parse php?
- Apache can parse PHP. The method is: 1. Start the httpd service; 2. Modify the configuration file; 3. Check the configuration file for syntax errors; 4. Restart the apache service.
- Apache 3065 2019-10-17 11:44:33
-
- apache cannot open php file
- Apache cannot open PHP files because Apache is only responsible for processing requests and returning responses. Apache itself does not have the function of parsing PHP. PHP needs to be installed and Apache can call PHP.
- Apache 3265 2019-10-17 11:45:01
-
- apache not parsing php
- The solution and steps for the apache server not parsing the php code are: 1. Uninstall the mod_php module and reinstall the module; 2. Recheck the mod_php module.
- Apache 2880 2019-10-16 11:46:24
-
- How to solve the problem that Apache cannot parse PHP?
- Methods to solve the problem that apache cannot parse php: 1. Add AddType application/x-httpd-php .php and other statements in the apache configuration file; 2. Restart apache.
- Apache 4326 2019-10-19 16:09:48
-
- How to install apache server on ubuntu
- How to install the apache server on Ubuntu: First, search and download the apache package through the apt-cache search command; then use the apt-get install command to install the apache package.
- Apache 4020 2019-10-14 14:21:51
-
- How to download and install apache
- How to download and install Apache: first log in to the Apache official website; then download the installation package and extract it to the specified directory; then open the httpd.conf file and change it to the path where the Apache file is decompressed and installed; finally, execute the httpd -k install command through the command line to install That’s it.
- Apache 21105 2019-10-14 13:53:42
-
- How to pronounce apache and what is it
- The Chinese pronunciation of apache is Abaqi, Epaqie or Apache; apache is one of the popular web server-side software and can run on almost all widely used computer platforms.
- Apache 14739 2019-10-14 11:59:47
-
- apache cannot parse php
- The solution to the problem that apache cannot parse php is: 1. Add AddType application/x-httpd-php .php in the apache configuration file; 2. Restart apache.
- Apache 3250 2019-10-21 17:26:48
-
- 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"\"Apache Software Foundation"\Apache2.2\bin\" to start.
- Apache 6947 2019-10-10 17:42:41
-
- How to install apache using cmd
- How to install apache with cmd: first download the apache installation package; then open cmd with administrator rights and enter the bin directory of apache; then start the apache service through the command "httpd.exe -k start".
- Apache 3068 2019-10-10 17:08:53
-
- How to start apache tomcat in linux
- How to start apache tomcat in linux: first enter the bin directory of tomcat; then run the startup command script "sh startup.sh" in the bin directory to start apache tomcat.
- Apache 4844 2019-10-02 17:22:23
-
- How to set apachetomcat to start automatically at boot
- How to set apachetomcat to start automatically at boot: first enter the task manager; then open the service and find the apache service; then right-click the Apache24 service and set it to the automatic startup state.
- Apache 3701 2019-10-02 17:22:03
-
- How to open apache2
- Under Ubuntu, you can use the command "# /etc/init.d/apache2 start" or "$ sudo /etc/init.d/apache2 start" to start the apache2 service.
- Apache 3458 2019-10-02 17:21:51
-
- How to change the port number of apache
- How to change the port number of apache: first find the httpd.conf file; then find "Listen 80" and "ServerName localhost:80"; then change port 80 to port 8080 or other ports respectively.
- Apache 5348 2019-10-02 17:21:29