Update:Archive/2.0/Developers/Server Configuration: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
=== Permissions ===
=== Permissions ===
Apache user should have write permission on these directories
Apache user should have write permission on these directories
* /files/tmp
* /files/temp
* /files/approval
* /files/approval
* /images/previews
* /images/previews

Revision as of 13:15, 23 January 2005

Update: Home Page » Development » Server Configuration


Introduction

Here we explain what is the setup needed to run and test Mozilla Update code

Apache

Supported Apache configuration (version, modules, permissions and so on)

Version

2.0 (1.3.x?)

Permissions

Apache user should have write permission on these directories

  • /files/temp
  • /files/approval
  • /images/previews
  • ...

Modules

We need the following Apache modules to run:

  • mod_php
  • ...

PHP

Supported PHP configuration (version and settings like register globals, magic quotes and so on...)

Version

4.3 or above

Build-time options

  • --with-zip (though, if is used only to parse XPIs, I have a workaround --Maotzetung 05:13, 23 Jan 2005 (PST))
  • ...

Runtime configuration:

  • register_globals = off
  • magic_quotes_gpc = off
  • ...

RDBMS

We support the following RDBMS product(s), in the specified version/configuration:

MySQL

  • Version 4.1 or above
  • Max (InnoDB)