Apache2 SSL Error: ssl_error_rx_record_too_long
To fix this you must not use a wildcard domain for your vhost and make sure it’s your actual server ip.
#Wrong: <VirtualHost _default_:443> #Right: <VirtualHost 10.1.1.5:443>
If this doesn’t fix your problem check the following:
Continue reading ‘Apache2 SSL Error: ssl_error_rx_record_too_long’ »
Improve SATA Performance by disabling command queuing.
Just a short and simple way to improve reading performance for SATA Drives.
When you disable the command queueing on the drive, you will allow the kernel to do this solely on its own, which results in overall better performance.
Continue reading ‘Improve SATA Performance by disabling command queuing.’ »
How to: Backup to FTP with NCFTP
Showing an easy way of copying your files to an remote FTP Server.
Continue reading ‘How to: Backup to FTP with NCFTP’ »
How to: Export + Import Linux Users.
Here is an simple way of exporting your Local Users and import them back somewhere else.
To retain the user password, use the -p flag which will allow the use of a pre-encrypted password.
Continue reading ‘How to: Export + Import Linux Users.’ »
Munin Plugin: Openvz V2
I have updated my Munin Plugin so it will nolonger depend on PHP to be installed.
It will allow you to easily monitor your running VE’s stats with Munin.
Continue reading ‘Munin Plugin: Openvz V2’ »
How to: pdf-lib 4.0.1 on Debian Etch
This is just a short how to to get pdf-lib 4.0.1 (freeware) working on Debian Etch, without compiling php from source. I’m going to use pear to compile the php – pdf Extension.
Continue reading ‘How to: pdf-lib 4.0.1 on Debian Etch’ »
How to: Use SysCP Panel with Nginx + Apache2 * Update 2
Please make sure your familiar with SysCP, Apache and your Server.
Since i’m using SysCP to manage my Vhosts i created a script to do the Nginx SiteConfiguration.
Continue reading ‘How to: Use SysCP Panel with Nginx + Apache2 * Update 2’ »