RE: [EMAIL PROTECTED] content of httpd.conf file

2006-04-21 Thread Axel-Stéphane SMORGRAV
That does not sound right at all. 1. AddHandler adds a handler for processing URLs having a specific extension. In the case of the type-map handler, the default is the .var extension. 2. Apache does not modify the httpd.conf file so it should not grow or change. 3. You can safely remove that

Re: [EMAIL PROTECTED] ext_filter blocks cookies with forward proxy

2006-04-21 Thread Nick Kew
On Friday 21 April 2006 00:22, Yevgen Borodin wrote: Hello! I have a forward proxy that handles cookies perfectly fine. But as soon as I turn on an ext_filter, websites that have cookies are not coming through. What does your filter do with the cookies? That would be a place to start

Re: [EMAIL PROTECTED] content of httpd.conf file

2006-04-21 Thread Alexey Polyakov
On 4/21/06, Axel-Stéphane SMORGRAV [EMAIL PROTECTED] wrote: - Make sure that Apache can still write to its log files chown -R nobody:nobody /var/logs/httpd (replace the path with the path to where your Apache log files are) I think that's not needed, cause httpd opens log files as root

Re: [EMAIL PROTECTED] Is per file configuration easily possible?

2006-04-21 Thread Alexey Polyakov
On 4/20/06, Hayles, S. [EMAIL PROTECTED] wrote: Is there any better way to associate configuration with a single file? Location /dir/index.html ... /Location looks like a better solution. -- Alexey Polyakov - The official

Re: [EMAIL PROTECTED] Is per file configuration easily possible?

2006-04-21 Thread S.Hayles
On Fri, 21 Apr 2006, Alexey Polyakov wrote: On 4/20/06, Hayles, S. [EMAIL PROTECTED] wrote: Is there any better way to associate configuration with a single file? Location /dir/index.html ... /Location looks like a better solution. Thanks, I hadn't considered that. Not possible in

Re: [EMAIL PROTECTED] Is per file configuration easily possible?

2006-04-21 Thread Alexey Polyakov
On 4/21/06, S.Hayles [EMAIL PROTECTED] wrote: Thanks, I hadn't considered that. Not possible in .htaccess files, of course. Well, you always have mod_rewrite as a last resort. But if you're able to put stuff in httpd.conf, it's always better, cause it gives better performance. -- Alexey

Re: [EMAIL PROTECTED] You don't have permission to access /pipermail/ on this server.

2006-04-21 Thread Robert Ionescu
Noah wrote: Symbolic link not allowed or link target not accessible So you're accessing a symlink? Now either a Options +FollowSymLinks for that directory is missing in your httpd.conf or Apache can't go to/read the target of the symbolic link. The symlink is stored in

RE: [EMAIL PROTECTED] rewrite and virtualdocumentroot question

2006-04-21 Thread Axel-Stéphane SMORGRAV
I am afraid that mod_rewrite will process the request *before* mod_vhost_alias. Therefore, in order to achieve what you want, I think you will need to abandon mod_vhost_alias and rely solely on mod_rewrite. For the user directories, maybe: RewriteMaplowercase int:tolower RewriteCond

Re: [EMAIL PROTECTED] URL Rewriting trouble with Apache 2.2

2006-04-21 Thread S.Hayles
On Fri, 21 Apr 2006, Darren Hall wrote: [...] The first rewrite adds a trailing slash to the url when requesting any directory in the site (or anything that is not a document). [...] Given that you want the modified URL to appear in the browser, you need to perform a redirect. A redirect

Re: [EMAIL PROTECTED] Is per file configuration easily possible?

2006-04-21 Thread S.Hayles
On Fri, 21 Apr 2006, Alexey Polyakov wrote: Well, you always have mod_rewrite as a last resort. I really hadn't considered to looking at mod_rewrite for access control, but it is documented: http://httpd.apache.org/docs/2.2/howto/access.html#rewrite

RE: [EMAIL PROTECTED] URL Rewriting trouble with Apache 2.2

2006-04-21 Thread Darren Hall
Stephen, First of all, thanks for your help. I knew it was an easy fix. My lack of RexEx knowledge was shooting me in the foot. mod_dir is now loading when Apache starts. I changed my code in the VirtualHost block in httpd-vhosts.conf to look like this: /VirtualHost [...] # list of

[EMAIL PROTECTED] Question about redirecting

2006-04-21 Thread Todd Nine
Hi all, I'm trying to redirect a url using .htaccess with mod_rewrite. Is it possible to redirect an http connection with the url */administrator/* to an ssl connection? I know I can rewrite the URI, but I'm not sure I can change the protocol from http:// to https:// Thanks,Todd

Re: [EMAIL PROTECTED] Question about redirecting

2006-04-21 Thread Boysenberry Payne
I think you should be able to do it like this: RewriteEngine on RewriteRule ^(.*)/administrator/(.*)$ https://domain.com/ or if you want to push the data from the original request: RewriteRule ^(.*)/administrator/(.*)$ https://domain.com/$1/administrator/$2 Just remember the $1 above is

Re: [EMAIL PROTECTED] You don't have permission to access /pipermail/ on this server.

2006-04-21 Thread Noah
On Fri, 21 Apr 2006 13:45:57 +0200, Robert Ionescu wrote Noah wrote: Symbolic link not allowed or link target not accessible So you're accessing a symlink? Now either a Options +FollowSymLinks for that directory is missing in your httpd.conf or Apache can't go to/read the target of the

[EMAIL PROTECTED] FLEXlm error:-16,287

2006-04-21 Thread D J Patel
Hello,I am new to Apache, webserver etc... I tried to install Apache HTTP Server 2.2 on Solaris 9 plaftom. The installation is stuck at "checking whether to enable mod_rewrite... shared (all)"Looking at the confiure.log file. It constantly generates following error.

Re: [EMAIL PROTECTED] FLEXlm error:-16,287

2006-04-21 Thread Joshua Slive
On 4/21/06, D J Patel [EMAIL PROTECTED] wrote: Hello, I am new to Apache, webserver etc... I tried to install Apache HTTP Server 2.2 on Solaris 9 plaftom. The installation is stuck at checking whether to enable mod_rewrite... shared (all) Looking at the confiure.log file. It constantly