Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule ssl_module/mod_ssl.so
Note
Download mod_rewrite.so

On Linux installations of up.time 7.2 and earlier, the mod_rewrite.so file is not bundled with up.time, so it is necessary to download it from here (mod_rewrite.so) the bottom of this article and copy it to the <uptime_dir>/apache/modules directory.

Then, in httpd.conf, add the "LoadModule rewrite_module modules/mod_rewrite.so" line after "# LoadModule foo_module modules/mod_foo.so". If issues are experienced with the version of mod_rewrite.so attached, try creating a symlink to the mod_rewrite.so file provided by the Linux distribution instead.

...