Page tree

Versions Compared

Key

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

Most steps must be done as SuperUserroot.

Apache Configuration

  • Apache2 webserver >= 2.2.x

  • the following Apache modules should be enabled

    • rewrite / filter / deflate / headers / expires

  • Configure Vhost:
    • DocumentRoot must point to FOO/public
      where FOO is the installation root and is writeable for the installer
    • include_path set include_path to .:FOO/library/zend:OTHER_PHP_PATHS

...