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

Basic Windows 7 php web server?

I am developing some postcard kiosks, which the client want to be able to remote into and see the status of each machine, order history, etc. Each kiosk will have a 3G connection, and I was thinking of having a simple, resource light, web server…
davivid
  • 101
0
votes
2 answers

php proxy problem

i used php web proxy for limit web access in a office, clients have not internet access, so they use this php web proxy to view web page. the php proxy is running on a computer that have access to internet via a squid proxy server. ( for example i…
siavash
  • 3
  • 3
0
votes
2 answers

Web test for application requiring authentication

Not sure how to go about this...basically we need to perform load testing on a web application, but the problem is, all the pages are accessible only by authenticated users. The authentication is performed by the application itself (ie NOT HTTP…
0
votes
3 answers

configure server to handle a lot of requests

I have a website and we bought some advertisement on neobux.com. We bought 1000 views hoping to get more users on the website. We have a VPS with 1gb ram and 1gb burstable running apache. When we started our add on the website we got around 1000…
damage000
  • 103
  • 1
0
votes
3 answers

PHP not running in the browser, works fine from the command line

I've installed Apache, PHP and MySQL with no errors and I can run the PHP program from the command prompt. But, I can't get a PHP page to display in the browser. When I try to view a PHP page in Google Chrome, I get this error: Oops! This link…
Margarita
0
votes
4 answers

What is the best to do linux administration via web interfae

I have written few shell scripts which can do specific tasks . But my mangaer wants that there should be some web interface where , he can run those scripts and function using web . Now i don't know how can i link bash with web . I know PHP. Also…
Mirage
  • 561
  • 4
  • 10
  • 25
0
votes
1 answer

Possible to upload weblogs to Google Analytics?

It's always bothered me that Google Analytics (and similar embedded web traffic monitoring services) can only see a reflection of the traffic going to my server and can only see page visits. If I want to track real downloads of a software package,…
Eric Falsken
  • 647
  • 2
  • 8
  • 21
0
votes
3 answers

How To Back Up a Database from My Web Hosting Server to My Computer

i wana back up my database from my web hosting to my computer but i face this errror . i google it but none of the solution work for me . i only have the servername, username , password and initial catalog. is any thing else needed to make a back…
dav
0
votes
1 answer

creating users on TFS 2010

I want to create a user for my local TFS server. The server is installed on a Win7 64 bit system. Is it possible to create a user which logins using the TFS' authentication? To be clearer, Can I create a user which is not part of Windows domain? I…
0
votes
2 answers

URL Redirections

I have registered 3 domains with .com, .co.in and .in extensions. My .com domain is hosted. I want users to be redirected to the .com website when they type in the .co.in and .in urls. How do I do that?
0
votes
2 answers

Windows 2003 Web Edition & Remote Desktop

I'm tackling a project with 3-4 developers, and I want them to work all on the same machine through Remote Desktop. Thus I'm currently looking for an economically priced dedicated server that will fit my needs. My question is, whether the Web…
Mat
  • 1
0
votes
0 answers

Hosting a MySQL server on Amazon Web Services

We are evaluating hosting our application on Amazon EC2 service. While I am confident that a Small instance (1.7GB RAM) will be sufficient for our web server (at this point), I am not sure about requirements for the MySQL server: Would it make…
Goro
  • 664
  • 3
  • 9
  • 18
0
votes
2 answers

Can't make mod_alias work

I'm receiving from the client a request for a ".png" file. The request is by sending the full address (I cant change that). meaning: /var/www/imges/ The problem from what I understand is that the apache server understands this: …
jonhs
0
votes
2 answers

Web Server Running Low in Memory

I have an EC2 small instance that has 2 gigs of memory, running Fedora Linux. Typically, I get about 275 page views per day on average, and I have a monitoring agent on the box. Some of the stats are little worrying in terms of free memory. Last…
Doug Molineux
  • 423
  • 3
  • 7
  • 17
0
votes
1 answer

How to set up redirect on first web-access from wireless?

I've noticed a lot of open wireless access points will associate but won't forward your traffic until you attempt a web connection. This attempt is redirected to a TOU page. If I want to do something similar, what's the "best" way to set this up? …
Fixee
  • 648
  • 4
  • 13