Questions tagged [cwp]

CWP (Common Web Platform) is a collection of SilverStripe modules and recipes curated and managed for the New Zealand Government.

CWP (Common Web Platform) is a collection of SilverStripe modules and recipes curated and managed for the New Zealand Government.

CWP 1.0 was released in November 2013 and CWP 2.0 (the latest release line) was released in May 2018.

For more information see https://www.cwp.govt.nz

28 questions
0
votes
1 answer

modsecurity whitelist directory

For me to whitelist a directory, is this how I should do it? SecRuleEngine Off . Edit: /usr/local/apache/conf/userdata/xxxxx/xxx.site.com/modsec.conf
Tiago
  • 797
  • 1
  • 10
  • 23
0
votes
2 answers

Resolving "SSLProxyEngine" issue on CentOS CWP

I want to enable "SSLProxyEngine", for one of my websites, in the CWP log viewer I am getting the below error, please guide how to resolve the same: I am using CentOS CWP [Sat May 29 18:58:00.673315 2021] [ssl:error] [pid 1653653:tid…
0
votes
2 answers

HTTP to HTTPS too many redirections

I encountered this strange issue that whenever I add this most generally used htaccess code, I get too many redirections. Scenario: +public_html | |--- WordPress 1 |--- .htaccess --+ /blog | |--WordPress 2 --.htaccess .htaccess…
0
votes
1 answer

Index files in CWP Apache

I have a CentOS server with CWP. I would like on a website that I have on the server that when they access example.com/test and the test folder does not contain any index file that shows the index with the other files. Do I have to configure any…
ajotaops
  • 11
  • 3
0
votes
2 answers

Add second IP4 to the server (CentOS)

I just wanted to store a second IP address in the CWP. I used the IP Manager, which is located in the admin panel. He creates the following file: ifcfg-:1 with the following…
Eric Laufer
  • 5
  • 1
  • 7
0
votes
1 answer

Wordpress Plugins Couldn't Update: Could not create directory

Good day! Why is it that I am not able to update my plugins in my Wordpress Website. In my FTP File I have already set my plugins folder to 755 then configured my wp-contents to 755. In my wordpress Site Health, this is what is written in File…
Marvin Joseph
  • 31
  • 1
  • 6
0
votes
1 answer

Excessive resource usage: memcached Linux Centos 7

This is an email I get every few hours from my Centos Machine for Mencached. But it is not only for that service - also for the Java Apps I am running too What could be causing Excessive Resource Usage Time: Sun Oct 18 12:00:36 2020…
0
votes
1 answer

How to deploy Django apps on cwp Cent Os 7 using gunicorn and nginx

I have tried many times this artical https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7 but I am not getting the result. I using dedicated server with CentOs 7 and CWP but I am not able…
Prabhat
  • 3
  • 3
0
votes
1 answer

How to enable socket IO and websocket on a CentOS Web Panel?

I have installed a CentOS 7 server and CentOS Web Panel (cwp) for hosting server. I would like to get WebRTC software for peer to peer connections. I am developing my software through XAMPP. When I try WebRTC on the localhost in the local computer…
shah
  • 1
  • 4
0
votes
0 answers

Why i get internal server error 500 about php files?

I am using cwp(centos web panel) for my vitural server and I am using apache when I load php files in htdocs I get error 500 internal server error. But it is not true about html files. I change php files permission to full access but there is no…
0
votes
1 answer

CWP https non-www redirect failed in both htaccess and apache

i tried to make my website working only within non-www https (ex, https://customsite.tld) i want all request to my domain to be server from "https://customsite.com" i have tried to many things but all of them doesnt work & websites insists to open…
LiNuX
  • 21
  • 7
0
votes
1 answer

Is there a way to turn on/off the logging with setting a variable in config file in SilverStripe 3.X (CWP 1.8)?

We are building a web application with CWP 1.8 which is upon SilverStripe 3.6, the log will be captured by SS_Log class with statement like SS_Log::log('Log message', SS_Log::INFO);. As we only need to capture the log for debugging purpose when the…
-1
votes
1 answer

is it possible to decrease swap partition space in centos7

Some of my friends told me that larger swap partition is very bad like thousands of web hits/min should be possible on my server, The swap space is 16 GB, and i installed centos7 with "CWP" -> Control web panel with enable csf, should i consider…
ahmed zeaad
  • 174
  • 1
  • 4
1
2