Search found 14 matches

by gautham
Mon Jul 02, 2012 9:41 am
Forum: From Files
Topic: How to find joomla version from backend
Replies: 0
Views: 5626

How to find joomla version from backend

Login to the directory where joomls is installed say : /home/user/public_html root@server [/home/user/public_html]# grep version language/en-GB/en-GB.xml <?xml version=”1.0″ encoding=”utf-8″?> <metafile version=”1.5″ client=”site” > <version>1.5.15</version> root@server [/home/user/public_html]# REL...
by gautham
Sun Jul 01, 2012 4:29 pm
Forum: From Command Line
Topic: To find java version
Replies: 0
Views: 2165

To find java version

java -version
by gautham
Sun Jul 01, 2012 12:51 pm
Forum: Exim
Topic: Exim Commands
Replies: 0
Views: 3708

Exim Commands

Find the number of emails in queue exim -bpc List emails in queue exim -bp Forcefully send the emails and if it cant delete that. exim -qff -v Delete full emails in queue exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | sh Delete all mails more than 2 days old exim -bp | awk '/2d...
by gautham
Sun Jul 01, 2012 12:29 pm
Forum: Custom php.ini
Topic: How to create a custom recursive php.ini file?
Replies: 0
Views: 4210

How to create a custom recursive php.ini file?

Add the below line to the .htaccess file
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/username/public_html/php.ini
</IfModule>
Create a php.ini file in the above location and that will get effective under all the directories under that user.
vi /home/username/public_html/php.ini

Go to advanced search