July 13, 2011, 09:37
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’ »
September 1, 2010, 11:14
Due to the lack of time i decided i will let the whole thing rest until i have some better ideas what to make of the site.
Suggestions are welcome.
February 20, 2010, 23:00
The TODO for Today
- Setup the VHost
- Create a decent database model
Doesn’t sound like much, let’s see what i came up with.
Continue reading ‘nopaste.at recode with symfony. Part 2: THE START!’ »
February 11, 2010, 23:00
Current Status
For those of you which don’t know what a pastebin/nopaste is have a look at this Wikipedia article.
Continue reading ‘nopaste.at recode with symfony. Part 1: THE PLAN!’ »
April 8, 2009, 06:07
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.’ »
August 14, 2008, 06:07
Showing an easy way of copying your files to an remote FTP Server.
Continue reading ‘How to: Backup to FTP with NCFTP’ »
August 8, 2008, 06:07
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.’ »
August 8, 2008, 06:07
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’ »
August 8, 2008, 06:07
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’ »
August 8, 2008, 06:07
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’ »