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 - Painkiller88

Pages: 1 ... 3 4 [5] 6 7 ... 11
61
CentOS 7 Problems / Re: How To Reset/Update Disk Quota
« on: October 29, 2021, 08:21:18 PM »
This is not a CWP Problem. This is Linux. You need to do the same thing like on Windows.

You have now assigned more space to your drive, BUT you need to represent it on OS level.

Just look how to expand the drive on linux, this is the normal way, not really CWP specific.

62
I don't know why you are using .htaccess for forcing https if you are using nginx.

Nginx is not working with .htaccess and so it is not taking all the code like if you are using apache alone.


To really force https instead of make a redirect, you better configure this in the webserver Main or Domain Config.

Select the user you wanna force, create a template and select "force-https" as nginx default vhost template.

This will do the real force of https instead of first use http and redirect a user to https and it is persistant for updates.


This is the way i use it and i never faced any problems with all my sites.

If you wanna force all users to only use HTTPS, configure this in the webservers main config.

63
SSL / Lets Encrypt ROOT CA Expired
« on: September 30, 2021, 05:37:30 PM »
Hi,

Today some from Let's Enctypt used ROOT CA Certs are running out. This happened to me, and renewing is not possible

This will affect a lot or maybe all of us using lets encrypt.

see this: https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/

how to fix it and make my sites running a valid and working Cert again?

Thanks

64
CentOS-WebPanel GUI / User Panel wrong OS detected on login history
« on: September 29, 2021, 06:25:49 PM »
Hi,

i recorgnized that when i login from my Android 11 Phone, it shows up as linux in the user panel login history.

If i do a web lookup my phone is recorgnized as android.

This is nothing important but could irritate users.

in my case i thought someone was logged into my User Panel.

65
Hi,

Whats a solution for users to be able to access the PMA Module if i don't wanna upen the Admin Panel to the public?


Why can't this just run over the normal user panel port???


66
MySQL / Re: PMA times out when accessed from user panel
« on: September 27, 2021, 08:12:11 PM »
Not sure if this really is a solution. This means you need to open the Admin Panel Port public.

It can't be this module can't work on the normal user panel port.

I don't wanna open up the Admin Panel port to the public, this lowers the server security immensive in my opinion.

This needs to be changed to the user panel port on a future update.

67
Postfix / Re: Postfix whitelist problem
« on: September 23, 2021, 03:48:51 PM »
try to remove this from your sender restrictions:

reject_non_fqdn_sender
reject_unknown_sender_domain

this should solve your problems.

68
CentOS Configuration / Limit maximum processes - whats a good value
« on: September 17, 2021, 07:03:02 PM »
Hi,

what is a good value for preventing fork bombs and limiting max processes?

when i do ulimit -u i see 62570 which seems to be a high value to me.

pgrep -wcu $USER gives me the value 150 back.

is this ok or should i limit this? And if, what would be a good and practicable value?

Thanks

69
Installation / Re: How to install WordPress Themes and Plugins
« on: September 11, 2021, 07:14:10 AM »
If you have wordpress already installed, themes and plugins will be installed from within wordpress like always.

70
Installation / Re: Changelog
« on: September 08, 2021, 10:06:45 AM »
the New changes arent published. Changelog changed version but no LOG what changed.

71
CentOS 7 Problems / Security Center - How to automate the malware scanner
« on: September 08, 2021, 08:25:54 AM »
Hi,

I have seen that in the Security Center my Malware Scanner shows me last scan 14 days ago.
I was wondering how can i set this to automatically scan eg. every day?

I have rkhunter, clam etc all running but this seems to be another scanner as it is not recorgnizing and refreshing the last scan date, except i scan manually.

Any idea how to make this one also work automatically? Maybe by creating a cron for this one?


Thanks

72
Apache / Re: ip to name how to do?
« on: September 07, 2021, 05:57:39 AM »
this also depends on the running webserver, htaccess is for apache only. so if you have apache and nginx, the htaccess is the wrong place doing this.

If you have apache only this should do the trick:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^11\.11\.11\.111$ [NC,OR]
RewriteCond %{HTTP_HOST} ^([a-z.]+)?mydomain\.com$ [NC]

73
Migration from other control panels / Re: Migration from Plesk Obsidian
« on: September 04, 2021, 07:58:21 AM »
Hi, i would do it the following way:

- backup your databases and your html folder.
- create an account
- point your domain to your IP if not already done
- import databases
- double check the database logins, maybe you need to change logins in your sites config
- create ssl certs
- If you plan using CWP internal DNS management check if something is missing and add the records

if you are using your hoster for DNS Zone Management skip the last point.

now check if your site is up

this should be all to get your site up and running on cwp :)

74
Installation / Re: AlmaLinux
« on: September 03, 2021, 11:27:31 AM »
Any way to update from Centos7 to Centos 8 stream?

I know it's still recommended to stay on Centos 7 but i mean for the future one day we will need to update, is this possible or is there anything in progress for getting this done?


A complete reinstall is not a good solution as there are still a lot of things not getting backed up and restored.

Would be cool to have a solution for this scenario, not now but after Centos7 EOL

thanks

75
Postfix / Re: How to see if someone is sending mails from my server
« on: September 02, 2021, 11:52:24 AM »
You should really improve the support in here.

Pages: 1 ... 3 4 [5] 6 7 ... 11