Before I begin: It's the last Friday in July. This means: HAPPY SYSADMIN DAY!!!
I recently made an update of Confixx from version 3.3.6 to 3.3.8. Besides the bugfixes and new features you can find on the release notes page, there are some other small things to be aware of:
Config files in /etc:
New language texts in Confixx UI:
The biggest changes to the language files were done by renaming POP3 Boxes to Mailboxes.
.htaccess files in user www modified (!)
Yes, this is something I didn't like at all. If a user has used features which require .htaccess (like error pages, password auth, etc), the existing .htaccess file was replaced with only the data from Confixx. If a user has manually added stuff like rewrite rules, these are removed from the .htaccess file.
Instead Confixx made a backup like this:
-rw-r--r-- 1 root root 66 2011-07-29 14:25 .htaccess
-rw-r--r-- 1 root root 292 2011-07-29 14:24 .htaccess_beforeupdate
And another thing which I didn't like at all: Instead of using the user's username and group (e.g. web15), the upgrade script placed the .htaccess as root.
PHP 5.3 compatibility (?)
On the Parallels website there is a knowledge base entry which states that Confixx 3.3.6 and lower does not support PHP 5.3. So Confixx 3.3.8 should support it. However, as one can clearly see, there are still old ways of handling variables used in the Confixx code. Example:
ftplogin/auth.php:21: }elseif( is_array( $HTTP_GET_VARS ) ){
Such old $HTTP_GET_VARS code requires register_long_arrays in the PHP configuration, which, as of PHP 5.3, is deprecated. So this setting still needs to be enabled if one wants to use Confixx with PHP 5.3.
No comments yet.
AWS Android Ansible Apache Apple Atlassian BSD Backup Bash Bluecoat CMS Chef Cloud Coding Consul Containers CouchDB DB DNS Database Databases Docker ELK Elasticsearch Filebeat FreeBSD Galera Git GlusterFS Grafana Graphics HAProxy HTML Hacks Hardware Icinga Influx Internet Java KVM Kibana Kodi Kubernetes LVM LXC Linux Logstash Mac Macintosh Mail MariaDB Minio MongoDB Monitoring Multimedia MySQL NFS Nagios Network Nginx OSSEC OTRS Office PGSQL PHP Perl Personal PostgreSQL Postgres PowerDNS Proxmox Proxy Python Rancher Rant Redis Roundcube SSL Samba Seafile Security Shell SmartOS Solaris Surveillance Systemd TLS Tomcat Ubuntu Unix VMWare VMware Varnish Virtualization Windows Wireless Wordpress Wyse ZFS Zoneminder