Changes between Version 1 and Version 2 of adeiSUSE
- Timestamp:
- 04/09/10 15:44:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiSUSE
v1 v2 38 38 * In ''/etc/php5/apache2/php.ini'' a '''short_open_tag''' option should be set to '''On'''. Adjust ''max_execution_time'' and ''memory_limit'' options as well if you wish. 39 39 * Disable binary logging in MySQL configuration, otherwise mysql user accessing caching database would need a '''SUPER''' privilege. Read more on the topic in [http://dev.mysql.com/doc/refman/5.1/en/stored-programs-logging.html Binary Logging of Stored Programs] in the MySQL documentation. To do so, edit ''/etc/my.cnf'' and comment lines defining '''log-bin''' and '''binlog_format'''. 40 * After making changes to configuration files the mysql and apache servers should be restarted in order to reread configuration. 40 41 * Finally, configure ''Apache'' and ''MySQL 5'' services to run during the start-up. Create MySQL account with full permissions to manage the ''adei'' database. Configure this account and the database in ''config.actual.php'' in the root of ADEI installation.