Line 177: |
Line 177: |
| #signal-event ibay-modify egroupware | | #signal-event ibay-modify egroupware |
| | | |
− | <nowiki>'''.htaccess file settings:'''
| + | *'''.htaccess file settings:''' |
− | | + | * |
− | AddType text/xml .xml | + | *AddType text/xml .xml |
− | php_value memory_limit 32M | + | *php_value memory_limit 32M |
− | php_value max_execution_time 60 | + | *php_value max_execution_time 60 |
− | php_flag register_globals Off | + | *php_flag register_globals Off |
− | php_flag magic_quotes_gpc Off | + | *php_flag magic_quotes_gpc Off |
− | php_flag magic_quotes_runtime Off | + | *php_flag magic_quotes_runtime Off |
− | # settings for the file upload, you might increase them further | + | *# settings for the file upload, you might increase them further |
− | php_value upload_max_filesize 16M | + | *php_value upload_max_filesize 16M |
− | # session handling: now the check for expired sessions is done on every 10th session creation | + | *# session handling: now the check for expired sessions is done on every 10th session creation |
− | php_flag session.use_trans_sid Off | + | *php_flag session.use_trans_sid Off |
− | php_value session.gc_probability 1 | + | *php_value session.gc_probability 1 |
− | php_value session.gc_divisor 10 | + | *php_value session.gc_divisor 10 |
− | # multibyte extension: needed for utf-8 | + | *# multibyte extension: needed for utf-8 |
− | php_value mbstring.func_overload 7 | + | *php_value mbstring.func_overload 7 |
− | <Files rpc.php>
| + | * <Files rpc.php> |
− | php_value mbstring.func_overload 0
| + | * php_value mbstring.func_overload 0 |
− | Order allow,deny
| + | * Order allow,deny |
− | Allow from all
| + | * Allow from all |
− | </Files></nowiki>
| + | * </Files></nowiki> |
| --[[User:Snoopyski|Snoopyski]] 09:29, 1 March 2008 (MST) | | --[[User:Snoopyski|Snoopyski]] 09:29, 1 March 2008 (MST) |
| --[[User:Snoopyski|Snoopyski]] 19:04, 20 September 2007 (MDT) | | --[[User:Snoopyski|Snoopyski]] 19:04, 20 September 2007 (MDT) |