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
6
votes
3 answers

How is possible that the web site is down but the traceroute is ok?

I have a web site at BlueHost ("Pro" plan) that is down often. Firefox says: The connection has timed out The server is taking too long to respond. The site could be temporarily unavailable or too busy. Try again in a few moments. If you…
Gabriel
  • 335
  • 3
  • 10
6
votes
6 answers

Correct recursive chmod, separate for files & dirs

I'd like to recursively chmod a directory so that: Files are 0664 Directories are 0775 How to do it better, shorter, fancier? :) Maybe, use umask somehow? All find solutions are too long: I always end with Copy-Paste :)
kolypto
  • 11,058
  • 12
  • 54
  • 66
6
votes
6 answers

Is there a simple LDAP-to-HTTP gateway out there?

We have a local LDAP directory that provides basic contact information about our user community. We would like to integrate this into some third-party hosted services that allow us to implement widgets that run arbitrary Javascript. In order to…
larsks
  • 43,623
  • 14
  • 121
  • 180
6
votes
1 answer

Why can't I access my site with a WWW. prefix?

For some reason I cannot access my website with the www. prefix. This is what my current DNS records look like: example.com A 192.0.2.99 www.example.com A 192.0.2.99 Could anyone help me, I am pretty new to this whole DNS business! Just…
Muggles
  • 163
  • 1
  • 1
  • 4
6
votes
3 answers

What's the best centralized syslog viewing tool for *nix out there

Looking for what people think are the best for doing web viewing of a centralized syslog server. I am open to using any syslog server also. EDIT I actually went with GrayLog2
Mike
  • 22,310
  • 7
  • 56
  • 79
6
votes
2 answers

DDOS attack - How to prevent

Recently I read about Denial of Service attack on Amazon & PayPal. I am curious that how this is performed. These big companies must have huge servers, so DOS would require billions of bots to access it. So my questions are How DDOS attack…
ashmish2
  • 375
  • 3
  • 6
5
votes
1 answer

WMI Impersonation levels within vbscript / ASP code

I have an IIS 7.5 web site running "classic" ASP code (not ASP.NET) where the site is running under the normal service context, and only "Windows Authentication" is enabled. Users and navigate the site without any problem, regardless of having…
5
votes
7 answers

Web Application Vulnerability Scanner suggestions?

I'm looking for a new tool for the ol' admin toolkit and would value some suggestions. I would like to do some "automated" testing of handful of websites for XSS (cross site scripting) vulns, along with checking for SQL injection opportunities. I…
Chris_K
  • 3,444
  • 6
  • 43
  • 45
5
votes
2 answers

Are SSL Client Certificates well supported by all major browsers?

We're thinking of improving the authentication of some critical webpages with client certificates, but we're not sure whether it's a widely used standard. Are SSL Client Certificates well supported by all major browsers? In particular, do they work…
netvope
  • 2,123
  • 5
  • 25
  • 35
5
votes
3 answers

SSL - should I just make my entire site secured?

I'm planning on building an application wherein my users can create accounts on it, email other users, etc. The site will also have forums, chat, etc. It will also need to process credit cards. I'm trying to decide which parts of the site should be…
ServerFaultNewbie
  • 247
  • 1
  • 3
  • 8
5
votes
5 answers

Why is this China IP hitting my web site?

I have a web site that uses a couple hundred domain aliases, including franchise-dallas.info, franchise-delaware.info, and detroitfranchise.info (see more below). I have been getting ten to twenty hits per day via Google AdWords PPC. I set up a log…
Evik James
  • 257
  • 3
  • 9
5
votes
7 answers

Real-time website traffic monitoring for operations teams

Working on medium sized websites we've always built our own real-time traffic graphing solutions and displayed those on a big screen mission control style so that if traffic starts to climb, load start to climb, latency increases, etc we can start…
ToddH
  • 193
  • 4
5
votes
5 answers

A web shell to ssh via browser?

I am traveling for a couple of weeks and I can connect to Internet only via Internet Points (or open access points if I'm lucky) and I doubt I can always find an ssh client to connect to my servers, so what I need is a shell that can be accessed…
gbr
  • 258
  • 2
  • 5
  • 14
4
votes
4 answers

Is there a simple logging based web proxy?

For the fun, I'm curious to save all web traffic I send/receive. Is there any FLOSS web proxy software that runs on Ubuntu Linux that will just save, to a file, the headers, url, datetime and the content of all HTTP traffic that moves through it? If…
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
4
votes
2 answers

Connecting to IPv4 server from an IPv6 address

I have a server with both IPv6 and IPv4 addresses. Is it possible to connect to another web server (I know only its IPv4 address) over HTTP through the IPv6 interface, so that that server can see only my IPv6 IP as the source address?
Andrey Melnik
  • 43
  • 1
  • 1
  • 4
1 2
3
36 37