[Hmm. I sent a reply via email. Didn't show up. So I'll put it in via
the web form. Sorry if it shows up twice.]
My system puts the SA score at the beginning of the subject header and
puts the spam messages into a directory. Then users view the spam box
in subject sorted order in their mail u
Public bug reported:
SpamAssassin 3.3.2 is the version shipped with Ubuntu Precise/12.04.
Unfortunately, that version has a bug that prevents the _SCORE(0)_
template tag from working.
The SpamAssassin team fixed the bug, but that is slated for their 3.4
release, https://issues.apache.org/SpamAssa
Sensors work in Lucid/10.04.
--
[wishlist] merge amd k10 (phemon) support
https://bugs.launchpad.net/bugs/316257
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.
--
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs
Never mind. Apache didn't have permissions to create the error log.
Here's how to resolve it:
mkdir /var/log/php5
chown root:www-data /var/log/php5
chmod 775 /var/log/php5
Now edit php.ini:
error_log = /var/log/php5/php_errors.log
Sorry for the noise.
** Changed in: apache2 (Ubuntu)
Sta
This is happening with both PHP 5.3.2RC1 and a current checkout of the
PHP_5_3 branch. Both built from source from SVN by me to run as Apache
modules. Only one of them is installed at a time.
Apache is apache2-mpm-prefork installed via apt-get.
--
apache overriding php's error_log setting
http
Public bug reported:
Binary package hint: apache2
# less /etc/php5/php.ini
log_errors = true
error_log = /var/log/php_errors.log
# apache2ctl restart
View phpinfo() output, showing the log_errors and error_log settings are
in place.
Create a PHP script that calls a bogus function then point a
Until this gets fixed, people reading this may want to know how to work
around the issue...
Edit /etc/apache2/mods-available/php5.load and add:
LoadModule php5_module /usr/lib/apache2/modules/libphp5.so
Edit /etc/apache2/mods-available/php5.conf and put in:
AddType application/x-httpd-php .p
Public bug reported:
Binary package hint: apache2
I am building PHP 5.3.2RC1 from source on Ubuntu 9.10 Server Edition.
My apache2-mpm-prefork package is at version 2.2.12-1ubuntu2.1. The
"make install" step produces the following output:
Installing PHP SAPI module: apache2handler