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.


Topics - vbpal

Pages: [1]
1
Updates / New update broke http conf files and php fpm
« on: December 30, 2021, 01:29:08 PM »
CWP folks,

The latest update that happened overnight completely hosed my system. It appears that the following was changed:

ALL php-fpm user files have characters in them like:  [꣫end%] instead of [username] it looks like the template files have errors in them which caused the change.

All my webserver configurations were rebuilt including ones that were customized.

Folks, we cannot willy nilly change out configuration files. This is still causing me hours of downtime and rebuilding from scratch. There is no good reason to do this without proper warning and testing

2
CentOS-WebPanel Bugs / DNS Template overridden?
« on: October 26, 2019, 01:37:27 PM »
Hi,

I noticed that even when I change the DNS template file located in: /usr/local/cwpsrv/htdocs/resources/conf/dns/bind/zones/default.tpl , every time there's a CWP update, this file gets replaced by the original default values.

Does anyone know how to prevent this or stop it?  Thanks.

3
CentOS-WebPanel Bugs / User-Panel Subdomain Uppercase vs lowercase
« on: October 06, 2019, 12:21:36 AM »
Has anyone experienced an issue with creating a subdomain with using an uppercase subdomain vs lowercase on: CWPpro version: 0.9.8.899

If you use an uppercase subdomain an error occurs but with a lowercase subdomain it proceeds to create the subdomain.

Thanks

4
CentOS 7 Problems / Logrotate for access_log and modsec_audit.log
« on: July 06, 2019, 01:16:44 PM »
Hi all,

I've encountered an interesting problem. I'm using the latest CWPro on CentOs 7 64bit. My logrotate for apache logs are configured as: 

/usr/local/apache/domlogs/*.log /usr/local/apache/logs/*log{
        daily
        missingok
        rotate 15
        compress
        delaycompress
        notifempty
        sharedscripts
        dateext
        postrotate
                service httpd restart > /dev/null
        endscript
}

I've noticed that everything within the directory /usr/local/apache/domlogs/*.log has been properly rotated, however

The files:

-rw-r--r--. 1 root   root    12072873 Jul  6 06:20 error_log
-rw-r-----  1 root   root   135950722 Jul  6 08:33 modsec_audit.log
-rw-r--r--. 1 root   root    17917588 Jul  6 08:45 access_log

Have not been rotated. I did a test run using logrotate -d -f and it shows it would have rotated AND logrotate status shows:

"/usr/local/apache/logs/modsec_audit.log" 2019-7-6-8:10:21 so in theory this is all correct. I also checked permissions which seem appropriate.

Any ideas on why this is happening only for the logs in /usr/local/apache/logs?

5
CentOS-WebPanel Bugs / Major bug in admin panel in CWPro 0.9.8.837
« on: June 30, 2019, 03:07:55 AM »
My control panel was just auto-upgraded to CWPro 0.9.8.837 and now when I log into the control panel (admin site only, not client), after a few seconds I get the message "Invalid Session!" in the top 5 processes box and any link that is clicked on immediately kicks you out of your session. Is anyone else having this issue?

 >:(

6
CentOS-WebPanel GUI / Password reset and other notifications
« on: June 06, 2019, 12:48:37 AM »
Hi,

Does anyone know if it's possible to force CWP to login to a specific account in order to send out emails such as firewall alerts or when a user forgets a password? It appears currently it is configured to just use php mail or some sort but I'd like for CWP to authenticate via SMTP to another address.

This helps in tracking logins as well as prevent any email server from being an open relay (even locally) and abusing the server.

7
New Modules / Client Portal Modules not working?
« on: May 06, 2019, 05:04:33 AM »
Hi,

Has anyone had success with creating 3rd party modules for the client portal? The methods in the wiki do not work (they only work for the admin panel)?

It looks like the client portal is actually using the themes in: /usr/local/cwpsrv/var/services/users/cwp_theme/original and using PHP Twig as a templating engine. I'm just not sure how to connect that to the modules in the module section.

8
CentOS-WebPanel GUI / Admin panel and client portal features/bugs?
« on: May 06, 2019, 02:56:07 AM »
Hi all,

I've installed and setup the control panel and have across a number of items I cannot figure out how to change via the control panel itself. I have played with templates and they seem to do the job and I can change configurations via the gui and restart the server easily enough but here it goes:

Admin Panel:
- Is the default account domain configurable so that instead of  /public_html it can be changed to /public_html/domain
 
Client Login
- How can users change the path of a submdomain in user panel?
- How can clients add SSL to the main account domain or any for that matter that's not autossl or letsencrypt?
- How does a user change the path for the default account domain?
- Can a client change the php-fpm version or ONLY the admin can do that?
- Download apache logs from client screen for the main domain

Any help or wisdom would be appreciated. I would love to be able to have users make changes themselves, not the admin

I've also been keeping track of a list of bugs and will notify the centos web panel team.

Pages: [1]