The applications show as 'not running' when restarted.
Makesure that APF is off. Then do the following.
/scripts/installruby --force
/usr/local/cpanel/bin/ror_setup
gem install rubygems-update
update_rubygems
Now your RoR application should...
You might receive this error when your try to restart services in CPanel.
This is because the group of the tty devices are not "tty"
Change it to tty.
chgrp tty /dev/ttyp* /dev/ptyp* /dev/vcs* /dev/ptmx /dev/pts/0
as simple as that.:)
Every 5 minutes this e-mail report Exim has restarted:
================================================== =====
exim failed @ A restart was attempted automagically.
Service Check Method: [tcp connect]
Failure Reason: TCP Transaction...
To enable .jsp pages for a domain.
/scripts/addservlets --domain=domain.com
To disable
/scripts/remservelets --domain=domain.com
In some cases, these scripts won't work.
Manually check the setting for the domain. Open up the Apache conf...
Hello guys,
You might have come across the requirement of parking a domain on an addon domain.
Please note this can be done only via backend and you need root access to the server.
Suppose.
main domain : maindomain.com
addondomain:...
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
Or add the line
net.ipv4.conf.icmp_echo_ignore_all = 1
in /etc/sysclt.conf
To re-enable ping
echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all
Or add the...
Cpanel issue. which will not let you create a mail list.
Here is the fix. Open the file
/usr/local/cpanel/3rdparty/mailman/Mailman/Defaults.py
Check for the following directives.
DEFAULT_EMAIL_HOST = 'mail.youdomain.com'
DEFAULT_URL_HOST =...
In some cases, the 3rd parts scripts in server requires java to be installed. It may not work properly if the binary of java installed in the server. You need to install JavaSDK
So we present here the installation of Java in Linux server.
Its as...
Ioncube is easy to install without recompiling PHP. Specifically in cpanel servers you can install Ioncube without recompiling PHP.
These steps can be used to install in any Linux servers..
Check the architecture.
uname -i
cat...
The php.ini files in your home directory won't reflect the changes.
Perform the following actions to get it resolved.
1. Moving php5 binary:
mv /usr/local/cpanel/cgi-sys/php5 /usr/local/cpanel/cgi-sys/php5.bin
2. Then creating wrapper file in...