CC-2518: Auto-install scrip for manual install
- done - php.ini directives are overriden in .htaccess file - script bypass apache configuration if apache2/site-avaiable/airtime exists - script byapss virtualenv setting if /usr/lib/airtime/airtime_virtualenv exists
This commit is contained in:
parent
216a166437
commit
48634dd96e
3 changed files with 96 additions and 2 deletions
|
@ -2,6 +2,9 @@ php_value post_max_size 500M
|
|||
php_value upload_max_filesize 500M
|
||||
php_value request_order "GPC"
|
||||
php_value session.gc_probability 0
|
||||
php_value upload_tmp_dir /tmp
|
||||
php_value date.timezone "America/Toronto"
|
||||
php_value phar.readonly Off
|
||||
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue