0
votes
1answer
31 views
Apache 2 Upgrade Killed Our .htaccess, Can’t fix, please help!
We were forced to upgrade to Apache 2 today and as soon as we did our rule set that was working for months stopped working.
The behavior it shows is completely ignoring the .htace …
0
votes
0answers
16 views
Is there a better way to handle authentication?
Right now I have a server set up for multiple clients: clientA, clientB, clientC.
Each client has their own users.
The way I have it setup is clientA goes to http://www.site.com/ …
0
votes
0answers
27 views
Was Apache running as root? [closed]
I am re-thinking our server's permission and group strategy. So I was trying to check what permissions was needed with the current setup for Apache to access the files.
I changed …
0
votes
2answers
12 views
.htaccess File Options -Indexes on Subdirectories
I have the following .htaccess line, simple no indexes on root.
Options -Indexes
What do we add so it propagates to any sub directory instead of having to create one file for ea …
0
votes
2answers
27 views
How do I configure Apache to forward some URLs to two resin containers?
Good day,
I have two resin servers - r-server-a and r-server-b. I created two because both have web applications that need to be in the root context path '/' (and using same port …
6
votes
7answers
212 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 ou …
0
votes
1answer
34 views
Pylons deployment questions
I'm a beginner with Pylons and I've mostly developed on my localhost using the built-in web server. I think it's time to start deployment for my personal blog, I have a Debian Lenn …
1
vote
2answers
40 views
mod_rewrite rule not working
I have the following rules in my htaccess:
RewriteRule ^([^/.]+)/?$ list.php?categoryShortForm=$1&locationShortForm=world [QSA]
RewriteRule ^([^/.]+)/([^/.]+)/?$ list.php?ca …
1
vote
3answers
62 views
Rewrite to index.php best practices
I notice that there are a few common ways to setup RewriteRules for MVC based PHP applications. Most of which contain:
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
Rewrite …
0
votes
2answers
42 views
How do I suppress the default apache error document in mod_perl?
I'm developing a RESTful API and I wrote a mod_perl2 handler that takes care of the request.
My handler deals with error codes by setting $r->status($http_code) and return $htt …
0
votes
0answers
55 views
apache2, vhosts and servername directive [closed]
I'm running an apache development environment on my ubuntu desktop machine.
When I start apache, I get the error
"apache2: Could not reliably determine the server's fully qualifie …
0
votes
1answer
21 views
How do I pass the HTTP username from Apache to Mongrel/Rails?
The goal: running a Rails application on Mongrels, allowing access through Apache after doing basic HTTP Authentication
The problem: reading the supplied username from within Rail …
0
votes
0answers
26 views
Purpose of debian “sites-available” and “sites-enabled” dirs [closed]
I'm a noob, please be nice.
Can anyone tell me, in a nutshell, what the purpose of these two directories are in Debian?
/etc/apache2/sites-enabled
/etc/apache2/sites-available …
1
vote
3answers
53 views
Mac OS X 10.5 Apache and Subversion upgrade alternatives
I've found myself down a rabbit hole and would like advice. It looks like Mac OS X 10.5.8 comes bundled with a pre-configured version of Apache 2.2.11 (located in /usr/sbin), PHP …
0
votes
3answers
63 views
HTTP/1.1 200 OK…
What does this mean, and why does it appear on bottom of ALL html, php, css, js files?
HTTP/1.1 200 OK
Date: Fri, 06 Nov 2009 00:35:42 GMT
Server: Apache
Content-Length: 0
Keep-Al …
