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
4
votes
2 answers

When Should I Stop/Start an IIS Application Pool?

I was told that every time I refresh our web site, either individual pages or the entire site, I should first stop the application pool, update my website file or files, then start the application pool. My web site files consists, of HTML, JS, ASPX,…
Frank DiJohn
  • 45
  • 1
  • 4
4
votes
3 answers

Where to go to learn about web architecture? Youtube example?

I'm trying to build a web application that is similar to Youtube (it's not a knock off), but I guess I don't know how video is served on the internet very well. I know how to build regular database driven web applications, but nothing like the…
Steve
4
votes
3 answers

Suggestions on large scale web applications architecture?

It's a big question:) We are running a website with LAMP that is not big, 5 web servers with LVS load balancing, 3 MySQL servers with replications and separation of reading and writing, and we use Memcached for caching and some full-text searching…
Mickey Shine
  • 939
  • 4
  • 17
  • 33
4
votes
11 answers

Can I use a Mac Mini as a web server and database server? What are the pros and cons?

We are a bootstrapped web start up. We have a LAMP web application that we expect relatively low to mid traffic because users need an account to log in. Our current approach is to colocate two servers, a web and mysql database server. We are…
Christopher Altman
  • 769
  • 4
  • 12
  • 20
4
votes
3 answers

DNS redirect error (probably CNAME related)

I have this question. There's a lot of information out there but none of the things I tried helped and I am still unable to identify if it can be helped at all. I have a site originally with a provider. Later I transferred the DNS to another web…
Nick
  • 143
  • 4
4
votes
2 answers

Speed up asp.net Development server

I am running a website in ASP.Net using the development server, which is insanely slow to load a page with no apparent reason since it is fast in production. Are there any tips to speed up the ASP.net Development server or alternatives to using…
sammarcow
  • 245
  • 1
  • 3
  • 14
4
votes
2 answers

What is the technology behind Hostname Based SSL (multiple ssl vhosts on single IP)?

Well known PaaS provider Heroku offers multiple solutions to SSL problem. One of those is a product called Hostname Based SSL This is not SNI. They claim it works on every browser in any configuration but has other drawbacks, mainly (quoting the…
mdrozdziel
  • 784
  • 3
  • 8
  • 17
4
votes
1 answer

How to limit log file size in Apache2

Log files in /var/log/apache2/ are too big. I want to limit the file size. Is it possible to store only the recent 100 lines? Thanks.
webnat0
  • 623
  • 2
  • 8
  • 13
4
votes
6 answers

Enterprise grade file sharing

Can anybody suggest any web based application ( enterprise grade) that will allow my internal users to share files with the outside world. Maybe something like yousendit, but I want to be able to host it in my network. It doesn't have to be…
user25751
4
votes
4 answers

how many users typically use the "forgotten password" flow?

I was wondering what the "standard" usage rate of the "forgot my password" flow is on other ecommerce/industry websites? Right now not that many people go through the "forgot my password" link on my website, but that's mainly because most people…
user50897
  • 41
  • 2
4
votes
4 answers

Transition domain to new web host without waiting for DNS propagation

I was considering switching to Amazon EC2 to host my website to handle more traffic. It seems like I would have to update DNS records to point to the new server but I was wondering if there was a way to avoid having to wait for the new DNS record to…
jhchen
  • 175
  • 7
4
votes
3 answers

How to redirect port 80 to 8080 while keeping 8080 closed to the Internet?

I have a VM running CentOS with a web server I use for hosting random services I deploy over there, so in order to make it reachable from the Internet I opened port 80 using iptables. Since the web server itself is running as a service under a…
DragShot
  • 143
  • 1
  • 1
  • 4
3
votes
1 answer

SBS 2008 DNS stops working after 1 day for .uk, .eu and some other TLDs outside USA

In SBS 2008, when first installed or rebooted, DNS queries succeed, but after a period of about 1 day users report that they are unable to access some web sites. On inspection, it may be noticed that the inaccessible web sites are in the .uk and .eu…
3
votes
2 answers

Zabbix - Web scenarios trigger. How to ignore the first failed attempts?

Problem: Trigger send an e-mail immediately when the site is unreachable. System: Linux Debian Stretch, Zabbix 4.2.1. Current configuration of the web scenario: Scenario: Name: website.com Update interval: 30s Attempts: 3 Agent:…
maar
  • 485
  • 6
  • 20
3
votes
2 answers

Is it possible to make apache print http parameters in access log?

Apache prints the request to access log. The line will tell you which page is access, say test.php but is it possible to ask it to log the HTTP post parameters as well? Ideally, a specific parameter?
erotsppa
  • 2,113
  • 6
  • 23
  • 24