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
12
votes
5 answers

How to use ssl_verify_client=ON on one virtual server and ssl_verify_client=OFF on another?

I want to force ssl client verification for on of my virtual hosts. But get "No required SSL certificate was sent" error, trying to GET something from it. Here are my test configs: # defaults …
Alexander Artemenko
  • 1,393
  • 3
  • 13
  • 13
11
votes
6 answers

How do you manage large web farms?

I have a quickly growing web farm running IIS 7 (30+ servers). All servers are identical copies of each other and all servers are physical. We update the software about once a month, and in the current process, we follow the following…
Andrew Katz
11
votes
8 answers

What is the first thing you do if your website was hacked?

What would you do as first thing if your website was hacked? Taking the site from net? or rollback a backup? not realy or? Did you made any experiences in this way?
streetparade
  • 101
  • 3
10
votes
1 answer

When should you use and not use Etags?

I was just looking at our site on WebPageTest.org and one of their recommendations for speeding up a website is: ETag headers should generally not be used unless you have an explicit reason to need them I was wondering what this means. Does it…
Django Reinhardt
  • 2,286
  • 3
  • 38
  • 58
9
votes
1 answer

With IPv6, should we be assigning distinct IP addresses to each host name served over HTTP(S)?

With IPv4, it's pretty much a given that unless there is some specific need that warrants IP-based virtual hosting, name-based virtual hosting should be done to avoid needlessly exhausting the address space. However, given that for IPv6 the current…
user
  • 4,335
  • 4
  • 34
  • 71
9
votes
5 answers

How to get nginx to redirect from www to non-www domain?

Let's say I want to redirect from www.example.com to example.com and I want to do this using nginx. I looked around and did not see any good documentation on this so I figured I would ask and answer my own question.
Jauder Ho
  • 5,507
  • 2
  • 19
  • 17
8
votes
4 answers

Allow a certain URL path with Squid

I'm using Squid 3.4 on Debian, and I want to know how to allow certain sub-URLs while banning the rest of them. Particularly, I want to ban access to reddit.com/* but allow access to reddit.com/r/foo/* and reddit.com/r/foo/ acl bad url_regex…
unsi
  • 81
  • 1
  • 1
  • 3
8
votes
1 answer

Dell PowerEdge server crashed, how to repair? What happened? Information inside

I am currently in high school and run our school's website. This summer, our SysAdmin was diagnosed with cancer, and he went off for treatment, so I have been thrown into an interesting situation. I'm really not sure what is wrong with this web…
8
votes
9 answers

how to provide a web interface to sftp server

We need to securely serve files to our clients. We want the transport to be encrypted, users should require user/password and they should be able to access their files through the web, ftp/sftp and curl. The obvious idea is to use openssh and its…
user23398
  • 1,191
  • 3
  • 9
  • 14
7
votes
4 answers

Expose Fileserver (SMB) over WEB / HTTP(S) Interface

I have a Windows Fileserver (SMB), for internal storage. I'm looking for a way to add a Web-interface to expose the fileserver over HTTPS. The requirements are: Accessible over HTTPS in a standard browser as a Web application. The Web application…
Sam
  • 370
  • 1
  • 4
  • 18
7
votes
3 answers

Does Azure support UCC/SAN SSL Certificates?

I have an Azure Web App that has 15 domain names associated with (i.e. all domain names map to the same application). I need to provide SSL for all 15 domains, pointing to the same Web App. My observations so far: Conventional SSL binding requires…
Simon Ordo
  • 171
  • 1
  • 2
7
votes
1 answer

WebRTC on standalone asterisk - no audio

After struggling with Asterisk for WebRTC for a few weeks now, I decided to put my problem on this forum. My Problem is as follows: Im not getting audio from WebRTC to WebRTC clients. I work in a LAN environment. Situation - Call from JSSIP to…
Haije Ploeg
  • 163
  • 2
  • 13
7
votes
1 answer

Is Tomcat Native worth the trouble?

A little background: I have a webapp that has both Servlet/JSP dynamic content and static files. Pages are always dynamic, and ~10 static resources are served for each page. Everything is served over HTTP (Tomcat Native seems to help more with…
David Ehrmann
  • 169
  • 1
  • 5
7
votes
2 answers

ISP grade Proxy

We are a ISP in Africa (bandwidth is expensive, more than 800 USD per Mbit). Instead of investing in more bandwidth I believe it can be worthy to invest on web proxy appliance. I prefer to use mature appliances instead of opensource tools. BlueCoat…
Andre
  • 1,341
  • 4
  • 19
  • 34
6
votes
7 answers

fastest web server for static, dynamic content?

I'm looking for the fastest http server available for: serving static content -- huge set of large images. Minimal features need, just as fast as possible. dispatching dynamic content plugins -- think a web server that does on-the-fly watermarking…
Mark Harrison
  • 805
  • 2
  • 12
  • 20
1
2
3
36 37