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.


Messages - Administrator

Pages: 1 ... 76 77 [78] 79 80 ... 110
1156
Apache / Re: set chmod 755 as default for websites
« on: November 23, 2014, 04:02:51 AM »
in CWP.admin  you have option to fix users permissions.

1157
FTP / Re: Uploading files by ftp is slow
« on: November 23, 2014, 04:02:01 AM »
upload speed depends on your internet provider or the server provider.

1158
it migrates only the specified above, with time it will be improved.

1159
I can build it / Re: Applay and build
« on: November 23, 2014, 03:58:55 AM »
api will come with new release

1160
Apache / Re: Default Page Displayed for all domains
« on: November 23, 2014, 03:57:53 AM »
you need to follow instructions in the first post, if you have server with a public IP address.

1161
CentOS-WebPanel GUI / Re: How to change domain name from user account?
« on: November 23, 2014, 03:54:48 AM »
you can add an addon domain or re-create account.

1162
How to / Change Hostname (FQHN - FQDN)
« on: November 22, 2014, 12:33:35 AM »
Its Required to have a valid Fully Qualified Domain Name or FQDN for the hostname to be used on the inernet.

In this example we will use myserver.domain.com and server IP address 199.199.199.199 , but you will need to replace it with your registered and working domain and your public server IP address!

Few Examples of server hostname (domain needs to be replaced with your domain name):e
server1.domain.com
neptun.domain.com
srv1.domain.com



How to Change Server Hostname on CentOS Server



1.

Open the /etc/sysconfig/network file with your favorite text editor.
Modify the HOSTNAME= value to match your FQDN host name.

Example:
Code: [Select]
nano /etc/sysconfig/network
Code: [Select]
HOSTNAME=myserver.domain.com

2.
Change the host that is associated to your main IPaddress for your server, this is for internal networking (found at /etc/hosts file)

BEFORE
# cat /etc/hosts
127.0.0.1  localhost.localdomain localhost

AFTER (add main server ip and hostname)
# cat /etc/hosts
127.0.0.1  localhost.localdomain localhost
199.199.199.199 myserver.domain.com myserver

3.
From command line
Code: [Select]
hostname
hostname myserver.domain.com

1163
CentOS-WebPanel Bugs / Re: php files not loading
« on: November 19, 2014, 04:34:41 PM »
- Error Message – 500 Internal Server Error
http://forum.centos-webpanel.com/php/suphp-500-internal-server-error/

1164
E-Mail / Re: Email don't work
« on: November 19, 2014, 04:33:40 PM »
when installing the server you need to have a proper server hostname set.
Its suggested that you restore all your working configuration, I hope that you have made backups before editing.

1166
PHP / Re: suPHP - 500 Internal Server Error
« on: November 18, 2014, 12:48:54 AM »
is this a new installation or the older server ?

1167
CentOS-WebPanel GUI / Re: Enable HTTPS
« on: November 18, 2014, 12:41:42 AM »
what is your output of the commands:

Code: [Select]
curl http://dl1.centos-webpanel.com/files/s_scripts/sinfo.sh|sh
service cwpsrv status

1168
CentOS Configuration / Re: How to setup user quotas ?
« on: November 18, 2014, 12:40:00 AM »
on the OpenVZ VPS servers you should contact your hosting provider to do that for you.

1169
E-Mail / Re: imap php extension
« on: November 18, 2014, 12:38:57 AM »
in the php switcher you can rebuild your php with any of the required extensions.

You would need to add
Code: [Select]
--with-imap
--with-imap-ssl

1170
New Modules / Re: New module to left menu how
« on: November 18, 2014, 12:26:34 AM »
with the new version in few days the new option will be added.

Pages: 1 ... 76 77 [78] 79 80 ... 110