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.
16
Other / feature request
« on: June 07, 2016, 12:44:58 PM »I was not sure where to post this. So I guess other would fit?
I have a relatively long +700 user list (list accounts) it would be nice if
future versions of CWP would have an option to list 50 / 100 / custom value at a time
Also a search (user name) function would be handy.
17
PHP / php.ini in users /public_html is not working anymore
« on: May 24, 2016, 07:41:09 PM »Hello,
I hope this wonderful board can help me with this. Somehow the php.ini which is in public_html of users is not read anymore.
In a phpinfo file is see this user_ini.filename .user.ini .user.ini
Does that mean that users have to make a .user.ini instead of a php.ini as is in documentation of CWP?
18
Mod_Security / Re: Problem with embed codes
« on: May 14, 2016, 06:30:57 PM »Open a SSH session to your server and the file /usr/local/apache/logs/error_log
if it is blocked by Mod Security
For example with tail -1000 /usr/local/apache/logs/error_log | grep ModSecurity
If it is blocked you will see a rule id which you can whitelist
Or you can login to the Panel > Goto Security > Mod Security . You will see the last 20 lines of the log.
Copy the matching rule id
and add it in Disabled Rules --> /usr/local/apache/conf/mod_sec_disabled_rules.conf (you can just click the link in the mod security section)
Add the rule id in the file SecRuleRemoveById [the rule id you found] and click save changes.
19
Apache / Re: httpd stopped after adding new domain
« on: April 25, 2016, 08:23:45 PM »The people / programmers behind CWP do care I think!!!. Why would they made a free version in first place; There will always be some bugs.
Commercial panels / Cpanel / Plesk / Odin have this problem too although I must admit they probably test it thorougly , and have the money $$$ to test it,
For my project this httpd bug is also annoying, but not so much important .
Why are you so negative about the devs behind CWP?
20
Information / Re: How to access Client panel?
« on: April 20, 2016, 07:15:04 PM »As far as I know you can login to the panel with the username of the account and the root password of your CWP.
21
Information / Re: How to Secure CWP webserver
« on: April 20, 2016, 06:20:16 PM »My cwp webserver is getting hacked , can somebody guide me to make it more secure. Thanks
Also install maldet together (for speeding the scan up with clamscan) see https://www.rfxn.com/projects/linux-malware-detect/
and schedule a regular scan through cron.
It can help you find malware . It does not find everything but can be helpful.
(edit) I believe clamscan is already installed on CWP panels.
22
Hello CWP,
Is it possible to make a Wiki article or maybe a link on the CWP website where all the important log file locations are mentioned? I think
with that information it would become easier to resolve issues. I know Cpanel has some poster with all their important log files.
So not only the common centos log file locations but also the specific CWP ones.
23
PHP / Re: PHP Selector
« on: March 06, 2016, 01:55:01 PM »What result do you get if you use?:
AddHandler application/x-httpd-php7 .php
That is working for me.
I think the wiki should be updated though.
Php 7 is not there yet
See http://wiki.centos-webpanel.com/php-selector
24
CentOS-WebPanel GUI / Re: How to Increase Username Length?
« on: March 02, 2016, 11:03:06 AM »The source code of the add user part has this:
<td colspan='1'>Username:</td>
<td colspan='1'><input type='text' name='username' size='10' maxlength='8'> (8 characters)</td>
I use the free hosting module to add users see http://wiki.centos-webpanel.com/freehosting-provider-service
And I have users with longer then 8 characters. Maybe you can use this free host module as temporary workaround
until CWP updates the add user part in the GUI.
25
Apache / Re: Location of index.html file which is put in /home/username/public_html
« on: February 19, 2016, 10:44:34 AM »Thanks!
26
Apache / Re: Location of index.html file which is put in /home/username/public_html
« on: February 15, 2016, 08:20:14 PM »Anyone knows how to do this. Or is this part hardcoded?
27
Apache / Re: Location of index.html file which is put in /home/username/public_html
« on: February 05, 2016, 01:34:11 PM »I would also like to copy a .htaccess from /usr/local/cwpsrv/htdocs/resources/admin/tpl/new_account_tpl
to /home/[username]/public_html after account creation.
The .htaccess is in /usr/local/cwpsrv/htdocs/resources/admin/tpl/new_account_tpl but not automagically copied to /home/[username]/public_html
at the moment
28
Apache / Re: Location of index.html file which is put in /home/username/public_html
« on: February 04, 2016, 08:14:20 PM »Thanks!
One question though. The skeleton files in that map are not affected by a CWP update? So I can modify them
and they will stay the same?
29
Apache / Location of index.html file which is put in /home/username/public_html
« on: January 24, 2016, 05:07:59 PM »Hello fellow forummers.
I would like to know the path of the index.html file which is copied to /home/username/public_html after account creation.
Thanks in advance
30
Apache / Re: Website server logs / wordpress etc
« on: January 16, 2016, 06:07:23 PM »Thanks for the thorough explanation. I tried it but unfortunately it did not work out so I created a one time support ticket at CWP.
It is still open but I think they changed something anyway Wordfence is now showing the real ips after changing the setting
How does Wordfence get IPs: to Use the Xforwarded for http header.
My other plugin WP statistics is still showing the server ips ....and i do not see an option in WP statistics to do anything
about getting the ips ... yet.