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

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Update:Home_Page|Update: Home Page]] » [[Update:Development|Development]] » Server Configuration
{{AmoArchive}}


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


=== Apache ===
== Apache ==
Put here supported Apache configuration (modules, permissions and so on)
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
* mod_rewrite (to make beautiful URL) ?
* ...


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


'''Version:''' 4.3 or above
=== Version ===
4.3.2 or above


'''Build-time options:'''
=== Build-time options ===
* --with-zip
* --with-zip (though, if is used only to parse XPIs, I have a workaround --[[User:Maotzetung|Maotzetung]] 05:13, 23 Jan 2005 (PST))
* ...
* ...


'''Runtime configuration:'''
=== Runtime configuration: ===
* register_globals = off
* register_globals = off
* magic_quotes_gpc = off
* magic_quotes_gpc = off
* ...
* ...


=== RDBMS ===
== RDBMS ==
Put here supported RDMBS products (with version): MySQL 4.1, ...
We support the following RDBMS product(s), in the specified version/configuration:
=== MySQL ===
* Version 4.1 or above ''(has this definetly been decided then; the last discussion I saw was that it hadn't been? If it has, can someone make the reasons clear. --[[User:Csogilvie|Csogilvie]] 06:59, 23 Jan 2005 (PST))''
* Max (InnoDB)

Latest revision as of 00:52, 29 April 2007

« Back to Archive | Update: Main

Ambox outdated.png THIS PAGE MAY BE OUTDATED
This article is in parts, or in its entirety, outdated. Hence, the information presented on this page may be incorrect, and should be treated with due caution until this flag has been lifted. Help by editing the article, or discuss its contents on the talk page.


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
  • mod_rewrite (to make beautiful URL) ?
  • ...

PHP

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

Version

4.3.2 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 (has this definetly been decided then; the last discussion I saw was that it hadn't been? If it has, can someone make the reasons clear. --Csogilvie 06:59, 23 Jan 2005 (PST))
  • Max (InnoDB)