Set timezone in .htaccess for PHP
To set the timezone in .htaccess you can use the following code: php_value date.timezone...
Read MoreInstall Solr and Nutch on Fedora 14 using Sun Java
A followup to an earlier post where I installed Solr and Nutch on a Fedora 14 box. However I used Fedoras Open Java for this, I have...
Read MoreInstall Subversion On Fedora 14 on Rackspace Cloud
Install Subversion and Apache yum install mod_dav_svn subversion vi /etc/httpd/conf.d/subversion.conf Add to bottom: <Location...
Read MoreInstall Solr and Nutch on Fedora 14
NOTE: I have created a better version of this using Sun’s Java and some other improvements, find it here:...
Read MoreInstall Tomcat on Fedora 14
To install the latest Tomcat on Fedora 14 issue the following command: yum install tomcat6 service tomcat6 start chkconfig --add...
Read MoreRestart Apache on Fedora 13
To restart Apche simply issue the following command: /etc/init.d/httpd restart
Read More