One lousy asterisk

| Comment

I struggled last night into the wee hours of the morning scratching my head and yanking out my hair trying to figure out why I kept getting those awful 403 forbidden error pages when all I was trying to do was run a simple CGI-script.

That's when all of a sudden I realized that I had forgotten that all import asterisk, meaning that the correct apache directive should be:

<Directory /var/www/*>
    Options +ExecCGI
</Directory>

Let's be more careful the next time, alright?!

Leave a comment

Information

So far this blog contains no less than 1606 entries together with 1734 comments.

Look Inside

Recent Blog Entries

Random link
Let's say that you want to select a random link within a certain div tag which has a given id and then jump to where that link points to. …
Stay positive
Rumor has it that 2009 is going to be a very difficult year. However, I believe that things will go along much better than people expect. My prediction is that …
Don't cuss
"Als er een vloek valt breekt er iets.""Whenever a curse is made something breaks."Bond tegen het vloeken is een organisatie die zich inzet voor respectvol taalgebruik, zonder vloeken en schelden. …
Not a number
typeof(NaN) == 'number' NaN stands for 'Not a Number' but as you can see it is a 'number' nonetheless. null is a value that isn't anything. undefined is a value …
Fn and Ctrl keys
Why would anyone in their right mind want to exchange the Fn and the Ctrl keys on the keyboard? This is confusing and pissing me off. What's wrong with this …