On 6/30/06, Adrian Mak <[EMAIL PROTECTED]> wrote:

I used apache 2.0.58 and here is my compile options


CC=gcc CFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer " CXX=gcc
CXXFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer -felide-constructors
-fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/httpd- 2.0.58
--enable-module=rewrite --enable-module=expires --enable-module=so

The compilation process is fine without errors, then I did a check 'httpd
-l'
Compiled in modules:
  core.c
  mod_access.c
  mod_auth.c
  mod_include.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_so.c

but I can't see mod_rewrite.c

Any thing wrong with my compile options ?

mod_rewrite might have been build as a module. Did you check your
module directory?
(the module dir is usually <server root>/modules)

Krist

--
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to