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
0 answers

How to make a remote server be invisible to a web user

I have a webserver www.example.com that takes user input and calculates results on a remote server
Now the user is on the second server. How do I keep the user on the main server (or make www2 invisible to…
0
votes
1 answer

How can I isolate a single TCP connection on Wireshark?

I just started using Wireshark for network troubleshooting purposes and I am a little confused about one thing. I requested a webpage and for the next 10s I monitored the data. I then used the filter to display all of the TCP packets. I have a list…
user603679
0
votes
0 answers

Interbase driver (Firebird) on Windows PHP

I know have so much questions about it but i don't find the right answer for that searching here and in other websites sorry but I tried all. How to install Interbase on PHP because I have that php.ini and I added the line…
0
votes
1 answer

OpenLiteSpeed slow after IP change

I tested this multiple times, I created an image of perfectly working OpenLiteSpeed server on EC2, and when I deploy it, it doesn't connect or it connects but extremely slow (it takes around 1 min for page to load). I just created a simple php page…
0
votes
1 answer

Run 1 website on 2 webserver apache?

I am wondering if it is possible to run 1 website on 2 webservers. My plan is to have 1 main server, that is always online, but when I'm taking this one offline to have another server, that takes over the role of the first one for a bit...an…
0
votes
0 answers

Why can't I access my WWW prefix domain with CDN?

I know this kind of question have existing solutions , but none of them solve my problems once I enter my web with prefix WWW , it displays such 403 error: 403 error demo This is my Domain parse setting: Domain parse setting screenshot And this is…
0
votes
0 answers

IIS published website is not accessible with public ip and port

I have IIS published web application that I can connect with my local ip and port. Like 192.168.1.99:81 After adding inbounding rules, router DMZ and port forwarding, closing both windows and router firewall, I can not access to web application with…
Enes Okullu
  • 101
  • 1
-1
votes
1 answer

SBS 2008 Users report that they are unable to access some web sites

Users in a Windows Server 2008 domain may report that some web sites are inaccessible, while others work OK. The inaccessible web sites may be in .uk and .eu Top Level Domains or in certain other TLDs outside of the USA.
-1
votes
1 answer

Relative URL is relative to wrong absolute URL on web

Background I am building a website. The files are: /index.php /pic.jpg /dir/index.php /dir/pic.jpg As we know, people can visit my site's dir/index.php page using different URLs: 1. site.com/dir 2. site.com/dir/ 3. site.com/dir/index.php I have…
Bob Johnson
  • 101
  • 1
-1
votes
1 answer

MissingRegistrationforLocation

I have some background in developing .NET applications, but I am new to Azure. When trying to publish my first web app, I am getting this error statement: When logging into the cloud the app is up and running but apparently does not perform the…
-1
votes
2 answers

How should I name my server in nginx if I have a redirect server and the main server?

Suppose my main server is to serve https://www.example.com and the redirect server is to redirect http://www.example.com to https://www.example.com. How should I name these two servers? Is there a sort of best practice for this? Is server name…
-1
votes
1 answer

VPS server web permissions Ubuntu Linux setup for LAMP

Okay, So basically my question is this. My web files are like this var/www/public_html/index.html When I upload files and then go to correct domain on the internet I get "Forbidden You don't have permission to access /index.html on this server." and…
-1
votes
1 answer

How to know where my site is hosted?

Hii Experts I want to know where my website http://www.drpradeepjain.org is hosted ? Please Explain how to know and please explain where to host our website to get best results ....
-1
votes
2 answers

Route only Web Traffic of my Ubuntu machine through OpenVPN proxy

My question is simple, but I couldn't find a clean, step_by_step guide/example on the Internet. I have an OpenVPN proxy server and I want to just route the web traffic of my local Ubuntu machine through it.I know we can route just a specific…
Alex
  • 159
  • 2
  • 9
-1
votes
1 answer

Linux Website Testing Tool

I am looking for a tool to test a website from a Linux command line. From the output, I need to know the response of website that user is able to login with username and password.It will help me to find out that user is logging in or not so that I…