Hi all,
I am trying to understand the apache documentation regarding cacheable content.
>From the documenation ( http://httpd.apache.org/docs/2.2/caching.html ):
- Begin Apache 2.2 DOCUMENTATION ---
What Can be Cached?
mod_cache caching on the other hand
On Fri, Oct 31, 2008 at 3:09 PM, debussy007 <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> this is the content of my .htaccess file:
>
> RewriteEngine on
> RewriteCond %{REQUEST_URI} !files/rapporten/instant/*
> RewriteCond %{REQUEST_URI} !files/rapporten/dag/*
> RewriteCond %{REQUEST_URI} !files/rapporten
Hi,
this is the content of my .htaccess file:
RewriteEngine on
RewriteCond %{REQUEST_URI} !files/rapporten/instant/*
RewriteCond %{REQUEST_URI} !files/rapporten/dag/*
RewriteCond %{REQUEST_URI} !files/rapporten/week/*
RewriteRule \.csv$ - [L]
RewriteRule .* index.php
php_flag magic_quotes_gpc of
Hi Eric,
I basically followed the second link. I don't know that the Apache for Windows
won't be able to set the User for httpd.exe. So it means, that the "User"
directive in httpd.conf is useless for Windows?
Thanks,
-- Xin
--- On Fri, 10/31/08, Eric Covener <[EMAIL PROTECTED]> wrote:
> Fr
Hello everyone,
I'm a new face in httpd development and have a query regarding
the customization request handlers creation and its process with httpd.
1.In order to process the customized requests and their parameters
through httpd, I was able to create a new module, configured
On Fri, Oct 31, 2008 at 2:39 AM, Li Xin <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just installed a Apache2.2 for Windows today. Following the installation
> instructions, I changed the 'User' in httpd.conf from 'daemon' to my local
> user-name, and then restarted httpd.exe. I saved a file from the
On Fri, Oct 31, 2008 at 4:02 AM, Pierre <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I installed Apache 2 just yesterday in Ubuntu, compiling the source
> code from Terminal. I don't know if any of you has ever installed a
> LAMP environment, but I guess it's not crucial for you to understand
> this par
On Fri, Oct 31, 2008 at 5:16 AM, Oliver Marshall
<[EMAIL PROTECTED]> wrote:
> Hi chaps,
>
> I have the following code setup in an apache config file to restrict
> access to trac sites on the server via LDAP group membership.
>
> ***
>
> SetHandler mod_python
> PythonInterpr
Hi chaps,
I have the following code setup in an apache config file to restrict
access to trac sites on the server via LDAP group membership.
***
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /trac/
Hello,
I installed Apache 2 just yesterday in Ubuntu, compiling the source
code from Terminal. I don't know if any of you has ever installed a
LAMP environment, but I guess it's not crucial for you to understand
this particular message:
"httpd: Could not reliably determine the server's fully quali
10 matches
Mail list logo