« juli 2006 | Main | november 2006 »
25 oktober 2006
Wat inspireert de klant?
http://www.scratchmedia.co.uk/portfolio.html
http://www.emotionslive.co.uk/
http://www.threetwentyinteractive.com/
Posted by marko at 03:32 pm | Comments (0)
24 oktober 2006
Static Routes in Redhat 9 - New isn't always better
http://www.akadia.com/services/redhat_static_routes.html
Overview
With the introduction of Redhat version 8 and continued into version 9, the /etc/sysconfig/static-routes file no longer seems to function correctly.
Linux static routes changed in 8.0 to a new format. Now you are to create a file in /etc/sysconfig/network-scripts for each Ethernet interface you wish to create static routes on.
Example:
touch /etc/sysconfig/network-scripts/route-eth0
The syntax for this file is different from the traditional route format used in /etc/sysconfig/static-routes . Redhat has yet to document the change on their web site as of June 2003.
Syntax based on a usenet post go to /etc/sysconfig/network-scripts, make a file called route-devicename (ex: route-eth0) and populate it with your static routes for that device so if you wanted to make a static route to the 192.168.0.0/24 network through 152.3.182.5 type:
192.168.0.0/24 via 152.3.182.5
Posted by marko at 01:43 pm | Comments (0)
12 oktober 2006
Apache en Mysql out of connections
# WinNT MPM
# ThreadsPerChild: constant number of worker threads in the server process
# MaxRequestsPerChild: maximum number of requests a server process serves
ThreadsPerChild 20
MaxRequestsPerChild 10
Posted by marko at 12:09 am | Comments (0)
