Tagged Questions

A software application that services requests from clients over the HTTP protocol.

learn more… | top users | synonyms

135
votes
13answers
29k views

Deploy a project using Git

How can I deploy a PHP website using Git? I have a hunch it has something to do with using git hooks to perform a git reset --hard on the server side, but how would I go about accomplishing this?
90
votes
15answers
48k views

Apache vs nginx vs lighttpd? Which is simpler to configure and administer?

Apache vs nginx vs lighttpd? Which is simpler to configure and administer? A bit more context, in case this question is too general: the uses I have in mind are running Django and serving static ...
41
votes
19answers
7k views

Is Ubuntu an acceptable distro for running a production server?

I'm not a great Linux expert, but I'm comfortable running my Ubuntu desktop. I've also got a little experience running Ubuntu as a server as well, for my home network. At work, we're considering ...
33
votes
4answers
15k views

Tomcat VS Jetty [closed]

I'm wondering about the downsides of each servers in respect to a production environement. Did anyone have big problems with one of the features? Performance, etc. I also quicky took a look at the new ...
27
votes
6answers
23k views

Difference between proxy server and reverse proxy server

What is the difference between proxy server and reverse proxy server?
25
votes
3answers
1k views

http keep-alive in the modern age

So according to the haproxy author, who knows a thing or two about http: Keep-alive was invented to reduce CPU usage on servers when CPUs were 100 times slower. But what is not said is that ...
22
votes
10answers
2k views

Why move your Javascript files to a different main domain that you also own?

I've noticed that just in the last year or so, many major websites have made the same change to the way their pages are structured. Each has moved their Javascript files from being hosted on the same ...
21
votes
2answers
1k views

Why use Mongrel2?

I'm confused what purpose Mongrel2 serves/provides that nginx doesn't already do. (Yes, I've read the manual but I must to be too much of a noob to understand how it's fundamentally different than ...
20
votes
13answers
110k views

ssl_error_rx_record_too_long and Apache SSL

I've got a customer trying to access one of my sites, and they keep getting this error > ssl_error_rx_record_too_long They're getting this error on all browsers, all platforms. I can't reproduce the ...
18
votes
6answers
1k views

Some fundamental but important questions about web development?

I've developed some web-based applications till now using PHP, Python and Java. But some fundamental but very important questions are still beyond my knowledge, so I made this post to get help and ...
17
votes
4answers
299 views

What happens when a user presses stop in their web browser?

If a page is called that requires a lot of processing and the user clicks stop before the end, does the browser simply stop the request at the client side? Or is a 'stop' message sent to the server, ...
16
votes
4answers
2k views

Security in Node.JS Webserver

So, I'm in the middle of learning my way around Node.JS, and so far I'm loving it. I've got a couple projects already at work that I think I can utilize nodejs in. I'm worried, though, about ...
16
votes
5answers
1k views

Should all sites use SSL by default

We are in the process of moving our web architecture to a new environment. Included are dozens of different sites ranging from almost completely static to dynamic sites requiring authentication and ...
15
votes
0answers
195 views

Mathematica 8.0 interaction with a web server JSP using HTTP POST and XML

I have been tasked with using Mathematica to interact with a third party's web server via JSP using HTTP POST and XML. Example of what I need to send: <html> <head></head> ...
15
votes
16answers
1k views

Website hacking - Why it is always possible to do?

Dear web developers, we know that each executable file can be reverse engineered (disassembled, decompiled). No mater how strong security you will implement, anyway if crackers want to, they do ...
15
votes
4answers
8k views

What is the best web server for Ruby on Rails application?

What is the best web server for ruby on rails application? Why?
15
votes
6answers
1k views

An amnesia patient's “first” functional language? (I really like Clojure…)

I was recently diagnosed with a cascading dissociative disorder that causes retrograde amnesia in addition to an existing case of possible anterograde amnesia. Many people have tried to remind me of ...
14
votes
1answer
1k views

Semicolon as URL query separator

Although it is strongly recommended (W3C source, via Wikipedia) for web servers to support semicolon as a separator of URL query items (in addition to ampersand), it does not seem to be generally ...
14
votes
5answers
7k views

What popular webservers have support for HTML5 WebSocket?

I would like to experiment with HTML5 WebSockets, and I am looking for a mature webserver with support for websockets. Is there a list of webservers that support websockets per default? What popular ...
14
votes
6answers
5k views

What web server to use for Lua web development

What web server (and why) should I use for Lua web development?
14
votes
15answers
11k views

What is the fastest webserver solution with the lowest memory footprint?

I need a webserver to serve up very simple POST/GET requests as JSON. I don't need MVC, Rails, Django. I need something that takes up very little memory, preferrably around 5K per reqeust. The ...
14
votes
11answers
7k views

A good multithreaded python webserver?

I am looking for a python webserver which is multithreaded instead of being multi-process (as in case of mod_python for apache). I want it to be multithreaded because I want to have an in memory ...
13
votes
17answers
12k views

What is the difference between application server and web server?

What is the difference between application server and web server?
11
votes
1answer
823 views

How to make AccountManager (authtoken) and OpenID work together (without AppEngine)?

I am making an Android app which should be able to get data from a web service (which is not part of GAE). Users are able to log in to web service through their browser by using OpenId (only Google ...
11
votes
4answers
1k views

Tiny PHP “standalone” server (or framework) for local debug without Apache/Nginx/Lighttpd/etc

There's manage.py runserver in Django or ruby script/server in Ruby on Rails — those familiar with one of those frameworks should already get the idea what I'm looking for. They run tiny "standalone" ...
11
votes
4answers
11k views

Difference between the Apache HTTP Server and Apache Tomcat?

What is the difference in terms of functionality between the Apache HTTP Server and Apache Tomcat? I know that Tomcat is written in Java and the HTTP Server is in C, but other than that I do not ...
10
votes
2answers
291 views

Standard web server interface equivalent to WSGI/Rack for Haskell

There are (de facto) standard web server interfaces for programming languages e.g. WSGI for Python, Rack for Ruby. Is there the equivalent thing for Haskell? I found two trials, Hack and HSGI, but am ...
10
votes
1answer
224 views

How to measure memory usage for a Live ASP.NET MVC web application?

So right off the bat, not sure if this question is better suited for another StackExchange site. I've got an ASP.NET MVC 3 web application running on Windows Server 2008 and IIS 7.5 Site runs fine ...
10
votes
10answers
759 views

C/C++ CGI on Embedded device, POST, GET, LOGIN?

I have here a small embedded device with uClinux. There is a Boa web-server, that supports CGI scripts. I need to make basic dynamic pages. Requirements GET method for navigation POST method for ...
10
votes
8answers
476 views

Is it possible to use multiple programming languages on one webiste

Suppose i have one webiste with simple pages in php like page1.php page2.php Now there is one page where i want some detailed functioning and i want to use python for that and it will look like ...
10
votes
7answers
2k views

C/C++ - Any good web server library? [closed]

Are there any open source, fast web server libraries? Thanks.
10
votes
2answers
1k views

is “ab” or “httperf” better for checking performance of a website?

so far i know of "ab" and "httperf", both can check the performance of a website. is one better than the other?
10
votes
8answers
1k views

How do you deploy a website to your webservers?

At my company we have a group of 8 web developers for our business web site (entirely written in PHP, but that shouldn't matter). Everyone in the group is working on different projects at the same ...
10
votes
4answers
8k views

How would you compare Apache Tomcat & Glassfish as production servers?

I have a J2EE-based system which is running currently on Apache Tomcat. We are in discussions to move our production servers to the Glassfish server. Can someone share their experiences with either ...
9
votes
3answers
123 views

Is there a way to test how many users my website can handle?

I plan on running my website initially on an EC2 micro instance but am wondering if it's possible for me to test how many users it can handle?
9
votes
4answers
502 views

Which new language should I learn for high performance, high-concurrency, web development?

I am so far very confident with only PHP on the server. However, I have some extra time, and I'd like to learn a new server language. I know how slow PHP is compared to new evented and threaded ...
9
votes
4answers
235 views

php Activity log to see which files are being executed

Is there any way to see active processes in PHP (like which files are being executed)?
9
votes
4answers
408 views

What happens when we say “listen to a port”?

When we start a server application, we always need to speicify the port number it listens to. But how is this "listening mechanism" implemented under the hood? My current imagination is like this: ...
9
votes
5answers
463 views

Is it possible to slow down IIS?

I have a local development webserver set up using Win7 and IIS7. I often have to test the applications and websites I develop on all browsers using "very slow" internet connections to determine how ...
9
votes
2answers
860 views

Is CherryPy a robust webserver (ie, is it reliable under a huge load like Apache)?

I'm wondering because CherryPy is, from my knowledge, built purely in Python, which is obviously slower than C et al. Does this mean that it's only good for dev / testing environments, or could I use ...
9
votes
2answers
2k views

How much slower is serving static content from Tomcat?

So, I have a webapp with a fair amount of JSPs, servlets, alot of which are using IceFaces. Obviously, most of this will have to stay in Tomcat. However, I've been told that static content (HTML, ...
9
votes
10answers
5k views

Small, PHP capable web server (for Windows)

I'm looking for a small (not more, than a few megs) web server, which must be capable of running PHP code (with external PHP installation). I would strongly prefer one where it is very easy to change ...
9
votes
3answers
8k views

How do I write a python HTTP server to listen on multiple ports?

I'm writing a small web server in Python, using BaseHTTPServer and a custom subclass of BaseHTTPServer.BaseHTTPRequestHandler. Is it possible to make this listen on more than one port? What I'm doing ...
8
votes
2answers
725 views

Does anyone has first-hand experience with G-WAN web Server?

The only place where I found informations on G-WAN web server was the project web site and it looked very much like advertisement. What I would really know is, for someone who is proficient with C, ...
8
votes
7answers
2k views

Serving Images with on-the-fly resize

my company has recently started to get problems with the image handling for our websites. We have several websites (adult entertainment) that display images like dvd covers, snapshots and similar. We ...
8
votes
3answers
4k views

Translating an Apache .htaccess file to an IIS web.config

I developed an application on my local using PHP, MySQL and Apache and it has a .htaccess file containing this: #Setting the default handler. DirectoryIndex home.do <IfModule mod_mime.c> ...
8
votes
8answers
7k views

Is there a lightweight portable windows web server?

I'm looking for a lightweight portable web server for windows capable of serving arbitrary folders in the file system and supporting at least one scripting language. It shouldn't need to setup htdocs ...
8
votes
4answers
771 views

How do web servers work?

I am a .NET developer and I've been working in C# for almost 3.5 yrs. I want to understand how the web server works and I don't mean a 65,000 feet overview. I want to understand the inner workings of ...
7
votes
1answer
203 views

How is memory management in PHP different from that in Python?

What is the difference in how they are handled? Specifically, why is it common to find Python used in production-level long lived applications like web-servers while PHP isn't given their similar ...
7
votes
3answers
312 views

What is a secure choice for an internet facing web server in Java?

I need implement a server that is publicly accessible from the internet. The server has a very simple mission: Accept form POSTs from users over HTTPS (the actual HTML form is on a different site) ...

1 2 3 4 5 28