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.

534 questions
54
votes
5 answers

Ordering: 1. nginx 2. varnish 3. haproxy 4. webserver?

I've seen people recommend combining all of these in a flow, but they seem to have lots of overlapping features so I'd like to dig in to why you might want to pass through 3 different programs before hitting your actual web server. nginx: ssl:…
Joel K
  • 5,765
  • 2
  • 29
  • 34
39
votes
4 answers

FTP/FTPS/SFTP/SCP - Speed comparison

How do FTP, FTPS, SFTP, and SCP compare in terms of transfer rate and how can I compare them through testing?
Graham
  • 399
  • 1
  • 3
  • 3
37
votes
6 answers

SSL for devices in local network

Initial question We make devices which run a webserver and the user can control some functionality of the device by browsing directly to the IP of the device. This can be a fixed IP when a direct WiFi or ethernet connection is used but in most cases…
Daan Pape
  • 471
  • 1
  • 3
  • 5
33
votes
2 answers

Any disadvantage to short DNS TTL?

Any disadvantage to short DNS TTL?
webnat0
  • 603
  • 2
  • 8
  • 13
31
votes
1 answer

illegitimate traffic from user agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)

This is a rapidly changing event that has no answer yet. Please do not post your findings or assumptions as answers; reserve the answer field for when you actually have an answer. If you have something new to add, please edit it directly in to…
user114293
  • 231
  • 3
  • 8
30
votes
1 answer

Should my website have an IPv6 address?

My website only has an IPv4 address. With IPv6 being the future, is it possible that some users may not be able to reach the website if it does not have an IPv6 address? Also, does having an IPv4/IPv6 address increase SEO performance?
Reado
  • 692
  • 2
  • 9
  • 24
22
votes
2 answers

How to test keep-alive is working on client end

What are some different ways/tools to verify that keep-alive is working on the server from the client's end?
Ron Garrity
  • 373
  • 1
  • 3
  • 5
19
votes
2 answers

What is a cookie-free domain?

What is a cookie-free domain? I've seen these words many times but I never understood what it is.
Alon Gubkin
  • 666
  • 3
  • 7
  • 12
16
votes
1 answer

nginx Request line too large

I'm getting the error: Bad Request Request Line is too large (6060 > 4094) When I access the a specific url on my server like this: /api/categorize?packages=package1,package2,...packageN On nginx.conf I have: large_client_header_buffers 8…
Rafael Barros
  • 263
  • 1
  • 2
  • 6
16
votes
3 answers

My site seems to be hijacked... but only when visited from another site... how?

My website is altoonadesign.com if you type it directly in your browser it takes you to the correct site. However if you do a search for "altoona design" and click on the link to my site you get redirected to a malicious site. I tried this in google…
JD Isaacks
  • 855
  • 5
  • 14
  • 24
15
votes
3 answers

Which is faster at serving up PHP pages, Apache or NGINX

I've read quite a bit on the major benefits to running NGINX over Apache for serving static files. However, I have never seen an article talking about Apache vs NGINX for serving PHP pages. Question: which is faster at serving up PHP pages, Apache…
TeddyR
15
votes
1 answer

Who (What?!) is "http://1.1.1.1/bmi"?

I'm not sure if this is the place to ask but I found some pages who contain links in them that start with "http://1.1.1.1/bmi". Who or what is 1.1.1.1? or maybe http://1.1.1.1/bmi has a meaning more than just 1.1.1.1?
user7777777777777
  • 201
  • 1
  • 2
  • 3
13
votes
4 answers

How to convince my Administrator that Java ON A SERVER is not insecure per se?

The Application We have a small Java application which uses some Camel routes to pick up uploaded files from a webserver, process them and send out some e-mails with the results. The server on which this application was running has been…
lajuette
  • 761
  • 6
  • 16
13
votes
4 answers

Suspected server or data vulnerability and reporting a fraud site

Two days ago someone created a website that has the exact same domain of the company I work for, but missing one letter, and sent a mail campaign to many people that there is a promotion on the website, when you go to the website you (as…
mpcabd
  • 233
  • 1
  • 7
12
votes
6 answers

How can I check if my IIS site is using NTLM or Kerberos?

How can I check if my IIS site is using NTLM or Kerberos? And how can I change authentication from Kerberos to NTLM? I'm using IIS 7.5.
KlimczakM
  • 223
  • 1
  • 2
  • 7
1
2 3
35 36