Pages: [1]
|
 |
|
Author
|
Topic: DRUPAL Fix for running under Phpsuexec (Read 576 times)
|
|
AlphaWolf
|
According to the Drupal website, the following needs to be in your php.ini in your drupal directories:
register_globals = 0 track_vars = 1 short_open_tag = 1 magic_quotes_gpc = 0 magic_quotes_runtime = 0 magic_quotes_sybase = 0 arg_separator.output = "&" session.cache_expire = 200000 session.gc_maxlifetime = 200000 session.cookie_lifetime = 604800 session.auto_start = 0 session.save_handler = user session.cache_limiter = none allow_call_time_pass_reference = On
|
|
|
|
|
Logged
|
|
|
|
|
Pages: [1]
|
|
|
 |