- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 172字
- 2021-08-13 18:22:50
Time for action — opening your web browser
We are going to access the Apache service on our machine by opening a web browser, and navigating to Apache's URL.
- Open your web browser.
- Type
http://localhost
into the address bar, and hit Enter. - Your browser will display the following message to you:
What just happened?
We used the web browser to access Apache, and in return, it showed us a quick verification that everything was hooked up correctly. Our computer knew that we were trying to access our local Apache service because of the URL http://localhost
. The URL http://localhost
actually maps to the address http://127.0.0.1:80
, which is the address and port of the Apache service. You will see 127.0.0.1
come up again when we discuss CouchDB.
PHP
PHP
is in the title of this book, so you know it will play a big part in the development process. PHP is already installed on your machine, so you have nothing to install. Let's just double check that you can access PHP by using Terminal.
- 算法精粹:經典計算機科學問題的Java實現
- Web Application Development with R Using Shiny(Second Edition)
- Practical DevOps
- Effective Python Penetration Testing
- Modern JavaScript Applications
- Python數據結構與算法(視頻教學版)
- Node.js 12實戰
- Java程序設計與項目案例教程
- 單片機原理及應用技術
- Python數據科學實踐指南
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- C++從零開始學(視頻教學版)(第2版)
- Hands-On Data Visualization with Bokeh
- JavaScript全棧開發
- Learning SaltStack(Second Edition)