Browsing articles from "March, 2010"
Mar
24
2010

Install ies4linux on Ubuntu 9.10 Karmic Koala

Wine and cabextract are needed to run ies4linux So install them like this : Next download and unpack ies4linux like this : Run setup like this If you get errors like unknown option: T unknown option: menubar then simply edit the file ui/kommander/kommander.sh Towards the end you would see a line like this konsole -T “${GUI_TITLE}” –nomenubar –notabbar –noclose –schema BlackOnWhite –icon “$IES4LINUX/lib/ies4linux.svg” –vt_sz 60×30 -e “$IES4LINUX/lib/install.sh” remove the -T , –nomenubar , –notabbar , [...]

Mar
21
2010

Cgi bin directory for each user in Apache

This page http://httpd.apache.org/docs/2.2/howto/cgi.html describes how to give each user his own cg-bin directory. The following lines should be added to the Apache configuration file http.conf : Along with this there are some more points to be kept in mind. If you .htaccess file has a section like this : then putting the cgi configuration will give this error : Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden and the cgi [...]