Changes between Version 75 and Version 76 of jazz/Trac_Updates


Ignore:
Timestamp:
Apr 5, 2011, 7:52:53 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Trac_Updates

    v75 v76  
    974974tech-c:       SY21-AP
    975975}}}
    976 }}}
     976
     977= 2011-04-04 =
     978
     979 * 升級系統至 Debian Squeeze (6.0.1) 穩定版
     980{{{
     981~$ sudo apt-get upgrade
     982~$ sudo apt-get dist-upgrade
     983}}}
     984 * 開啟 userdir 模組 public_html 的 php5 支援
     985{{{
     986#!diff
     987--- /etc/apache2/mods-available/php5.conf.org   2011-04-05 19:52:00.000000000 +0800
     988+++ /etc/apache2/mods-available/php5.conf       2011-04-04 12:41:43.000000000 +0800
     989@@ -8,9 +8,9 @@
     990     # To re-enable php in user directories comment the following lines
     991     # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
     992     # prevents .htaccess files from disabling it.
     993-    <IfModule mod_userdir.c>
     994-       <Directory /home/*/public_html>
     995-           php_admin_value engine Off
     996-       </Directory>
     997-    </IfModule>
     998+    # <IfModule mod_userdir.c>
     999+    #    <Directory /home/*/public_html>
     1000+    #        php_admin_value engine Off
     1001+    #    </Directory>
     1002+    # </IfModule>
     1003 </IfModule>
     1004}}}