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
-2
votes
1 answer

Server not showing updated web pages all the time

Our website has been update a while ago but when it is viewed from the domain location we still see the older web pages. There are over 10 workstation at this site and WiFi. Some of the computers will show the updated web pages sometime.If I view…
-2
votes
1 answer

MVC3 on godaddy

I'm trying to publish my site on the godaddy. I also spoke to their technical staff. Basically, I published my site to a local directory on my system (C:/test) and then copied all the resultant files from them on to my root folder on GoDaddy.…
CPat
  • 1
-2
votes
3 answers

Web development server for windows?

Can anyone suggest a good web development stack for Windows? I've tried xampp, but I want to see what else is available; has anyone had any particular experience with any alternatives? I'm looking for something that will run PHP at the very least.
richzilla
  • 205
  • 1
  • 3
  • 13
-2
votes
2 answers

Where do I get Two Letter Domain Name?

For my business purpose I want to take a Two letter domain name(eg: xx.yy). Where do I get this? I think GoDaddy.com doesn't support two letter domain names? my name is not yet registered, thank God its available!!!!
user11782
  • 105
  • 4
-2
votes
1 answer

Regarding Hosting Static website in Digital ocean spaces

I need to host my static website in Digital ocean space. I am looking for something similar that we do in AWS S3 static website hosting in the Digital ocean. Is the feature is available in DO? Looking for some DO experts to render their hands on…
-3
votes
1 answer

Two physical servers, one domain

I currently have an IIS server hosting my website (www.example.com). I've just set up my raspberry pi and I've got this hosted as a website that can be accessed through the local IP which is Apache. However, How do I make this public through my…
-3
votes
1 answer

What is the best way to do this site redirection

Have a site in which we are pointing some links to www.example1.com. Recently www.example1.com changed to www.example2.com. Now if we access www.example1.com it will automatically redirect www.example2.com. In www.example.com still it point to…
-3
votes
1 answer

Edit dhcpd.conf through the WEB page

Good afternoon. Please suggest an elegant way to solve the following question: There is a server on Linux (CentOS 6.5 x86) with dhcp/nfs/http/tftp, which is used to load the images on specialized hardware via PXE. Was tasked to make the web page…
Antony
  • 3
  • 1
-3
votes
1 answer

Protect my server app?

I have a very important C program I need to protect in my website. This program is called once per minute and the reply is not time sensitive (e.g. if the reply is late by a few seconds it's ok). The input and output data are a few KBs and due to…
-3
votes
1 answer

Guest access through hotspots (proxies with a ToS to accept) don't consistently work

I've noticed that certain websites (Facebook) don't reliably initiate a hotspot login when compared to others (google.com). In other words, when a user connects for the first time to a hotspot they are asked to login or accept a terms of service…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
-4
votes
1 answer

How can I access a URL through it's IP address?

http://example.com has the IP address 93.184.216.34. From what I've read about IP addreses and ports, this leads me to believe that appending the port 80 to the end of it (93.184.216.34:80) should also load the same page. However instead it gives me…
James Donnelly
  • 103
  • 1
  • 7
-4
votes
4 answers

Setup web terminal access in case ssh crashes

I would like to setup my Ubuntu 12.04 LTS Server for a backdoor in case ssh crashes. I would simply connect to the server and restart ssh manually but this is not possible. Contacting the system administrator so he can restart it takes too much time…
Tom Siwik
  • 261
  • 3
  • 4
-4
votes
1 answer

What type of connection to get for a web server

I've been doing some research about this topic but I had no luck finding my answer. Will a 2Mbps G.SHDSL connection do the work or should I go with a 5/10/20Mbps Metro Ethernet connection? Or am I in a completely wrong direction? When I look for…
-5
votes
1 answer

Logout from web console?

I'm really new to eJabber, and I don't seem to be able to find a better way to log-out from the web admin console other the closing and opening the browser. Is there any button to log-out? Thanks EDIT Well, I may have been a bit too vague about what…
-5
votes
2 answers

How to configure nginx to send traffic to internal ip based on hostname?

I'm planning on setting up a VPS "service" just for a couple of my friends to use, but I only have one IP. I'd like to set up nginx so it works like this: domain1 . com -> 192.168.1.1 domain2 . com -> 192.168.1.2 It was mentioned here so I know it's…
Nick
  • 1
  • 1
1 2 3
36
37