Collections:
Other Resources:
Publishing HTML Documents to Your Local Apache Server
How to publish HTML documents to your local Apache server?
✍: FYIcenter.com
1. Using "notepad" to create the following simple HTML document:
<html> <body> This is my first HTML document. </body> </html>
2. Save (publish) this document at: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\my_first.html.
3. Run a Web browser and enter the this URL: http://localhost:8080/my_first.html.
You will see Apache HTTP server returns your HTML document in the browser window as:

2020-08-21, ≈38🔥, 1💬
Popular Posts:
What is "Secondary Logon" in my Windows XP service list? And how is "Secondary Logon" service relate...
What is the "Credential Manager (VaultSvc)" system service on Windows Server 2012? Can I disable "Cr...
Where to find information about what processes are running on Windows 8 and how to manage them? I wa...
How to download Windows 7 Service Pack 1 (SP1)? Windows 7 Service Pack 1 (SP1) is an update for all ...
Can I disable Windows service "OracleMTSRecoveryServic e"to speedup my computer? Third party applica...