The Apache HTTP Server, commonly referred to as Apache, is an open-source HTTP server for modern operating systems including UNIX, its variants and Windows. Apache is a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
119
votes
6answers
55k views
118
votes
2answers
20k views
Ruby on Rails Server options [closed]
The whole issue of setting up a development server for my Ruby on Rails application confuses me. There are WEBrick, Mongrel, Passenger, Apache, Nginx and many more I am sure, and I dont really ...
117
votes
13answers
102k views
Generic htaccess redirect www to non-www
I would like to redirect www.example.com to example.com.
The following htaccess code makes this happen:
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 ...
117
votes
11answers
12k 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 ...
112
votes
16answers
57k views
Apache vs nginx vs lighttpd? Which is simpler to configure and administer? [closed]
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 ...
89
votes
12answers
62k views
Wildcards in a hosts file
I want to setup my local development machine so that any requests for *.local are redirected to localhost. The idea is that as I develop multiple sites, I can just add vhosts to Apache called ...
88
votes
9answers
36k views
Why use deflate instead of gzip for text files served by Apache?
What advantages do either method offer for html, css and javascript files served by a LAMP server. Are there better alternatives?
The server provides information to a map application using Json, so a ...
78
votes
6answers
58k views
Make XAMPP/Apache serve file outside of htdocs
Is it possible to configure xampp to serve up a file outside of the htdocs directory?
For instance, say I have a file:
C:\projects\transitCalculator\trunk\TransitCalculator.php
and my xampp files ...
75
votes
6answers
14k 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 ...
67
votes
8answers
64k views
Finding out what user Apache is running as? [closed]
I want to secure a file upload directory on my server as described beautifully here, but I have one problem before I can follow these instructions. I don't know what user Apache is running as.
I've ...
64
votes
9answers
54k views
Difference between the Apache HTTP Server and Apache Tomcat? [closed]
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 ...
63
votes
5answers
19k views
How Python web frameworks, WSGI and CGI fit together
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 py
...
59
votes
5answers
19k views
How to prevent browser page caching in Rails
Ubuntu -> Apache -> Phusion Passenger -> Rails 2.3
The main part of my site reacts to your clicks. So, if you click on a link, it will send you on to the destination, and instantly regenerate your ...
56
votes
16answers
207k views
ssl_error_rx_record_too_long and Apache SSL [closed]
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 ...
54
votes
4answers
14k views
Can I Replace Apache with Node.js?
I have a website running on CentOS using the usual suspects (Apache, MySQL, and PHP). Since the time this website was originally launched, it has evolved quite a bit and now I'd like to do fancier ...
53
votes
15answers
78k 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:
...
52
votes
12answers
49k views
Does PHP have threading?
I found this PECL package called threads, but there is not a release yet. And nothing is coming up on the PHP website.
47
votes
3answers
34k views
apache to tomcat: mod_jk vs mod_proxy
What are the advantages and disadvantages of using *mod_jk* and *mod_proxy* for fronting a tomcat instance with apache?
I've been using mod_jk in production for years but I've heard that it's "the ...
46
votes
6answers
10k views
Tips for debugging .htaccess rewrite rules
Many posters have problems debugging their RewriteRule and RewriteCond statements within their .htaccess files. Most of these are using a shared hosting service and therefore don't have access to the ...
45
votes
34answers
3k 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 ...
43
votes
4answers
2k views
So eclipse and xdebug walk into a bar, and then my apache server dies
I am using windows xp x86, wamp, apache2, php 5.3 x86, eclipse php, and xdebug, running on localhost as both a virtualhost and an https virtualhost
eclipse version info
Eclipse for PHP Developers
...
40
votes
11answers
18k views
Adding REST to Django [closed]
I've got a Django application that works nicely. I'm adding REST services. I'm looking for some additional input on my REST strategy.
Here are some examples of things I'm wringing my hands over.
...
39
votes
4answers
17k views
In production, Apache + mod_wsgi or Nginx + mod_wsgi?
What to use for a medium to large python WSGI application, Apache + mod_wsgi or Nginx + mod_wsgi?
Which combination will need more memory and CPU time?
Which one is faster?
Which is known for being ...
38
votes
10answers
28k views
Apache/PHP: error_log per Virtual Host?
On one Linux Server running Apache and PHP 5, we got multiple Virtual Hosts with separate logfiles and everything. The only thing we cannot seem to separate between virtual hosts is the php error_log. ...
37
votes
8answers
109k views
How to enable mod_rewrite for Apache 2.2
I've got fresh install of Apache 2.2 on my Vista machine, everything works fine, except mod rewrite.
I've uncommented
LoadModule rewrite_module modules/mod_rewrite.s
but none of my rewrite rules ...
36
votes
15answers
40k views
XAMPP and WAMP in the LAMP, whats the best? [closed]
We have got loads of options for php + MySQL + Apache combo... Which is the best pack among these ?
Lets confine our ideas to WAMP vs XAMPP, is there a better option to go for ?
I created an online ...
36
votes
10answers
2k views
How to Block 100,000+ Individual IP addresses
Introduction
How do you Block large number of IP address from your web application/server. Obviously that can easily be done in PHP or any programming language
$ipList = []; // array list or from ...
35
votes
10answers
16k views
Deny access to .svn folders on Apache
We have a rails application in subversion that we deploy with Capistrano but have noticed that we can access the files in '/.svn', which presents a security concern.
I wanted to know what the best ...
35
votes
10answers
141k views
Forbidden You don't have permission to access / on this server
I have configure my Apache by myself and try to load phpMyAdmin on virtual host, but received "403 Forbidden You don't have permission to access / on this server".
My httpd.conf
#
# This is the ...
35
votes
6answers
49k views
SVN - Permission Denied
I have set up a Linux Server and installed Apache and SVN and dav_svn on it. Now, when I try to upload to https://x.x.x.x:x/svn/repo with Tortoise SVN I get
Can't open file ...
35
votes
10answers
1k views
Storing PHP(/PHP-FPM/Apache)'s temporary-from-upload files in RAM rather than the filesystem (or encrypted only)?
Original question
So the project I'm working on is deathly paranoid about file uploads.
In the scope of this question, I'm not using that term in regards to payloads; I'm talking confidentiality.
...
34
votes
12answers
96k views
How to tune Tomcat 5.5 JVM Memory settings without using the configuration program
I need to configure Tomcat memory settings as part of a larger installation, so manually configuring tomcat with the configuration app after the fact is out of the question. I thought I could just ...
34
votes
8answers
32k views
Best way to rotate Apache log files [closed]
I've got an Apache server that has one access log file that is topping 600MB. This makes it really hard to search the file or parse it.
What software or modules for Apache are available that will ...
34
votes
5answers
15k views
Mercurial push, abort: authorization failed
I'm having problems with pushing to mercurial repository:
$ hg push
pushing to https://user:***@hg.domain.com/X_repo
searching for changes
abort: authorization failed
The same URL (with the same ...
33
votes
6answers
20k views
Do you have to restart apache to make re-write rules in the .htaccess take effect?
I have pushed my .htaccess files to the production severs, but they don't work. Would a restart be the next step, or should I check something else.
32
votes
12answers
55k views
WAMP 403 Forbidden message
I have installed WAMP version 2.1 on my windows 7 machine. When i browse to localhost in my browser, the WAMP server page is visible.
But when I browse to my IP in my browser, I get the message
...
31
votes
7answers
386 views
Slow cronjobs on Cent OS 5
I have 1 cronjob that runs every 60 minutes but for some reason, recently, it is running slow.
Env: centos5 + apache2 + mysql5.5 + php 5.3.3 / raid 10/10k HDD / 16gig ram / 4 xeon processor
Here's ...
29
votes
7answers
20k views
apache redirect from non www to www
I have a mortgage calculator site that doesn't seem to redirect from mookal.com to www.mookal.com
My apache config is as follows:
RewriteEngine On
### re-direct to www
RewriteCond %{http_host} ...
29
votes
5answers
27k views
Setting the umask of the Apache user
I am setting up a LAMP server and would like to set Apache's umask setting to 002 so that all Apache-created files have the group write permission bit set (so members of the same group can overwrite ...
29
votes
2answers
6k views
Java XPath (Apache JAXP implementation) performance
NOTE: If you experience this issue as well, please upvote it on Apache JIRA:
https://issues.apache.org/jira/browse/XALANJ-2540
I have come to an astonishing conclusion that this:
Element e ...
29
votes
6answers
40k views
Windows: XAMPP vs WampServer vs EasyPHP vs alternative [closed]
There was a similar question asked here three years ago, but I want to open it up further to include all possible Windows/Apache/MySQL/PHP stacks.
Which to do you think is best?
XAMPP seems to be ...
28
votes
13answers
3k views
Easiest way to simulate no free disk space situation?
I need to test my web app in a scenario where there’s no disk space remaining, i.e. I cannot write any more files. But I don’t want to fill my hard drive with junk just to make sure there’s really no ...
28
votes
2answers
11k views
What package includes AB the Apache Server Benchmarking Tool in Ubuntu [closed]
I'm trying to find ab - Apache HTTP server benchmarking tool for Ubuntu, I'm hoping there's a package I can install for it. I decided I need to do some simple load testing on my applications.
28
votes
6answers
47k views
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
CentOS 5.0
I tried to restart my apache server and got this messeage
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
here is /etc/host ...
28
votes
2answers
448 views
separate different version of a website
I want to make sure I want to optimize and make my site very easy to maintain for different version of my site.
I have few version of my site:
iphone/ipod/android etc...
ipad/tablets etc...
other ...
28
votes
5answers
1k views
“How the sausage is 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 ...
28
votes
1answer
3k 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 ...
27
votes
5answers
16k views
How do I run Node.js on port 80?
My aim is to run Node.js on port 80. This is because I am finding node.js is being blocked from certain networks which do not allow traffic from any other port.
It appears that the best way to do ...
27
votes
12answers
32k views
How do I stop getting ImportError: Could not import settings 'mofin.settings' when using django with wsgi?
I can't get wsgi to import my settings file for my project 'mofin'.
The list of errors from the apache error log are as follows
mod_wsgi (pid=4001): Exception occurred within WSGI script ...
27
votes
3answers
14k views
Can someone explain the ivy.xml dependency's conf attribute?
I can't find any thorough explanation of the ivy dependency tag's conf attribute:
<dependency org="hibernate" name="hibernate" rev="3.1.3" conf="runtime, standalone -> runtime(*)"/>
See ...

