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.
511
CentOS-WebPanel GUI / Re: [SECURITY] Disable root login, change system user privileges
« on: March 14, 2016, 12:32:13 AM »
cwp has this very simple it uses users and password from linux files
etc/passwd
etc/shadow
you can change ssh port, but as you only have one root user and in cwp you will have only one user with root privileges.
Unfortunately additional users like root are not possible without custom cwp version modifications.
etc/passwd
etc/shadow
you can change ssh port, but as you only have one root user and in cwp you will have only one user with root privileges.
Unfortunately additional users like root are not possible without custom cwp version modifications.
512
CentOS 6 Problems / Re: PHP Selector: installation of PHP5.2 failed
« on: March 14, 2016, 12:27:13 AM »
for php 5.2 you should try to add this in your build flags if you are using 64bit system
Code: [Select]
--with-libdir=lib64
513
Apache / Re: no more idle workers - high load
« on: March 09, 2016, 05:55:35 AM »
you should also install nginx in front of apache to reduce the number of apache processes.
installation of nginx can be done under WebServers in CWP
installation of nginx can be done under WebServers in CWP
514
PHP / Re: suPHP Internal Server Error - ParsingException in Configuration.cpp:163:[SOLVED]
« on: February 26, 2016, 06:11:18 AM »
you can try to rebuild your apache web server from cwp.admin it should resolve that issue
515
CentOS-WebPanel Bugs / Re: [Enhancement] Delete backups directory when you delete a user account
« on: February 23, 2016, 05:59:53 AM »I do not agree with this, backups should be backups and not be deleted early.
yes, it would be better to leave a backup to avoid lost of all account data.
516
Varnish / Re: Varnish issue
« on: February 22, 2016, 06:32:33 AM »
you need to check if apache is working on your server, if apache works then you would need to check logs and configuration.
Also apache vhosts rebuild could help
Also apache vhosts rebuild could help
517
MySQL / Re: problems with databases
« on: February 22, 2016, 06:31:06 AM »
you can contact support about your issues here
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
518
FTP / Re: How to access FTP from a user account
« on: February 22, 2016, 06:28:50 AM »
you can access it by using cwp login of that user
cwp.user username and password
cwp.user username and password
519
CentOS-WebPanel Bugs / Re: PHP Selector - PHP5.2 invalid flag
« on: February 22, 2016, 06:24:47 AM »
can you please contact us so we could check your server as this flags works on our test servers ?
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
520
CentOS-WebPanel Bugs / Re: Test Page is not displaying but port is connecting
« on: February 19, 2016, 02:31:03 PM »
what info do you have in server logs ?
521
Apache / Re: Location of index.html file which is put in /home/username/public_html
« on: February 19, 2016, 06:22:28 AM »
hidden files are not copied with the current version, but new (0.9.8.12) will have this also included.
522
CentOS-WebPanel Bugs / Re: Serious file owning issues (CWP Users own installation files)
« on: February 18, 2016, 11:24:35 PM »
fix is added in scripts
523
Other / Re: Restrict panel access
« on: February 18, 2016, 02:43:38 PM »
yes, you can find info on the wiki
http://wiki.centos-webpanel.com/
http://wiki.centos-webpanel.com/
524
Postfix / Re: 2 host names
« on: February 18, 2016, 02:38:52 PM »
hostname is one only, if hostname fails then the server isn't working or you have dns issues.
525
PHP / Re: How i set PHPMYADMIN to use PHP 5.6 with php selector?
« on: February 18, 2016, 02:36:43 PM »
you need to have php selector installed and you can find info for configuration of htacces on the wiki.