On Wed, Apr 9, 2008 at 10:36 PM, Daniel Aleksandersen
<[EMAIL PROTECTED]> wrote:
> Hi list,
>
> Why does type-maps rely on multiviews to be enabled? I can sort of
> understand why it is required to match [../resource] with [../resource.var].
> BUT as type maps are presented as an alternate to mu
On Fri, Apr 11, 2008 at 7:43 PM, Steve Finkelstein <[EMAIL PROTECTED]> wrote:
> RewriteCond %{HTTP_HOST} ^foo\.example\.com$ [NC]
> RewriteRule . /index.php/foo [L]
>
I'm not sure why you have the leading slash on /index.php when you
don't seem to be using it in your main rule.
Other tha
On Fri, Apr 11, 2008 at 10:10 PM, Raja Nagendra Kumar
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> We have a nice documents on the web to configure http server as organisation
> proxy server for http content. However, we are now looking to allow e-mails
> to be fetched to the org employees though the
On Sun, Apr 13, 2008 at 6:07 AM, Benedict simon <[EMAIL PROTECTED]> wrote:
>
>
>
> Dear All,
>
> I have recently install backuppc and the daemon running fine
> but when i access it through my browser after askin me for my username and
> password i get the followin message
>
>
> You don't have
hi Kirst, all,
To use c_rehash, I must have .pem and .crt files. Correct me if I am worong
please. The remote server has a self-signed certificate that was generated
using keytool (http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html) so the
file generated is .keytool. Should I generate .pem
This one works: http://pastie.org/179950
Thanks anyway.
- Original Message -
From: "Kyrre Nygård" <[EMAIL PROTECTED]>
Date: Sunday, April 13, 2008 6:25 pm
Subject: [Rails] mod_rails: Anybody got a minimal Apache configuration file?
To: [EMAIL PROTECTED], users@httpd.apache.org
> Does any
Does anyone have a minimal Apache configuration file for running a Rails site?
The standard one is a monster!
So far I have http://pastie.org/179907 but I haven't tested it yet.
--Kyrre
Dear All,
I have recently install backuppc and the daemon running fine
but when i access it through my browser after askin me for my username and
password i get the followin message
You don't have permission to access /BackupPC_Admin on this server.
where Backup_Admin is the cgi file
and my
Hello,
in the default configurations I know apache runs as a dedicated users
(e.g. www). This user has no login shell set thus it is impossible to
login as this user and it usually has no home dir set either.
With my setup I have an (human) user hat has a login shell and homedir.
This users