Log in a dedicated file

tags/smeserver-dl-0.2.1-1
Daniel Berteaud 11 years ago
parent 27aca44d5c
commit 097a592dd6
  1. 2
      root/etc/e-smith/templates/etc/dl.php/40Logs
  2. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl

@ -1 +1 @@
$logFile = "dl_ticket"; $logFile = "/var/log/dl.log";

@ -30,7 +30,7 @@ $alias
<Directory /usr/share/dl> <Directory /usr/share/dl>
AllowOverride Limit AllowOverride Limit
AddType application/x-httpd-php .php AddType application/x-httpd-php .php
php_admin_value open_basedir /usr/share/dl:/etc/dl.php:/var/lib/dl php_admin_value open_basedir /usr/share/dl:/etc/dl.php:/var/lib/dl:/var/log/dl.log
php_admin_flag file_uploads On php_admin_flag file_uploads On
php_admin_flag magic_quotes Off php_admin_flag magic_quotes Off
php_admin_flag magic_quotes_gpc Off php_admin_flag magic_quotes_gpc Off

Loading…
Cancel
Save