Questions tagged [web]

"The web," or "world-wide web" is a term for the system of hypertext linked documents accessed over the internet, with a web browser. The "www" that comes before most webpages is a reference to the "world-wide web."

"The web," or "world-wide web" is a term for the system of hypertext linked documents accessed over the internet, with a web browser. The www that comes before most webpages is a reference to the "world-wide web."

In 1989, a British engineer, computer scientist and CERN employee (Tim Berners-Lee) wrote a proposal for what would become the web, publicly introducing the project in 1990 with Belgian computer scientist Robert Cailliau. The introduction of Mosaic (a graphical web browser) in 1993 by the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign is widely regarded as the turning point for the web, which is now the most popular portion of the internet.

While the terms "web" and "internet" are often used interchangeably in colloquial language, they are not the same. The web is simply one of many services available on the inter-connected networks that make up the internet.

A more thorough run-down of the web is available at Wikipedia.

542 questions
0
votes
1 answer

Error connection refused MERN APP on EC2

I have MERN app on ec2 i am getting an error ERR connection refused when connecting localhost:8080/api/auth/sign with node api. Cannot make post calls. What should I do?
0
votes
1 answer

Wildcard redirect https://www.*.abc.com to *.abc.com nginx

I would like to redirect all traffic from www.*.abc.com to *.abc.com without www prefix . i have 1000+ subdomains on the same application which use only one nginx virtual host file in sites enabled directory .
sambit
  • 101
  • 2
0
votes
2 answers

Purpose of Selenium in load testing

What is the role of Selenium in load testing a webpage if it cannot generate 200 or 300 requests? I understand, the client side automation can be done. But how do I test my web application for a real environment for 1000 or 2000 concurrent…
Vinayak
  • 73
  • 7
0
votes
1 answer

What is the best practice for launching a web server as a restricted user?

In order to practice my Linux hardening skills, I am trying to launch a web server following certain security principles. My main goal would be to run the server using a dedicated user with very limited privileges. I thought this might be a good use…
0
votes
0 answers

Nginx downloads me PHP files instead of executing them

I am using Nginx for my web server, but when I go to a PHP page it downloads it to me. I realized that my pterodactyl panel (which is in php) was still working, so I used the fastcgi and other parts of its config, without this changing my problem I…
coera
  • 1
0
votes
2 answers

How do I fix net::ERR_SSL_PROTOCOL_ERROR error when I put nginx in front of Tomcat?

How do I fix net::ERR_SSL_PROTOCOL_ERROR error when I put nginx in front of Tomcat? #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { …
0
votes
1 answer

How to redirect my sub-domain to localhost:5000 in Https with Nginx?

I've a problem with my nginx : I have to redirect all the http and https traffic when my users search "hermes.my-domain.com" to the 5000 port, on my nginx serveur, where my app is. "hermes" is the name of my sub-domain. So I do that : server…
nickola2
  • 1
  • 2
0
votes
1 answer

Is it yet possible to securely host a "virtual server" away from your physical control, like this?

What I'm looking for is some way to, on my own computer, run some sort of command which "bakes" my PHP scripts and some sort of configuration file into a black box of a single file, something like My server.abc, which is impossible for anyone to…
J. T.
  • 1
0
votes
0 answers

Web server, firewall and active directory: internal network connection error "DNS rebinding attack"

I have a problem with a web server (WS) (apache on ubuntu 20.04 server), Fortinet Firewall (FF) and windows Active Directory (AD). My ISP recently upgraded my Internet connection and changed some configuration (static IP addresses and subnet).…
0
votes
2 answers

Windows 10 / Chrome: HTTP browser request to IP address differs from same request to hostname

Agaoin, this is on Windows 10. I'm bringing in a new Ubuntu test web server (hpmicro1.lovelady.com) to our internal network, which is all in the lovelady.com domain. There's a DNS server on another machine that handles all DNS lookups. PC…
Dennis
  • 167
  • 1
  • 12
0
votes
0 answers

Deleted public_html without reason

I had a problem today in the morning which I am still trying to figure it out, so it does not happen again. Somehow a lot of files from public_html got deleted, except one folder. I did not delete anything. Basically the whole website went…
0
votes
1 answer

Azure Web App identified target web site is using IIS 10 and detected that it is out of date - how to change

Azure Web App identified target web site is using IIS and detected that it is out of date - how to change A security scan of a web app running windows has been identified as a High vulnerability. Since this is an old version of the software, it may…
0
votes
0 answers

Impossible to log in via web SSH (VPS - LINUX)

Today I facing a weird issue: I cannot log in into my VPS using on-site SSH module. I don't know where to find the information what happened. This occurs suddenly because few hours ago everything was fine. I think probably I've been blocked, but…
0
votes
2 answers

port 3306 is closed on my website how can i open it?

I have a vb.net desktop app.. and I need to insert some data to database on my website. when it's try to add data I get this Error: " Unable to connect to any of the specified MySQL hosts " when I try Other IP shared IP from Other website, it's…
0
votes
2 answers

Server Redundancy

I have web hosts at 3 different locations. I want to create a fail-safe for the websites, so if one host is down, the web sites are still available.
Jean
  • 261
  • 1
  • 7
  • 15