[us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Iacopo Benesperi
Hi, I have a WebSVN installation and I want to enable a per repository authentication. At this page: http://demo.websvn.info/filedetails.php?repname=WebSVNpath=/trunk/doc/install.html#authentication there's the WebSVN documentation on how to do that. Since my ISP (DreamHost) doesn't provide SSPI

Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 6:33 AM, Iacopo Benesperi iac...@iacchi.org wrote: [...] to my .htaccess: Location /wsvn/[repo name]/ /home/liberenote/svnfolder/.htaccess: Location not allowed here I'd like to know if basic authentication isn't allowed in the location directive, if no

[us...@httpd] Tool to monitor apache processes

2009-11-15 Thread Dipen
Hi, I am looking for a tool to monitor apache processes, I am interested to find how much memory does each process consume for each request, It would be nice if I that information is recorded in a log which can later be analyzed for statistics, maxima and minima. I am currently looking to explore

Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Iacopo Benesperi
Eric Covener ha scritto: As the error message says, You can't put location in htaccess. It's got nothing to do with what's inside the location. So where can I use the location directive? Or, better: what should I write in the .htaccess to write a rule based on the url and not on the folder

[us...@httpd] Why is the modified document root is not taken by Apache2.2?

2009-11-15 Thread varunawithapache
In file httpd.conf I modified DocumentRoot C:/Program Files/Apache Software Foundation/Apache2.2/htdocs , to be DocumentRoot C:/Program Files/Apache Software Foundation/Apache2.2/test Then Directory C:/Program Files/Apache Software Foundation/Apache2.2/htdocs to be Directory C:/Program

[us...@httpd] STDERR issue with Apache 2.0.4 under mod_perl

2009-11-15 Thread Shibi NS
The configuration in httpd.conf look like this Perl my $app_home = $ENV{APPS_HOME}; my $config= ConfigLoader::include($app_home/conf/myapp.plhttp://ursforms.pl/); my $elog = '| rotatelogs '. $config-{log_file} . '%y%m%d 1M '; $ErrorLog =

Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 11:42 AM, Iacopo Benesperi iac...@iacchi.org wrote: Eric Covener ha scritto: As the error message says, You can't put location in htaccess.  It's got nothing to do with what's inside the location. So where can I use the location directive? Inside the configuration

Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Iacopo Benesperi
Eric Covener ha scritto: No clue if you can't modify the configuration and the location of the htaccess isn't related to the files you want to protect. Ok thanks: I don't have access to httpd.conf. Let's see if someone has an idea. Iacopo

[us...@httpd] htacces

2009-11-15 Thread Teun
Best People, I do not understand the website of httpd apache for to enabled htacces support websitefolders. How can ik enable in Ubuntu htacces for my websitefolder on my localhost? Thanks all ! - The official User-To-User

Re: [us...@httpd] htacces

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 2:32 PM, Teun apache.httpd@dse.nl wrote: Best People, I do not understand the website of httpd apache for to enabled htacces support websitefolders. How can ik enable in Ubuntu htacces for my websitefolder on my localhost? Thanks all !

Re: [us...@httpd] htacces

2009-11-15 Thread Teun
On Sun, Nov 15, 2009 at 2:32 PM, Teun apache.httpd@dse.nl wrote: Best People, I do not understand the website of httpd apache for to enabled htacces support websitefolders. How can ik enable in Ubuntu htacces for my websitefolder on my localhost? Thanks all !

Re: [us...@httpd] htacces

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 3:08 PM, Teun apache.httpd@dse.nl wrote: On Sun, Nov 15, 2009 at 2:32 PM, Teun apache.httpd@dse.nl wrote: Best People, I do not understand the website of httpd apache for to enabled htacces support websitefolders. How can ik enable in Ubuntu htacces for my

[us...@httpd] Re: Apache error if using Basic AuthType under Location directive

2009-11-15 Thread LuKreme
On 15-Nov-2009, at 12:22, Eric Covener wrote: On Sun, Nov 15, 2009 at 11:42 AM, Iacopo Benesperi iac...@iacchi.org wrote: Eric Covener ha scritto: As the error message says, You can't put location in htaccess. It's got nothing to do with what's inside the location. So where can I use the

[us...@httpd] can we get separate document root ?

2009-11-15 Thread J. Bakshi
Hello list, I am suffering with document root issue with my apache config . I have placed a config like ``` Alias /personal/joydeep /var/personal_work_area/joydeep Directory /var/personal_work_area/joydeep/ DirectoryIndex index.php

Re: [us...@httpd] can we get separate document root ?

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 10:04 PM, J. Bakshi joyd...@infoservices.in wrote: Hello list, I am suffering with document root issue with my apache config . I have placed a config like ``` Alias /personal/joydeep  /var/personal_work_area/joydeep        Directory

Re: [us...@httpd] can we get separate document root ?

2009-11-15 Thread J. Bakshi
Eric Covener wrote: On Sun, Nov 15, 2009 at 10:04 PM, J. Bakshi joyd...@infoservices.in wrote: Hello list, I am suffering with document root issue with my apache config . I have placed a config like ``` Alias /personal/joydeep /var/personal_work_area/joydeep

Re: [us...@httpd] [ SOLVED ] can we get separate document root ?

2009-11-15 Thread J. Bakshi
J. Bakshi wrote: Eric Covener wrote: On Sun, Nov 15, 2009 at 10:04 PM, J. Bakshi joyd...@infoservices.in wrote: Hello list, I am suffering with document root issue with my apache config . I have placed a config like ``` Alias /personal/joydeep

[us...@httpd] RewriteBase is not working in apache configuration file

2009-11-15 Thread J. Bakshi
Hello, RewriteBase is working perfectly OK in .htaccess but not in apache configuration file. Do we need any special syntax to make it working in apache configuration file ? Thanks -- জয়দীপ বক্সী - The official User-To-User

Re: [us...@httpd] RewriteBase is not working in apache configuration file

2009-11-15 Thread Igor Cicimov
What are the rewrite rules you have put in the main config file? Do you have RewriteEngine On statement first? On Mon, Nov 16, 2009 at 3:27 PM, J. Bakshi joyd...@infoservices.in wrote: Hello, RewriteBase is working perfectly OK in .htaccess but not in apache configuration file. Do we need

Re: [us...@httpd] RewriteBase is not working in apache configuration file

2009-11-15 Thread J. Bakshi
Igor Cicimov wrote: What are the rewrite rules you have put in the main config file? Do you have RewriteEngine On statement first? Yes, I have the statement already there. Here is my config Alias /personal/joydeep /var/personal_work_area/joydeep Directory

[us...@httpd] cannot install a SSL certificate : any idea folks ? Thanks

2009-11-15 Thread sieger...@gmail.com
Hello Friends I'm trying to figure out why I cannot install a SSL certificate that I'd been given. Using openssl, I looked at the key file that was generated by openssl, and the corresponding certificate file that was returned by the CA. I noticed that the modulus part does not match. I think

Re: [us...@httpd] RewriteBase is not working in apache configuration file

2009-11-15 Thread Krist van Besien
On Mon, Nov 16, 2009 at 5:27 AM, J. Bakshi joyd...@infoservices.in wrote: Hello, RewriteBase is working perfectly OK in .htaccess but not in apache configuration file.  Do we need any special syntax to make it working in apache configuration file ? You don't need RewriteBase in your apache

Re: [us...@httpd] RewriteBase is not working in apache configuration file

2009-11-15 Thread J. Bakshi
Krist van Besien wrote: On Mon, Nov 16, 2009 at 5:27 AM, J. Bakshi joyd...@infoservices.in wrote: Hello, RewriteBase is working perfectly OK in .htaccess but not in apache configuration file. Do we need any special syntax to make it working in apache configuration file ? You

RE: [us...@httpd] htacces

2009-11-15 Thread Boyle Owen
-Original Message- From: Teun [mailto:apache.httpd@dse.nl] Sent: Sunday, November 15, 2009 9:09 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] htacces On Sun, Nov 15, 2009 at 2:32 PM, Teun apache.httpd@dse.nl wrote: Best People, I do not understand the