Tagged Questions

Apache (HTTP Server) /əˈpætʃiː/ is a modular cross-platform web server software with a large variety of features(called modules) including SSL, compression, log, proxy and server-side programming language interfaces like Perl, Python, Tcl, and PHP.

learn more… | top users | synonyms

23
votes
4answers
9k 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 ...
17
votes
10answers
62k views

Windows could not start the Apache2 on Local Computer - problem

During the installation of Apache2 I got the following message into cmd window: Installing the Apache2.2 service The Apache2.2 service is successfully installed. Testing httpd.conf.... ...
16
votes
4answers
11k views

Is there a practical HTTP Header length limit?

I have a web application that adds contextual information to XmlHttpRequest objects using the setRequestHeader API. I am using a custom header name (e.g. X-Foo) and a JSON structured value. It isn't ...
14
votes
8answers
3k views

What Perl RESTful framework do you recommend?

Hi I'm looking for a Perl RESTful framework that have to : work under apache2/mod_perl2 be simple be elegant be light be flexible Am I just dreaming or can I avoid the 'Roll our own' approach? ...
13
votes
5answers
784 views

Node.js slower than Apache

I am comparing performance of Node.js (0.5.1-pre) vs Apache (2.2.17) for a very simple scenario - serving a text file. Here's the code I use for node server: var http = require('http') , fs = ...
13
votes
2answers
1k views

Tornado is “a relatively simple, non-blocking web server framework written in Python”--can somewhat explain what that means?

This is probably a stupid question, but what exactly is a "non-blocking web server"? All web servers are technically non-blocking, arent they? otherwise how could they handle simultaneous connections? ...
12
votes
1answer
186 views

Allowing only single active session per user in Django app

I want to restrict logged-in users to only have one active session, i.e. if the user logs in with a new sessionid, the old session should be terminated. I found a lot of help on SO already: here and ...
10
votes
1answer
5k views

Setting up Git Server on Windows With git-http-backend.exe

I am in the process of setting up a Git server (1.7.2.3) on a WS 2008 machine using Apache and git-http-backend.exe. I have been following a good tut here. I have the GUI working, I can annoymously ...
10
votes
3answers
2k views

Creating a symbolic link in Sites directory

I have a file in my ~/Sites directory that works fine when I browse to it through coderama.local/~coderama/index2.php Now I want to get tricky and move my index2.php file to somewhere else on my ...
10
votes
1answer
6k views

How do I list all repositories with the SVNParentPath directive on Apache+SVN?

I'm using SVN through Apache with dav_svn_module like this: <Location /svn> DAV svn SVNParentPath C:/svn_repository AuthName "Subversion Repository" ... </Location> This lets me ...
9
votes
1answer
13k views

How to serve all existing static files directly with NGINX, but proxy to Apache the rest?

location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; if (-f $request_filename) { ...
8
votes
4answers
9k views

Configuring Ruby On Rails App in a subdirectory under Apache

I've got apache2.2 on windows. I'm trying to serve both subversion (/svn) and redmine (/redmine). I have svn running fine with this config: <Location /svn> DAV svn SVNParentPath ...
7
votes
3answers
208 views

URL Rewrite Issue with Mango Blog (404 error)

I am working on setting up an instance of Mango Blog on an Ubuntu Server running Apache 2 HTTPD and Tomcat 6 with Railo 3.1.2. I was able to get everything setup until I started trying to implement ...
7
votes
5answers
1k views

PHP errors NOT being displayed in the browser [Ubuntu 10.10]

I'm new to PHP and the whole LAMP stack but I've managed to get it up and running on my Ubuntu 10.10 system. Everything seems to be working with the exception of error reposting in the browser which I ...
7
votes
3answers
2k views

PHP APC Potential Cache Slam Averted for Key

I'm receiving this error while trying to use apc_store(). I googled it and saw that this was APC timebomb bug and saw some fixes which suggested adding apc.slam_defense = Off; to php.ini. I need to ...
7
votes
1answer
1k views

Where can I find good reference/tutorial on writing Apache modules (in C)?

I've looked all over and can't really find much of anything. I need three basic things: Good API reference Some sort of a tutorial Good architectural overview I have the module source code and am ...
7
votes
2answers
451 views

Tracking file complete download

I have a file hosting site and users earn a reward for downloads. So I wanted to know is there a way I can track whether the visitor downloaded whole file so that there are no fake partial downloads ...
7
votes
2answers
2k views

How does Phusion Passenger reuse threads and processes?

I am setting up an Apache2 webserver running multiple Ruby on Rails web applications with Phusion Passenger. I know that Passenger spawns Ruby processes for handling requests. I have the following ...
7
votes
6answers
11k views

tortoisesvn - Error REPORT request failed on ../../../!svn/vcc/default

Users attempting to check out files from a particular Subversion 1.4.x repository with Apache 2.2 on Windows 2003 have suddenly begun getting an error message in their log windows upon checkout with ...
7
votes
4answers
6k views

Apache Multiple VirtualDocumentRoot

Using Apache2 on a Linux system is there a way to have multiple VirtualDocumentRoot using mod_vhost_alias? This is naming convention I am currently using and would like to continue to use: host ...
7
votes
4answers
7k views

How can I prevent tons of apache processes spawning when I start apache and proceeding to kill my machine?

I have a highly trafficked application on one debian machine and apache has started acting strange. Every time I start apache, tons of apache processes are spawned, the app doesn't load at all, and ...
7
votes
3answers
2k views

How can I use post-commit hooks to copy committed files to a web directory from SVN?

My Ubuntu server has Apache and Subversion installed. I use this server as a staging server, purely for testing purposes. I use Apache to host the web application, and Subversion to keep versioned ...
6
votes
5answers
1k views

Is it possible to put binary image data into html markup and then get the image displayed as usual in any browser?

It's an important security issue and I'm sure this should be possible. A simple example: You run a community portal. Users are registered and upload their pictures. Your application gives security ...
6
votes
5answers
1k views

How do I ignore the Perl shebang on Windows with Apache 2?

I have set up a local Perl web environment on my Windows machine. The application I'm working on is originally from a Linux server, and so the shebang for source .pl files look like so: ...
6
votes
14answers
633 views

Learning C properly: yes or no?

My primary language is PHP, but I have done some (not very much) programming in other languages. I've written 2 modules for Apache in C. I wrote them in C because this was one of the things where ...
6
votes
5answers
2k views

How do I make my Apache 2 server force a browser to open a file transfer dialogue?

How do I make my Apache 2 server force a browser to open a file transfer dialogue if the URL points to a file with a .pln or .psa extension? I have a simple LAMP server with CentOS 5, Apache 2, MYSQL ...
6
votes
9answers
718 views

Using Subversion and Apache

I've never used any kind of source control before although I understand the concept. What I am confused about (and perhaps just not aware) is what benefit do I achieve and/or why would I want to ...
6
votes
4answers
3k views

Alternative Reverse Proxy Architecture Directions

Currently, I've got an expensive license for a reverse proxy server in an environment that is mostly Tomcat. I'm thinking of one or both of the following upgrades. Using Squid instead of the ...
6
votes
1answer
5k views

Apache rate limiting options

What techniques and/or modules are available to implement robust rate limiting (requests|bytes/ip/unit time) in apache?
5
votes
2answers
272 views

Restrict “static” sub-domain aliases to non-HTML files, otherwise redirect to “www”

I've set up a couple of "domain aliases" for a website which I'm using as cookie-less sub-domains, so static.domain.com/style.css serves the same file as www.domain.com/style.css. However, if someone ...
5
votes
2answers
275 views

does http:keep-alive keep the php resources open or does it free all the resources?

I am using http keep-alive on a apache server, Lets say I ask it to keep the connections open upto 2 minutes... Now, if the connection is created and idle for a minute, will the resources held by php, ...
5
votes
2answers
591 views

See anything wrong with my attempt to get Flask running? (mod_wsgi + virtualenv)

I have a VPS running a fresh install of Ubuntu 10.04 LTS. I'm trying to set up a live application using the Flask microframework, but it's giving me trouble. I took notes while I tried to get it ...
5
votes
5answers
1k views

Need to allow encoded slashes on Apache

I'm currently trying to place a URL within a URL (e.g. http://test.com/url/http%3A%2F%2Fwww.url2.com) I'm aware that I have to encode the URL, which I have done, but now I am getting a 404 error back ...
5
votes
3answers
331 views

Guile Scheme and CGI?

I recently discovered that CGI scripts can be written in pretty much any language that can print to stdout. I've written a small guile cgi script that works on my local apache install, but not on my ...
5
votes
2answers
634 views

Why doesn't my SSI work?

I am having problems with passing query params into SSI include from within my zend framework application. I am trying to include a PHP file inside another PHP: <!--#include ...
5
votes
4answers
274 views

Is there a way to set a different PHP module per Virtual Host?

I'm developing for a bunch of sites on my local machine. Some of those sites ultimately run on php5.3, and some run on php5.2. Is there a way I can setup virtual hosts to use different versions of php ...
5
votes
4answers
236 views

What is the best way to implement a 'last seen' function in a django web app?

I have a running django/apache2 + memcached app (ubuntu) and would like to keep track of logged in users that are online. What would be the best way to track this? I would prefer not writing to the ...
5
votes
4answers
245 views

Retrieve Domain Name instead of IP

All, I am using the following command to retrieve the domain name of my server. $_SERVER['HTTP_HOST'] This seems to return the IP address instead of domain name like www.example.com. I looked at ...
5
votes
1answer
833 views

Understanding apache RewriteLog

I'd like to understand the output from RewriteLog in apache2. I have something like ...... (3) applying pattern '^/img(.*)' to uri '/api/marker/2' ...... (3) applying pattern '^/img/imagecache/(.+)' ...
5
votes
4answers
5k views

Correct owner/group/permissions for Apache 2 site files/folders under Mac OS X (10.6)?

It's hard to find Mac-specific answers to this question on the web, so I'm hoping someone out there can put this one to rest for me? My permissions are screwed up on my sites and I'm not sure how to ...
5
votes
1answer
6k views

multiple django sites with apache & mod_wsgi

I want to host several sites with under the same server which uses Debian 5, say I have site1,site2 and site3 and assume my ip is 155.55.55.1 155.55.55.1:80 for my site1 , script resides at ...
5
votes
2answers
8k views

Apache2 Reverse Proxy to an end-point that requires BasicAuth but want to hide this from user

Basically my scenario is that I have an internal website that requires a SINGLE hard-coded username and password to access (and this can't be turned off, only changed). I am exposing this website ...
5
votes
1answer
5k views

Kerberos Authentification in PHP

Let's just assume that I don't know much about Kerberos - just the basics. I have... Debian Linux 2.6 Webserver Apache 2.2 mod_auth_kerb/5.3 PHP/5.2 a (working) Kerberos Realm Windows Client ...
4
votes
1answer
121 views

Play! framework : what is the difference between Router.getFullUrl(“action”) and Router.reverse(“action”).absolute()?

I need an absolute URL on my Play! 1.2.4 application as a callback for an OAuth authentication (using Scribe. My application is running behind an Apache virtual proxy, to be accessible through an URL ...
4
votes
1answer
134 views

Apache + HTML5 Video Tag - What could go wrong?

[See the updates! - Works on Android/IOS browsers but no where else. FireFox, Chrome, Opera, Safari all fail. Even though they are definitely HTML5 video tag ready] Simply trying to stream a video ...
4
votes
1answer
38 views

X-Pad: avoid browser bug header added by apache

I see this header appended to the response from apache. Does it have any significance in new age browsers; or it's merely there to circumvent a bug in older versions of Netscape. Seems weird. EDIT ...
4
votes
4answers
301 views

http: conditional get does not give a chance to refresh headers without sending body again

I don't know if this is a bug or a feature in the http spec, or I am not understanding things ok. I have a resource that changes at most once a week, at the week's beginning. If it didn't change, ...
4
votes
1answer
476 views

Apache won't follow symlinks (403 Forbidden)

I'm having some trouble setting up Apache on Ubuntu. I've been following this guide. # /usr/sbin/apache2 -v Server version: Apache/2.2.17 (Ubuntu) Server built: Feb 22 2011 18:33:02 My public ...
4
votes
2answers
171 views

Restarting apache as www-data using perl

I'm working on a webpage, which after certain events, needs to restart the apache server that it's running on to update some files. I tried adding www-data to the sudoers file: www-data ALL=(ALL) ...
4
votes
1answer
258 views

Example for several (fastcgi/uwsgi/scgi/proxy_pass) Mojolicious apps in the same nginx virtual host?

I have some Mojolicious-based apps which happily run under Apache2 with mod_cgi and mod_fastcgi. The urls are for example: http://example.org/oneapp/path/info?foo=bar ...

1 2 3 4 5 39