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

How Do I Determine Which Domain Has The Most Traffic?

My client is hosting like 500 domains. His senior sysop for some reason is unavailable. We're trying to figure out what command you type with Linux and Apache to determine which domains are taking up the most traffic. You see, we need to block…
ServerChecker
  • 1,518
  • 2
  • 14
  • 35
0
votes
0 answers

Preseed web/PHP front end

Has anyone come across a front-end (web based PHP preferably) for generating preseed files for automated server installs? Seems like the backend config changes occasionally so I'm sure keeping it up to date is a pain. Even if just the expert_recipe…
tc0nn
  • 1
  • 1
0
votes
0 answers

Would this be strong enough or just overkill?

I'm actually interested in building a web/mail server. I'll have database with thousands of users and multiple websites hosted on a LEMP Stack Server. Hopefully I'll eventually have thousands of visitors daily on each website that I build (about 3…
0
votes
0 answers

How do I redirect a subdomain to another internal webserver without affecting the RDP Gateway

we have a standard windows server 2022 running IIS 10 and remote desktop gateway. we use rdp.domain.com for the gateway address for external RDP Users. we would like to run another internal windows server with IIS 10 for a wedbased app for external…
Arthur
  • 1
0
votes
1 answer

Setting up GeoIP to work with Nginx on Debian 11

I am trying to set up Nginx v. 1.24.0 and GeoIPupdate to work so that users not from a specific country do not get access to the web server. However, as I'm following every guide I see that it is outdated, either the links do not work, because…
Tomulis
  • 1
  • 1
0
votes
0 answers

Whitelist an S3 Bucket in server firewall

I am looking for a way to whitelist an S3 Bucket on my client's server. In this S3 bucket there is a public website, thus, my idea is to find the ip address used for this S3 bucket. However, I have read from the documentation that it is using…
Vitomir
  • 103
  • 3
0
votes
0 answers

Serving Static files from different folders

How can I publish multiple folders on a server to different locations or disks on a server? Example... mydomain.com/files I want /files to be able to see the contents of folders in c:/myvideos or f:/mymusic or / d:/myfiles/myshows like alias in FTP.
0
votes
0 answers

VMWare ESXi Web Client access dies after some time

After applying IP filters on VMWare esxi's firewall settings for Web Access / Web Client rules, the allowed IPs work fine for some time like 5 hours. Only the IP addresses I allow can access the webclient. However, after some time I no longer can…
sarkolata
  • 101
0
votes
0 answers

Why is the WordPress router non-responsive for some static files but not others?

Context I have a website of approximately 50k files (mostly static, a handful of PHP files) and plan to gradually migrate all of them into WordPress. There are about 500 files/folders in the root folder and the total of all is about 10GB. Due to the…
CGDev
  • 1
0
votes
1 answer

Multiple web service (using HTTP/HTTPS protocol) in single baremetal machine

I am a newbie for web and network stuff. I want to hosting the following web services for my personal use: Gitea Nextcloud pypiserver (Private pypi server) Ktra (private rust registry server) I only have one machine which only have single network…
0
votes
1 answer

nginx "deny all" location not working when clicking href-element

I'm trying to deny acess to the root url of a proxied web application. Only the path /images is supposed to be accessible from the internet. My nginx configuration for the page looks like this: ... server { location / { deny…
0
votes
1 answer

Send push notification from a internal server

Background I have a smart home application written in java and spring. It runs from a raspberrypi inside my home network 192.168.x.x. For security reasons I do not want to control it from internet. What I have A web application consist of web…
De Gao
  • 1
0
votes
0 answers

Long loading of Dynamics CRM API requests

Right now have on premise Dynamics CRM installed. When accessing over internal network everything works good. When accessing over external network, the same page results for api requests are showing in the same time but loading stops only after 2…
0
votes
0 answers

How to generate embedded element for other site to consume?

If I put a link on a comment on Twitter, facebook and other place the website analyse the link and show a small preview of the link if possible. It could be a small player for a video or an image with a title, etc. How does this work? Is there a…
alfor
  • 1
0
votes
1 answer

How to configure iptables against DDOS attacks, or others

I recently had a server hosted on OVH, which I can access via SSH. On this server is installed a data collection tool (Cyber), on Linux and accessible from a Web interface. This tool must be accessible only by my network in SSH and for the Web…
Lynow
  • 1
  • 1
  • 2