web server
-
How to set up Raspberry Pi as a web server
the raspberry pi line of barebone computers are compact devices that inspire creativity and are almost perfect if you want to create your own server at home.
-
Learn about Freenginx: A branch of the most popular web server today
freenginx is a new fork of nginx, the open source web server that powers 1/3 of all websites. will this spin-off replace the market leader that has built its reputation over many years? why should you care about it?
-
How to build a basic web server using Go
go's powerful collection of built-in packages makes it a great choice for web development. this article will show you how to write a basic web server in go.
-
How to set up a local web server (Local Web Server) on Windows, macOS, and Linux
when developing your own website, you need to have the ability to observe and evaluate what the website might look like from a regular visitor's perspective. here are the steps for setting up a local web server on windows, mac and linux
-
The difference between web server and app server
you have probably seen that the terms web server and app server are often used interchangeably as if they are related to the same thing and also facilitate the website to function properly. but in reality, they are not the same.
-
How to install XAMPP, How to configure XAMPP on Windows 10
in this guide, you will learn the steps to install xampp on windows 10 as well as instructions for configuring the web environment and fixing some common problems after setup.
-
How to turn an Android device into a web server
do you need a low power device to run the website? want to regain space your web server is taking up? want to share some information with everyone, be it friends or public, but don't have the financial to run a full-scale web server?
-
How to build Linux web server with an old computer
if you are interested in building a home web server, the easiest way is to install linux on the backup computer. doing this is simple and gives you a logical way to host a website or blog.
-
Install Cherokee with PHP5 and MySQL supported in Fedora 14
currently, cherokee is one of the lightest web server, high flexibility and easy to configure and set up. in addition, it also supports many advanced technology platforms such as fastcgi, scgi, php, cgi, encryption connecting tls and ssl protocols, virtual hosts, encryption mechanisms, load
-
7 great ideas using Raspberry Pi as a server
raspberry pi is a great solution for many computer projects, from learning programming to remote control a car to building a basic stop-motion animation studio. but do you know that raspberry pi can also be used as a server? here are some ideas for using raspberry pi as a server.
-
Computer network models
a computer network is a system of multiple computers and devices connected by a physical link to a certain architecture (network architecture) to collect, exchange data and share resources for multiple user.
-
Some basic points about the mechanism of attacking SQL Injection and DDoS
in most of our users, many people have heard of the concept of attacking and hijacking websites with the method of sql injection - sqli and (distributed) denial of service - ddos.