简体   繁体   中英

setting up apache web server - noob question

i am new to apache web server, i am simply trying to create a single html file website viewable to all served from my computer. I have located where the default text file is, but after using a web proxy i realized the proxy could not reach my website. this probably sounds rudimentary to you but would you know where in the httpd file i should modify to make this work?

thanks

If your computer is connected directly with Internet, you should allow access to port 80 from outside, and change the listening address too (Listen *:80).

if your computer is behind a router, your router should be configured to forward incoming requests on port 80 to your computer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM