24
votes
14answers
2k views
How can I detect and survive being “Slashdotted”?
What's a good way to survive abnormally high traffic spikes?
My thought is that at some trigger, my website should temporarily switch into a "low bandwidth" mode: switch to basic HTML pages, minimal …
20
votes
5answers
2k views
Hidden features of mod_rewrite
There seem to be a decent number of mod_rewrite threads floating around lately with a bit of confusion over how certain aspects of it work. As a result I've compiled a few notes on common …
18
votes
5answers
569 views
How is the sausage made tour of apache/php/mysql interaction
I am having trouble understanding how apache/php/mysql stack works on a low level (including interaction with the browser). Is there a good description somewhere (a book, a website, etc) that will …
13
votes
4answers
2k views
How Python web frameworks, WSGI and CGI fit together
Hello,
I have a Bluehost account where I can run Python scripts as CGI. I guess it's the simplest CGI because to run I have to define the following in .htaccess:
Options +ExecCGI
AddType text/html …
10
votes
2answers
167 views
If I echo a statement and no one hears it, does it ever get echoed? (PHP cron job question)
So I have a script that I debug with a bunch of echo statements. This is run every 3 minutes on my server by cron, and I sometimes leave the echo statements in there. They're not going to a browser, …
10
votes
8answers
315 views
What are the best books and resources for learning to develop, deploy and/or host Django?
I'm a newbie on the Django scene coming from an ASP.NET C# background. I'm looking for some good resources to help me learn the ins and outs of Django/Python. Any recommendations?
10
votes
11answers
5k views
Debug message “Resource interpreted as other but transferred with MIME type application/javascript”
OK, I understand what the messages means, but I'm really not sure what's causing it. I'm using Safari and the Web Inspector on Mac OS X, by the way.
I've got the following in my document head:
…
9
votes
0answers
139 views
Suspicious .htaccess File [closed]
This was uploaded to one of my FTP folders. I'm not familiar with Apache, but still curious - can someone tell me what type of dastardly act this file is trying to commit? Thanks!
RewriteEngine On
…
9
votes
1answer
234 views
.NET XMPP libraries under Apache, MIT or MS-PL licenses?
I am looking for a liberally licensed (MIT, X11, Apache, etc) version of the XMPP protocol for .NET and Mono.
There are a handful of libraries under the GPL, LGPL and LGPL v2 for .NET and Mono, but …
9
votes
10answers
4k views
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 content and name-based virtual hosting.
I am vaguely aware of the …
9
votes
8answers
1k views
UTF-8 all the way through…
I'm setting up a new server, and want to support UTF-8 fully in my web application. I have tried in the past on existing servers and always seem to end up having to fall back to ISO-8859-1.
Where …
9
votes
6answers
361 views
Best practices for withstanding launch day traffic burst
We are working on a website for a client that (for once) is expected to get a fair amount of traffic on day one. There are press releases, people are blogging about it, etc. I am a little concerned …
8
votes
7answers
1k views
Difference between Apache Tapestry and Apache Wicket
Apache Wicket ( http://wicket.apache.org/ ) and Apache Tapestry ( http://wicket.apache.org/ ) are both component oriented web frameworks - contrary to action based frameworks like Stripes - by the …
8
votes
7answers
1k views
Running Django with FastCGI or with mod_python
which would you recommend?
which is faster, reliable?
apache mod_python or nginx/lighttpd FastCGI?
8
votes
5answers
360 views
Apache Mod-Rewrite Primers?
I am wondering what primers/guides/tutorials/etc. are out there for learning to rewrite URLs using Apache/.htaccess? Where is a good place to start?
My primary interest is learning how to point …
