子ページ
  • CentOS 7 with MariaDB

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

コード ブロック
languagetext
memory_limit = 128M1024M;
post_max_size = 64M;
upload_max_filesize = 32M;

...

コード ブロック
languagetext
[Date]
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone = "Asia/Tokyo"

After modifying the configuration, httpd have to be restarted.

コード ブロック
languagetext
sudo systemctl restart httpd

NetCommons2

Before Install Preparation

...