[EMAIL PROTECTED] caching with authorization header

2008-10-31 Thread Seymen Ertas
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

Re: [EMAIL PROTECTED] htaccess help

2008-10-31 Thread Eric Covener
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

[EMAIL PROTECTED] htaccess help

2008-10-31 Thread debussy007
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

Re: [us...@httpd] Cannot change User for httpd.exe with Apache2.2 for Windows

2008-10-31 Thread Li Xin
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

[EMAIL PROTECTED] User defined request handlers

2008-10-31 Thread S. Sahayaraj
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

Re: [us...@httpd] Cannot change User for httpd.exe with Apache2.2 for Windows

2008-10-31 Thread Eric Covener
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

Re: [us...@httpd] Ubuntu - Apache replies "Could not reliably determine the server's fully qualified..."

2008-10-31 Thread Eric Covener
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

Re: [EMAIL PROTECTED] Another ldap question

2008-10-31 Thread Eric Covener
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

[EMAIL PROTECTED] Another ldap question

2008-10-31 Thread Oliver Marshall
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/

[EMAIL PROTECTED] Ubuntu - Apache replies "Could not reliably determine the server's fully qualified..."

2008-10-31 Thread Pierre
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