How to access apache after it is started

(*-*)浩
Release: 2019-10-29 10:34:41
Original
5297 people have browsed it

How to start apache?

How to access apache after it is started

Open the command line window with cmd and switch to the apache installation directory (Recommended learning: apache use)

cd  C:\MAS\TRSMAS\win31\apache\bin
Copy after login

Install apache server installed Apache services

httpd.exe -k install
Copy after login

Modify configuration file

Edit file: \conf\httpd .conf

Test the configuration file of the service

httpd.exe -n "MyServiceName" –t
Copy after login

Start the installed apache service

httpd.exe -k start
Copy after login

apache Access method after startup (test method)

http://localhost:port
Copy after login

The above is the detailed content of How to access apache after it is started. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!