Instructions for creating a Home HTTP Server model
TipsMake.com - In the article below, we will present the basic steps to set up HTTP server system. Basically here we will learn about the use of the concept of web server - a software installed on the computer that allows many other computers to access certain folders or files on the computer. that server. And in fact, there are quite a number of reasons we should create our own home server model, for example and most typical is to share data. Or simply, you can imagine as follows: select any folder on the computer, in which we continue to create some other corresponding folders such as music, video, image, game . When type that computer's IP address into the browser, you will immediately see all the files and folders that were created earlier. Specifically, in this test we will create the server (HTTP protocol) using Apache - server client.
At the same time, we need to have a broadband Internet connection and a Windows-based computer. First, create your own folder on any partition of the hard drive, as the example here is E: my server. Then, continue to download the latest Apache installation for Windows 32 bit here, install and set parameter parameters as usual:
After installing Apache, open the folder C: Program FilesApache Software FoundationApache2.2conf and find the httpd file as shown below, open this file with Notepad:
At this step, go to the #DocumentRoot 'C: / Program Files / Apache Group / Apache2 / htdocs' code and replace it with #DocumentRoot 'E: my server' . Besides, look for the next # and replace it with . Here, E: my server is the directory where the files will be displayed on the server later. And finally find #AllowOverride None to replace it with AllowOverride All.
Then, save the httpd file changes:
To test, just type http:/// localhost / or replace localhost with the computer's IP address, our result will look like this:
Good luck!
You should read it
- Install and configure Apache in Ubuntu
- Summary of handy shortcuts in Windows 7
- Completely delete data in Windows
- How to install and configure Apache on Rocky Linux
- How to convert Mac font (dfont) to Windows font (ttf)
- Instructions for setting up an Exchange account on Android phones
- Learn about Microsoft Network Monitor tool - part 1
- What to back up on a Linux Home Server system?
May be interested
- HTTP status messagewhen the browser requests the service from the web server, an error may occur and the server may return an error code like 404 not found .
- Caching in HTTPhttp is typically used for distributed information systems, where performance can be enhanced by using cached feedback. the http / 1.1 protocol includes several elements that are intended to perform caching tasks.
- Ajax in AngularJSangularjs provides a $ http control that acts as a service to read data from the server. the server can create calls to the database to receive the logs. angularjs needs data in json format.
- How to secure Linux Home Serverthere are many reasons to set up a home server. you can use it as a media server, file server or even a local backup server.
- What is HTTPhttp is an application-level protocol for distribution, collaboration, multimedia information systems, which is the foundation for data communication for www (eg internet) since 1990. http is a common protocol and stateless that can be used for other purposes as well as the scaling of request methods, error codes and its header.
- Create VPN Server on Windows 8no need to install any additional applications, you can easily 'turn' your computer into a vpn server if you're using windows 8. in this way, you can share data from the computer. as a simple lan system in the form of remote access. & a
- Instructions to install NAS DS1621+ as a file server for businesses- in this article, techz will guide you step-by-step on how to set up nas ds1621+ as a file server for your business, including creating volumes, creating user & groups, setting up quick connect, creating folders, and assigning access permissions. for shared folder, create access for smb.
- Instructions for fixing 502 Bad Gateway error502 bad gateway error is an http status code error (http status code), which means that a server (server) receives an invalid response from another server (server).
- Web Module in Node.jsweb server is a software application that can handle http requests sent by http client (for example, a web browser) and return a web page in response to the client. web server often sends html documents next to images as well as style sheets and javascript segments.
- Things you should know about HTTP / 2 protocolthe http version we are using today is http / 1.1, which has been around since 1999, and will soon be replaced by a newer standard, http / 2. this update promises to improve the way browsers and servers communicate with each other, thereby providing faster data transfer speeds while minimizing the power needed to handle access requests.