1 |
diff -Nur smeserver-wordpress-1.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress smeserver-wordpress-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress |
2 |
--- smeserver-wordpress-1.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress 2013-06-05 22:07:00.000000000 +0200 |
3 |
+++ smeserver-wordpress-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress 2013-06-05 22:09:19.000000000 +0200 |
4 |
@@ -71,6 +71,7 @@ |
5 |
$OUT .= " php_value mysql.default_host $wordpress{DbName}\n"; |
6 |
$OUT .= " php_value mysql.default_user $wordpress{DbUser}\n"; |
7 |
$OUT .= " php_value mysql.default_password $wordpress{DbPassword}\n"; |
8 |
+ $OUT .= " php_admin_value upload_tmp_dir /tmp\n"; |
9 |
if ($pass) |
10 |
{ |
11 |
$OUT .= " AuthName \"$name\"\n"; |