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.

learn more… | top users | synonyms (1)

119
votes
6answers
55k views

HTTP_HOST vs. SERVER_NAME

When would you consider using one over the other and why?
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
101k 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 ...
58
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
9k 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 ...
12
votes
4answers
3k views

.Net and Hadoop - What to know / learn and what is available? [closed]

Information My question is regarding BigData in .Net. BigData is used to store and query huge ammounts of data (Facebook, Google, Twitter, ...). Examples of BigData are MapReduce, Hadoop, Dryad, ... ...
7
votes
2answers
2k views

Multiple mod_wsgi apps on one virtual host directing to wrong app

I'm trying to get two (or more) Django applications set up at subdirectories under the same domain, e.g.: http://example.com/site1/ http://example.com/site2/ I know that normally this works fine by ...
6
votes
2answers
3k views

Enabling SSL on apache instance on EC2

I have an EC2 instance that is using Amazon's custom linux install with built in apache. This install also has openssl installed. That being said, there does not appear to be a mod_ssl.so to load up ...
5
votes
2answers
4k views

How do I create a VirtualHost on Zend Server?

I am using zend server and I added one VirtualHost into the extra/httpd-vhosts.conf file and removed # from the httpd.conf file. This is what I added into the extra/httpd-vhosts.conf file: ...
3
votes
5answers
3k views

how to edit .htpasswd using php?

i have a protected directory where only user on .htpasswd can access, but sometimes it requires the user to change password or username, edit a specific username password to his username him self ...
3
votes
2answers
3k views

What happened to: org.apache.ws.commons.schema.XmlSchemaCollection.read(InputSource)?

I have a java project that includes Spring 3.0.2 and XmlSchema.jar 1.4.7 The project's pom.xml contains as a dependency: <dependency> ...
3
votes
1answer
2k views

how to use mod_headers and mod_expires to cache

I want to catche images and other files in my site,so what I did it this made sure mod_headers and mod_expires with :- /usr/sbin/httpd -l then edited .htaccess to be:- ExpiresActive On ...
2
votes
1answer
1k views

AWS EC2 FTP / HTML

I really don't know much about Apache, I followed some tutorials and installed the LAMP stack. I can successfully ftp to /home/ec2-user and upload files there but I want to be able to upload files to ...
2
votes
2answers
340 views

Make images non-cacheable using mod_headers or mod_expires

My question is related to one post discussed some time ago: how to clear or replace a cached image Let me introduce what I am doing... I use JavaScript to create an animation that will be updated ...
1
vote
3answers
182 views

measuring php performance

I'm trying to track down issues with an application [modx] I have several of these sites [about 10] on my server & was wondering how I can see what php is doing. Pages on these sites are ...
1
vote
1answer
241 views

Apache .htaccess redirect to HTTPS before asking for user authentication

This is my .htaccess: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} AuthUserFile /etc/hi AuthName "hi" AuthType Basic require valid-user It asks for ...
1
vote
0answers
8 views

Does Apache really “fork” in mod_php/python way for request handling?

I am a dummy in web apps. I have a doubt regaring the functioning of apache web server. My question is mainly centered on "how apache handles each incoming request" Q: When apache is running in the ...
0
votes
4answers
25 views

Parse http GET response body

I am connecting with a website and its api to retrieve data. My code below does that and gets the response body, but how do I parse that response body? Will I have to create my own function that will ...
0
votes
1answer
540 views

Symfony2 - Rewrite url to add www prefixwith existing .htacess file

Symfony2 core configuration comes up with the following .htacess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ app.php ...
0
votes
1answer
23 views

Double slash when 301ing from foo.com to www.foo.com with Django / Apache / mod_wsgi

We have a Django application running on Apache through mod_wsgi. Our main domain is foo.com (without www), but we want to manage also www requests redirecting them to the main with a 301. I've setup ...
0
votes
1answer
285 views

“Class not found” using php/silex

I set up a Silex-project local using a XAMPP on Mac. Everything works fine. Now I uploaded the files to my Amazon ec2 server and tried to run it. I always get the php errormessage: "Fatal error: ...
0
votes
2answers
442 views

Redirect www. to bare domain when using SSL

Some context: I'm serving a website under the domains domain.com and alternate-domain.com. I would like to redirect all requests so that they: use SSL (basically, redirect http -> https) use the ...
0
votes
0answers
4 views

Upgrading Ubuntu server 11.04 to 12.04 with SSL certificates

I am trying to perform an upgrade of our webserver running Ubuntu 11.04 to 12.04 along with all it's software, apache and MYSQL. The webserver has SSL certificates installed on it. What would be the ...
0
votes
0answers
7 views

Apache localhost and localhost/~username issue

I am trying to setup a test environment on my macbook running mountain lion. I followed this guide and it works. ...
0
votes
0answers
7 views

X-SendFile - detect if XSendFilePath is set

I just started using the XSendFile apache module to serve files. Except for the fact that I cannot know when a download is complete, I guess it's pretty good... One problem though, I found out that ...
0
votes
1answer
7 views

How to use .htaccess to redirect missing files?

I've been hosting some files which aren't on the server anymore and apache error log keeps bugging me with the "file does not exist" line. I'd like to use .htaccess to manually specify which files, ...
0
votes
0answers
8 views

Configuring Apache Subdomains

I just started working on my personal website and am trying to configure a subdomain. I filled in the VirtualHosts following posts I found online but when I try to access my subdomain, my browser ...
0
votes
0answers
35 views

500 errors just after touching wsgi (Apache mod_wsgi and Django)

To reload my source code after an edit i touch the wsgi in production. This seems to cause a few 500 errors return when i reload the site, just after the touch. Everything then goes well. I use ...
0
votes
1answer
23 views

Invalid Subdomains of Addon Domains Show Content Fom Main Domain

I have a website - www.example.com. There is content at www.example.com/content.html. I have an addon domain called www.addon.com. If I type invalidsubdomain.addon.com/content.html into the address ...
0
votes
1answer
15 views

Java - apache PDFBox two A3 papers to one A2?

I've got a printer which doesn't support the feature I need. The printer prints A2 paper size. I would like to print two A3 size pages, that would fit on a single A2 paper, but my printer doesn't ...
0
votes
2answers
3k views

XAMPP Apache won't start

I am using Windows 8 Pro. I have just installed XAMPP Windows 1.8.1. I tried to start Apache from the XAMPP control panel but it wont start. It gives the following error. Also I have no IIS ...
0
votes
1answer
302 views

apache owner and group linux

In my VPS there is only one user called root and a couple of groups, how can I create more users and groups with names of my choice ? In my httpd.conf file there is SuexecUserGroup "#501" "#501" ...
-1
votes
1answer
15 views

Getting Error when trying to setup mod_python [closed]

After installing mod_python and changing the /etc/apache2/sites-available/default file.I am getting following error when I try to run tail -f /var/log/apache2/error.log ai-System-Product-Name ...
-2
votes
0answers
10 views

I am xampp user and I love xampp.

I am xampp user and I love xampp. But which is better xampp or simply install all php, apache, mysql separately so that even when i install node.js, ruby in my system i can access mysql.
-3
votes
0answers
7 views

Unable to compile class for JSP?

exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 152 in the jsp file: /creaCBdaXLS_passo2.jsp The method parseRequest(RequestContext) in the ...

1 2 3 4 5 520