fedora: disable default apache page

by prettyscripts on 2011-04-27 10:44:00 • Leave a comment »

unix

by default when fedora / redhat linux is installed, a 'fedora test page' is displayed when apache server is started. or when websites are configured on server, denying ip address via .htaccess, the same default page is displayed. to disable this page,… more »

Tags: apache, default, deny, fedora, htaccess, linux, red hat

fedora: disable selinux

by prettyscripts on 2009-04-28 02:41:32 • Leave a comment »

unix

selinux stands for security-enhanced linux. it’s probably too secured and caused a lot of file errors. i always turn it off. the following applies to fedora core 10. it’s probably more or less the same for previous versions or other linux platforms.… more »

Tags: fedora, selinux, unix

php: image manipulation

by prettyscripts on 2008-12-04 10:57:59 • Leave a comment »

phpunixcode

the gd image library provide functions to manipulate image files. on some installations, this does not come as default and needs to be installed. on fedora, the command is$ yum install php-gd on ubuntu, the command is$ sudo apt-get install php5… more »

Tags: fedora, gd, image, php, ubuntu

mediawiki: blank page after install

by prettyscripts on 2008-07-01 11:57:50 • Leave a comment »

wiki

after installing the lastest version of MediaWiki (V1.12.0), a blank page is displayed when accessing the site. php error log shows: PHP Fatal error: Class ‘DOMDocument’ not found in /path/to/wiki/includes/Preprocessor_DOM.php on line 566, referer:… more »

Tags: blank, fedora, mediawiki