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

Pages: 1 ... 27 28 [29] 30 31 ... 71
421
MySQL / Re: Unable to update MariaDB
« on: October 20, 2023, 09:11:39 PM »
Do you have routable IPv6? You may need to make sure you are using IPv4 in this case.

422
Do you have MX records in place? Reverse DNS with your ISP (PTR records)?

423
Aplications / Re: How to increase this for WordPress websites?
« on: October 14, 2023, 03:33:04 PM »
What is your server's memory allocation? Is this under Apache or Nginx? I usually bump up the memory allocation of PHP FPM versions to 256MB (from the default 128MB). Many of my WordPress clients are running just fine with that allocation. Only a Magento install on a dedicated server and a Drupal install got 512MB allocations.

424
CentOS-WebPanel GUI / Re: Reset Widget Positions...DEFECT
« on: October 11, 2023, 01:58:29 PM »
I gave a reversion procedure in your other thread, since it pertains to the dark mode specifically. The Reset Widget Positions is likely a bug. I haven't had need to revert them from my preferred layout.

425
CentOS-WebPanel GUI / Re: Dark Mode For Admin
« on: October 11, 2023, 01:56:48 PM »
Here is the default custom.css. Sorry, I should have recommended you backup the file before making any changes to it.
Code: [Select]
/* -----------------------------------------
   Custom.css - put your own changes here
----------------------------------------- */
/* CECILIO MORALES CSS */

.error_message{
  display: inline-flex;
  background-color: #ea4444;
  color: #fff;
  padding: .8rem 2rem;
  border-radius: 5px;
  margin-left: 1rem;
  font-weight: bold;
}
.from_top{
  margin: 1rem 0px 0px;
}
.ssl_list_services_button{
  display: flex;
  margin: 1rem 0px;
  justify-content: center;
}
.ssl_list_services .label.label-default{
  margin-right: 5px;
}
.ssl_list_services .ssl_list_services_none{
  padding: 5px;
  text-align: center;
  margin-bottom: 0px;
}
.ssl_manage_item{
  display: flex;
}

.ssl_manage_item .label{
  margin-top: 5px;
}
.ssl_manage_noinstalled_head{
  margin-top: 15px !important;
  margin-right: 0px !important;
  margin-bottom: 5px !important;
  margin-left: 0px !important;
}
.services_manage h3{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.services_manage h3.no-item{
  font-size: 1.3rem;
}
.ssl_list_files{
  display: none;
}

/* RED TOOLTIP FOR CGROUPS */
.tooltip.right .tooltip-inner {
  background-color:#ff0000;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #ff0000;
}
.autossl_error_item_domain{
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0px;
}
.autossl_error_item_message{
  font-weight: 600;
  font-size: 1.2rem;
}
.autossl_error_item_domain span,.autossl_error_item_message span{
  font-weight: 500;
}
.autossl_error_title{
  font-size:1.5rem;
  margin-top: 0px;
}
.autossl_error_install{
  display: flex;
  flex-wrap: wrap;
}
.autossl_error_install_icon{
  width: 25%;
  font-size: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.autossl_error_install_icon i{
  color: #ea4141;
}
.autossl_error_install_icon.success_install i{
  color: #419641;
}
.autossl_error_install_content{
  width:75%;
  flex-wrap: wrap;
}
#error_install_modal .modal-dialog{
  width: 400px;
}
.error_cron_ssl{
  background-color: #efc5c5;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
}
.sslconf_schedule_task{
  display: flex;
  align-items: center;
}
.sslconf_schedule_task fa{
  font-size: 1.5rem;
}
.sslconf_schedule_task select{
  margin: 0px 5px;
}
.cgroups_list_button{
  height: 7rem;
  align-items: center;
  display: flex;
}
.cgroups_list_button button{
  height: 3rem;
}
#name_user_policy{
  font-weight: bold;
}
.policy-form{
  padding: 10px 20px !important;
}
.policy-form .form-group{
  margin-bottom: 5px;
}
#save_policy_button{
  cursor: pointer;
}
span.error{
  color: #ff0000;
}
.limit-info{
  font-size: 10px
}
.limit-info .fa{
  color: #ec8765;
}
.limit-disabled{
  background-color: #f9d0c2;
}
.limit-enabled{
  background-color: #dae9f1;
}
.user-list-legend{
  width: 3rem;
  display: inline-block;
  border-radius: 5px;
}
#cgroups_user_list_loader{
  display: none;
}
.cgroups_user_list_loader{
  background-color: #fffefecf;
  position: absolute;
  height: 100%;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cgroups_user_list_loader .fa{
  font-size: 6rem;
  color: #4faede;
}
.chshell_user_list{
  width: 100%;
}
#table_users_chshell  td{
  padding-top: 0px;
  padding-bottom: 0px;
}
.user_chshell_item{
  height: 4rem;
  display: flex;
  align-items: center;
}
.response_chshell{
  max-height: 30vh;
}
.chshell-jail-installed{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ch-jail-cant-unistall{
  margin-bottom: 0px;
  margin-right: 5px;
  display: none;
}
.chshell-alert-uninstall{
  display: flex;
  align-items: center;
}
.chshell-alert-install{
  display: flex;
  justify-content: space-between;
}
.table-bordered.ssl_list > tbody > tr > td{
  border: 1px solid #eeeeee;
}
/* AUTOSSL */
.autossl_pane .autossl_pane_all_accounts{
  display: flex;
}
.autossl_pane .autossl_pane_all_accounts label{
  font-weight: bold;
}
.td_container{
  padding:0px;
  height:1rem
}
.td_container_wrapper{
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

So you would have to remove the immutable bit before restoring its contents. Here's the reversion procedure:
Code: [Select]
chattr -i /usr/local/cwpsrv/htdocs/admin/design/css/custom.css
cp /usr/local/cwpsrv/htdocs/admin/design/css/custom.css /usr/local/cwpsrv/htdocs/admin/design/css/custom-dark.css
truncate -s0 /usr/local/cwpsrv/htdocs/admin/design/css/custom.css
nano /usr/local/cwpsrv/htdocs/admin/design/css/custom.css
chattr +i /usr/local/cwpsrv/htdocs/admin/design/css/custom.css

426
Other / Re: Gateway Timed Out During Backup
« on: October 07, 2023, 12:46:18 PM »
Latency issue or saturated internet link? Are you doing it at off hours or peak hours?

427
Information / Re: change the license
« on: October 06, 2023, 02:33:19 AM »
I'm thinking of becoming a mercenary admin-for-hire.

428
I have come to regard the CWP User panel info at partially complete and a general indicator, but not ground truth. The admin side has better info, but there are a lot of log files and hidden reefs that an admin has to keep track of as far as disk management goes.

429
Problems on other RedHat linux servers / Re: CWP works but websites down
« on: October 06, 2023, 02:27:45 AM »
CSF and Mod Security are two primary vectors for interrupts like this; possibly also a PHP or MySQL resource overload. Are you using external site monitoring?

430
Apache / Re: Codeigniter 4
« on: September 28, 2023, 01:57:55 PM »
I do have a Codeigniter-created site running on one of my client's sites under CWP. So I can confirm that final deployment & testing did work under CWP. But the developer did most of the testing & debugging in house before final deployment on my server. And it just runs under Apache + php-fpm 7.4, now 8.1.

431
SSL / Re: Preventing CWP from Replacing Wildcard SSL Certificate
« on: September 27, 2023, 01:29:55 AM »
You can also make your wildcard cert immutable. Just be sure to watch the renewal date and take off the immutable bit when you want to replace it.
Code: [Select]
chattr +i *.yourdomain.com.pem

432
MySQL / Re: New MariaDB 11.0.x version gives error
« on: September 27, 2023, 01:26:37 AM »
Sorry, late to the party as usual. I'll give my lesser server a test go and see how I make out.

433
CentOS 8 Problems / Re: Name Servers not resolving
« on: September 22, 2023, 02:19:02 PM »
That wasn't the intent Overseer.   ???

Although the Support Downloads section does have some nice links.  8)
I wasn't suggesting shameless self-promotion, but I do understand the value of links pointing to authoritative sources for SEO purposes. Hence my unprovoked link back to your root site ;) "Every link helps..."

434
CentOS 8 Problems / Re: Name Servers not resolving
« on: September 21, 2023, 02:23:59 AM »
Here's a link: https://starburstservices.com/
Good to know where to go for hosting & help!

435
SSL / Re: static.cdn-cwp.com & wiki.centos-webpanel.com SSL expired
« on: September 20, 2023, 01:16:45 AM »
yup.

Pages: 1 ... 27 28 [29] 30 31 ... 71