[ PHPXref.com ] [ Generated: Sun Jul 20 19:15:28 2008 ] [ OverLook 4.02 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/config/ -> apacheinclude.conf (source)

   1  Alias /overlook /home/overlook/
   2  
   3  <Directory /home/overlook/>
   4     php_flag register_globals off
   5     php_flag register_argc_argv off
   6     php_value post_max_size "32M"
   7     php_value upload_max_filesize "32M"
   8     php_value max_execution_time "30"
   9     php_value max_input_time "60"
  10     php_value memory_limit "128M"
  11     php_value session.use_cookies "1"
  12     php_value session.auto_start "1"
  13     php_value session.save_path /tmp
  14     php_value session.gc_maxlifetime 6000
  15     php_value session.cache_expire "600"
  16     DirectoryIndex index.php
  17  </Directory>
  18  
  19  <Location /home/overlook/>
  20     php_flag register_globals off
  21     php_flag register_argc_argv off
  22     php_value post_max_size "32M"
  23     php_value upload_max_filesize "32M"
  24     php_value max_execution_time "30"
  25     php_value max_input_time "60"
  26     php_value memory_limit "128M"
  27     php_value session.use_cookies "1"
  28     php_value session.auto_start "1"
  29     php_value session.save_path /tmp
  30     php_value session.gc_maxlifetime 6000
  31     php_value session.cache_expire "600"
  32     DirectoryIndex index.php
  33  </Location>


[ Powered by PHPXref - Served by Debian GNU/Linux ]