Yea, I found out the file in apache souce code (moduels/mappers/mod_rewrite.c).
RewriteRule (.*) http://$1 [P]
RewriteRule ^(*.xqy)$ http://localhost:8080/$1 [L,P]
What is the meaningĀ [p] ,[L,p] ?
On 1/9/06, senthil kumar <[EMAIL PROTECTED]> wrote:
Could you please send link to download mod_r
Hi All,
I have 1 question regarding howto override SSLVerifyClient directive in
Location directive. Let say I have 10 different URLs and 1 of them NO
need to verify the client cert and the other 9 need to verify the client
cert. Example that I've tried is as below but seems doesn't work.
SSLR
On my home Fedora Core 4 box I run Apache 2.0. Sometimes when sending
mail (with php) no mail is delivered, and I find this in the logs:
<<< 550-Verification failed for <[EMAIL PROTECTED]>
<<< 550-unrouteable mail domain "localhost.localdomain"
<<< 550 Sender verify failed
So I changed the only e
Could you please send link to download mod_rewrite.so/mod_rewrite.[c|h]
. I found out mod_rewrite.c & mod_rewrite.h file in html format.
Is it right command to compile the mod_rewrite.c file ?
./apxs -c -I/usr/include/libxml2 -i mod_rewrite.c
RewriteRule (.*) http://$1 [P]
RewriteRule ^(*.xqy)$
(I had some trouble with my mail system and may not have successfully
posted this)
I'm try to figure out how to do a redirect based on the client's IP
address but a search for examples has turned up nothing.
Basically, I have two campuses, A and B, connected by a WAN link. Our
concern is w
This can be quite confusing for newbies. I have only
recently got my head around it. I think the connect bug
workaround also added confusion to this for me.
The default state for
Order deny,allow
is to allow from all as Alfred has already mentioned.
To deny from all without a Deny from all
Hello, I had a strange problem; one day my web server crashed, and it took some time to find out the problem. It was related to mod_mime_magic module. In the httpd.conf, there were a line: MIMEMagicFile /etc/httpd/conf/magic . This line was preventing me from starting the http service. and its stat
According to the Apache docs, the default as you have it is to allow
all. Therefore Deny from all is needed.
Alfred,
cifroes wrote:
Hi,
I'm having a small argument with another "sys admin" (ok, newbies sys
admins :P) and i would like to know if you can help, I want to
restrict a dir to onl
Hi,
I'm having a small argument with another "sys admin" (ok, newbies sys
admins :P) and i would like to know if you can help, I want to restrict
a dir to only a network (10.254.0.0/24). I'm using this config:
ServerName test.example.com
DocumentRoot/var/www/manual
Hi all.
Just did a test on SuSE 9.2 pro.
Downloaded the source for Apache 2.0.55 and 2.2.0
Both versions compiled and installed and run OK without any
problems. Got a couple of warnings from configure, but that
was all.
Nice to know I can now build apache to my own requirements!
Keith
On 1/8/06, Chris <[EMAIL PROTECTED]> wrote:
> Hi reffering to these.
>
> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3352
> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3357
>
> Is their patches for these? or is anyone who wants to close the holes
> expected to use beta code?
11 matches
Mail list logo