[users@httpd] Conditional request not honored in Includes

2014-01-24 Thread Clodoaldo Neto
I'm trying to dynamically concatenate a bunch of javascript files into a single file using the INCLUDE filter. The include.shtml.js test script is The virtual server config has both SSIETag and SSILastModified set to On for that file ServerName test.dkt ServerAlia

[users@httpd] "Method Not Allowed" when CONNECTing to a proxied ssh host

2011-08-26 Thread Clodoaldo Neto
m.com/ http://www.ibm.com/> Order deny,allow Allow from all Regards, Clodoaldo Pinto Neto

Re: [us...@httpd] Query string encoding

2009-04-09 Thread Clodoaldo Pinto Neto
2009/4/8 Igor Cicimov : > Just an idea ... have you tried putting the hexadecimal representation of > the "+" symbol so apache translates it into "+" when encoding? I want all the urls to be human readable. Regards, Clodoaldo > > On Wed, Apr 8, 2009 at 11:19 P

Re: [us...@httpd] Query string encoding

2009-04-08 Thread Clodoaldo Pinto Neto
2009/4/7 Clodoaldo Pinto Neto : > 2009/4/3 André Warnier : >> Clodoaldo Pinto Neto wrote: >>> >>> I want to rewrite a url to a query string like this: >>> >>> from http://example.com/x+ to http://example.com/var=x%2B >>> or >>&

Re: [us...@httpd] Query string encoding

2009-04-07 Thread Clodoaldo Pinto Neto
2009/4/3 André Warnier : > Clodoaldo Pinto Neto wrote: >> >> I want to rewrite a url to a query string like this: >> >> from http://example.com/x+ to http://example.com/var=x%2B >> or >> from http://example.com/x%2B to http://example.com/var=x

[us...@httpd] Query string encoding

2009-04-03 Thread Clodoaldo Pinto Neto
n '^(/([\w-()+]+))?/$' to uri '/x+/' 10.1.1.110 - - [03/Apr/2009:12:22:46 --0300] [example.com/sid#7fa25fb33bf0][rid#7fa25c0ea338/initial] (2) rewrite '/x+/' -> '/?var=x+' Regards, Clodoaldo - The o

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Clodoaldo Pinto Neto
2008/12/6 Clodoaldo Pinto Neto <[EMAIL PROTECTED]>: > 2008/12/6 Krist van Besien <[EMAIL PROTECTED]>: >> On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto >> <[EMAIL PROTECTED]> wrote: >>> I'm using this config in Apache 2.2.3/Centos 5: >&g

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Clodoaldo Pinto Neto
2008/12/6 Krist van Besien <[EMAIL PROTECTED]>: > On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto > <[EMAIL PROTECTED]> wrote: >> I'm using this config in Apache 2.2.3/Centos 5: >> >> RewriteMap redirect txt:/var/www/html/example/redirect.

[EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-05 Thread Clodoaldo Pinto Neto
them all in RewriteRule ^(a|b|c|d|e)$ using in instead the redirect.txt map to populate that rewrite rule. Is it possible? If not what else can be done? Regards, Clodoaldo - The official User-To-User support forum of the Apache

[EMAIL PROTECTED] 3 sites, same virtual host

2006-11-22 Thread Clodoaldo
combined } else { ErrorLog logs/my_site_3-error_log CustomLog logs/my_site_3-access_log combined } ... # many lines here Obviously i know there are no if() commands. It is just to show what i want. Regards, -- Clodoaldo Pinto Neto -

Re: [EMAIL PROTECTED] Directory index forbidden by Options directive

2006-10-30 Thread Clodoaldo Pinto Neto
ons Indexes AllowOverride None Options Indexes Order Allow,Deny Allow from all I think it is kind of ugly. If you can see something more elegant just say it. Regards, Clodoaldo Pinto Neto - The o

Re: [EMAIL PROTECTED] Directory index forbidden by Options directive

2006-10-30 Thread Clodoaldo Pinto Neto
2006/10/30, Boyle Owen <[EMAIL PROTECTED]>: > -Original Message- > From: Clodoaldo Pinto Neto [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 28, 2006 1:11 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Directory index forbidden by Options direct

[EMAIL PROTECTED] Directory index forbidden by Options directive

2006-10-27 Thread Clodoaldo Pinto Neto
ient 10.1.1.101] Directory index forbidden by Options directive: /var/www/html/yum/ But at http://yumrepo.s0/5 it shows a directory listing. There is no .htaccess. This is Fedora Core 5 and Apache 2.2.2 Regards, Clodoaldo Pinto Neto --

Re: [EMAIL PROTECTED] Indexes Option in Virtual Host

2006-05-20 Thread Clodoaldo Pinto
2006/5/20, Rainer Sokoll <[EMAIL PROTECTED]>: On Sat, May 20, 2006 at 10:11:56AM -0300, Clodoaldo Pinto wrote: > Options Indexes > But when I point the browser to fc5.s0/fc5 it works. I can see the > files in that subdir. What am I missing? A "+" ;-), read: "

[EMAIL PROTECTED] Indexes Option in Virtual Host

2006-05-20 Thread Clodoaldo Pinto
iles. But when I point the browser to fc5.s0/fc5 it works. I can see the files in that subdir. What am I missing? Regards, Clodoaldo

Re: [EMAIL PROTECTED] RewriteMap causing redirection loop

2006-05-14 Thread Clodoaldo Pinto
Would it work with the internal function MapType to escape the ampersand? The problem I'm trying to solve is that some pages in the wiki has the ampersand in their names and then the RewriteRule handles everything from the ampersand on as a query string. Clodoaldo

[EMAIL PROTECTED] RewriteMap causing redirection loop

2006-05-14 Thread Clodoaldo Pinto
. Is using a txt Map the cause of the problem? Contents of map.txt: & %26 Regards, Clodoaldo