Prajith

Results 48 comments of Prajith

Could you please check whether the files ./rpm/macros.apache2 and /etc/cpanel/ea4/is_ea4 exists or not?

sorry the correct file path is /etc/rpm/macros.apache2. If the file is exists, please post the content here.

okay, do one thing, create a file called '/etc/rpm/macros.apache2' and paste the below content into that. ``` %_httpd_mmn 20120211x8664 %_httpd_apxs /usr/bin/apxs %_httpd_dir /etc/apache2 %_httpd_bindir %{_httpd_dir}/bin %_httpd_modconfdir %{_httpd_dir}/conf.modules.d %_httpd_confdir %{_httpd_dir}/conf.d %_httpd_contentdir...

Before you run /scripts/easyapache in the future, create these files: ``` vi /scripts/preeasyapache ``` Place the following content into the file: ``` #!/bin/bash if [ -e "/usr/local/apache/conf/pagespeed.conf" ]; then cp...

We had the same issue but we managed to solve this some extent by implementing following workarounds. 1. Cordon the node before its getting deleted from the cluster. You can...

@pplu Do we really need Paws::API::MapParser role for restjson enum class? since the response will be in HashRef instead of ArrayRef. I managed to fix this by removing the role...

@pplu Yes there are some difference in the generated XML. Please find the diff below. Boto ```bash CREATE prajith.xxx.com. A 300 10.73.64.150 ``` Paws ```bash CREATE A 10.73.64.150 prajith.xxxx.com. 300...

Issues is with Paws side. You can temporarily fix this by adding NameInRequest traits to AttributeNames. simply replace the following line in SQS/GetQueueAttributes.pm ```bash has AttributeNames => (is => 'ro',...