News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Administrator

#1
Cloud Hosting / Re: Unable to browse MySQL server
October 11, 2017, 06:06:51 PM
You will be able to access MySQL using the browser from phpMyadmin if you have launched it from New Environment >> SQL >> MySQL. If you have launched MySQL server from docker repo, it does not have phpMyadmin unless you select the correct image which has MySQL and phpMyadmin both.
#2
Cloud Hosting / Re: Cloud MySQL
September 21, 2017, 01:38:56 PM
When deploying the MySQL instance you will need to assign a public IP. When connecting to the MySQL instance use the public IP and the login details you would receive. No need to add your IP in remote MySQL connections.
#3
Hi All,

For one of our client I was investigating the issue where the website when accessed shows a Not Found error. On looking at the server error logs, I found logs as below.

QuoteRequest exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

Further checking, found that the issue was with the .htaccess file which conflicts with the one in the root directory of the account. Renaming the unwanted file OR correcting the redirect rules solved the problem.
#4
General Discussion / Re: Protecting VPS from attacks
March 29, 2016, 05:39:26 PM
The best way to protect your VPS is by enabling/installing the firewall.

On a Windows VPS, make sure the default firewall is enabled and un wanted ports are removed. Apart from this a good anti virus is an added advantage.

On a Linux VPS, consider configuring csf OR configuring iptables. With csf firewall, you will be able to open the required ports (incoming as well as outgoing). You can block IP's with syn flood OR time wait states.

Depending on the nature of attack, you can optimize the firewall rules as required.

What platform do you use & was your VPS affected with any such attack ? 
#5
There are not enough servers in Indian zone. It's best to use Asia zone (asia.pool.ntp.org) for common NTP server address in India.

server 0.asia.pool.ntp.org
server 1.asia.pool.ntp.org
server 2.asia.pool.ntp.org
server 3.asia.pool.ntp.org
#6
Hey Richard. I hope all is going well. You will need to use /usr/share/zoneinfo/Asia/Kolkata for Indian time.
#7
Web Hosting / Re: Catch All Activation in Zimbra
March 24, 2016, 01:07:05 PM
Welcome to our forums & glad to know that you got good solutions here. Kudos to all our team members who have contributed a lot to build this forum.

Here are the steps to enable catchall.

Access your zimbra server via a terminal OR SSH.

Quote# su zimbra
# zmprov modifyAccount abc@ourcompanydomain.com zimbraMailCatchAllAddress @ourcompanydomain.com

This will enable catch all & any email not delivered to ourcompanydomain.com, will be sent to abc@ourcompanydomain.com. Emails will be received on the set catch all address if any of the email address under your domain does not exists.

At a later stage if you wish to disable it, use the command below.

Quote# zmprov modifyAccount abc@ourcompanydomain.com zimbraMailCatchallAddress ""
#8
Great :-) Your order has been completed and server details have been sent in provisioning email.
#9
Hey Richard. Welcome to our forums  8)

Yes, we do offer Debian 6 and 7 OS with our KVM VPS plans. Thank you for bringing this to our notice. I have added Debian 6 & 7 as the OS option in the order form. You should be able to place the order with Debian 6 OR 7.
#10
How To's / Re: how to add signature in round rube
March 22, 2016, 02:34:29 PM
Hi Tarang, I hope you are doing well.

You can simply enable the signature by logging into webmail. Access option Roundcube >> Settings >> Identities. There is an option to enable the Signature.

I hope this helps :)
#11
Errors and Solutions / Re: Server Issue
March 22, 2016, 02:27:42 PM
The error means eximstats database is corrupt. You will need to repair the corrupt table under eximstats. With the command below you can perform a check on the database.

Quote# mysqlcheck eximstats

Once you do, a corrupt table will be show in the output. Simply, use the command below to repair the database.

Quote# myisamchk -r -f /var/lib/mysql/eximstats/table.MYI

Replace table with the actual table name.
#12
Web Hosting / Re: mongodb in cpanel
March 08, 2016, 02:52:10 PM
Our Executive VPS plan is good to start with. cPanel OR Webuzo requires atleast 786 MB RAM & Executive VPS comes with 1GB RAM.
#13
It's just two weeks, DrupalCon Asia event concluded and our team is prepared for the WordCamp Mumbai event. It's one of the coolest event for WordPress lovers, bloggers, webmaster, developer, fans and followers.

There are many reasons why you should attend WordCamp Mumbai event. For complete information about the event, tickets and venue checkout https://2016.mumbai.wordcamp.org/

If you are attending WordCamp Mumbai 2016, do visit our booth for goodies & information on Refer A Friend & Get Rewarded program.
#14
Web Hosting / Re: mongodb in cpanel
March 08, 2016, 02:11:21 PM
Hi Vivek,

I hope all is well.

MongoDB is a database server that needs to be installed on the server. Linux platform does not support multi MySQL databases. For MongoDB you need to consider a VPS plan with cPanel OR Webuzo control panel. You will then be able to replace MySQL with MongoDB.
#15
Errors and Solutions / Maximum number of redirect reached
February 12, 2016, 03:22:56 PM
Hi,

On a server with litespeed installed, you might receive an error

QuoteMaximum number of redirect reached

It is because of the .htaccess rules conflicts. Have a check at the .htaccess file and correct/comment the rules which conflicts with each other.