[gentoo-user] mod_rewrite

2005-05-16 Thread Patrick
Hi,

I want to use a RewriteRule in apache2 but mod_rewrite doesn't exists in 
Gentoo, will package mod_proxy_html do the same or do i install if mod_rewrite 
myself from source. Is for putting a Zope server after a apache witch runs on 
port 8080 on the same machine.
Other solutions are of course more then welcome.

TIA
Patrick
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mod_rewrite

2005-05-16 Thread kashani
Patrick wrote:
Hi,
I want to use a RewriteRule in apache2 but mod_rewrite doesn't exists
in Gentoo, will package mod_proxy_html do the same or do i install if
mod_rewrite myself from source. Is for putting a Zope server after a
apache witch runs on port 8080 on the same machine. Other solutions
are of course more then welcome.
TIA Patrick
mod_rewrite is part of Apache by default at least in my Apache1 
installation. Can't imagine it's changed in Apache2. Try

grep rewrite /etc/apache2/conf/apache.conf
and you'll likely see it.
kashani
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] mod_rewrite

2005-05-16 Thread darren kirby
quoth the kashani:
 Patrick wrote:
  Hi,
 
  I want to use a RewriteRule in apache2 but mod_rewrite doesn't exists
  in Gentoo, will package mod_proxy_html do the same or do i install if
  mod_rewrite myself from source. Is for putting a Zope server after a
  apache witch runs on port 8080 on the same machine. Other solutions
  are of course more then welcome.
 
  TIA Patrick

 mod_rewrite is part of Apache by default at least in my Apache1
 installation. Can't imagine it's changed in Apache2. Try

I can confirm it is indeed included with the apache2 install...
The LoadModule directive for it may be commented out by default.

 grep rewrite /etc/apache2/conf/apache.conf

grep rewrite /etc/apache2/conf/apache2.conf
(on my apache2 install...)

 and you'll likely see it.

 kashani

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972


pgpc7wl6b2uKz.pgp
Description: PGP signature


Re: [gentoo-user] mod_rewrite

2005-05-16 Thread Patrick
On Mon, 16 May 2005 09:36:28 -0700
darren kirby [EMAIL PROTECTED] wrote:

snip
 
  grep rewrite /etc/apache2/conf/apache.conf
 
 grep rewrite /etc/apache2/conf/apache2.conf
 (on my apache2 install...)
 
  and you'll likely see it.
 
  kashani
 
 -d
 -- 
indeed its there

Patrick
-- 
gentoo-user@gentoo.org mailing list