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

Pages: [1] 2
1
E-Mail / Webmail.domain.com 400 error
« on: March 21, 2019, 10:56:16 PM »
Hello,

I have a problem when i use the subdomain webmail.domain.com to acess mail accounts. Appears something like that:
https://www.wazo.cl/2.PNG

only use domain.com:2095 or domain.com:2030/webmail working. How can I fix it?

Im using Nginx & Apache.

Thanks

2
Addons / Re: No Permissions in NextCloud
« on: February 20, 2018, 01:15:21 AM »
I've been able to solve the problem. It was webdav that was not working. I solved the problem the way I found it here in the forum:

Step 1:

You can edit httpd.conf (from Apache Configuration in "Apache Settings")

Search modules and uncomment the lines (include)

Quote
LoadModule alias_module modules/mod_alias.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_user_module modules/mod_authz_core.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_lock_module modules/mod_dav_lock.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule setenvif_module modules/mod_setenvif.so

LoadModule expires_module modules/mod_expires.so
LoadModule headers_module modules/mod_headers.so

Step 2:

Code: [Select]
/usr/local/apache/bin/httpd -M | grep -i dav
Quote
Syntax OK
  dav_module (static)
  dav_fs_module (static)
  dav_lock_module (static)

If you show like this, okey go to step 3

Step 3:

Code: [Select]
/usr/local/apache/conf/extra/httpd-userdir.conf

Replace with these codes:

Code: [Select]
<Directory "/home/*/public_html">
  AllowOverride FileInfo AuthConfig Limit Indexes
  Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
  <Limit GET POST OPTIONS>
  Order allow,deny
  Allow from all
  </Limit>
  <LimitExcept GET POST OPTIONS>
  Order deny,allow
  Deny from all
  </LimitExcept>
</Directory>

Step 4: (for Nextcloud/Owncloud and other cloud app)

Code: [Select]
/home/USERNAME/public_html/nextcloud/.htaccess
Add the bottom of the page

Code: [Select]
<Limit GET POST>
  order deny,allow
  allow from all
</Limit>
<Limit PUT DELETE>
  order deny,allow
  allow from all
</Limit>

Step 5:

Code: [Select]
systemctl restart httpd

3
Addons / Re: No Permissions in NextCloud
« on: February 19, 2018, 07:02:26 PM »
In this moment I have this warnings in admin panel of nextcloud:
https://ibb.co/jXsORS
This is what happens when I try to delete notifications on the right side of the screen:
https://ibb.co/hitV6S
When I drag files to upload, this happens (Translation:You don't have permission to upload or create files here):
https://ibb.co/f5usLn

How can I see the logs in cwp panel (I'm not home)?

4
Addons / Re: No Permissions in NextCloud
« on: February 19, 2018, 06:46:24 PM »
I think so, it was the softaculous that installed via cwp and I'm logging in with the nextcloud admin account

5
Addons / Re: No Permissions in NextCloud
« on: February 19, 2018, 06:36:55 PM »
Only have a notification say: "You don't have permission to upload or create files here", and in first page are in blank when have start installer filles and images.

Yesterday I tried use the vestacp and works, but I use the cwp a long time and like it...  :'(

6
Mod_Security / Re: ModSecurity: Status engine is currently disabled
« on: February 19, 2018, 06:28:14 PM »
Thank you very much for your help!  :D

7
Mod_Security / Re: ModSecurity: Status engine is currently disabled
« on: February 19, 2018, 06:22:31 PM »
I did it, now appears this message:

[Mon Feb 19 13:20:31.122146 2018] [:notice] [pid 17440:tid 140224371496832] ModSecurity for Apache/2.9.1 (http://www.modsecurity.org/) configured.
[Mon Feb 19 13:20:31.122209 2018] [:notice] [pid 17440:tid 140224371496832] ModSecurity: APR compiled version="1.6.2"; loaded version="1.6.2"
[Mon Feb 19 13:20:31.122214 2018] [:notice] [pid 17440:tid 140224371496832] ModSecurity: PCRE compiled version="8.32 "; loaded version="8.32 2012-11-30"
[Mon Feb 19 13:20:31.122217 2018] [:notice] [pid 17440:tid 140224371496832] ModSecurity: LIBXML compiled version="2.9.1"
[Mon Feb 19 13:20:31.122220 2018] [:notice] [pid 17440:tid 140224371496832] ModSecurity: Original server signature: Apache/2.4.29 (Unix) OpenSSL/1.0.1e-fips
[Mon Feb 19 13:20:31.122269 2018] [:notice] [pid 17440:tid 140224371496832] ModSecurity: StatusEngine call: "2.9.1,Apache/2.4.29 (Unix) Open,1.6.2/1.6.2,8.32/8.32 2012-11-30,(null),2.9.1,ea1013b0e63f93571724120651efcb286e95a8dc"
[Mon Feb 19 13:20:31.466783 2018] [:notice] [pid 17440:tid 140224371496832] ModSecurity: StatusEngine call successfully sent. For more information visit: http://status.modsecurity.org/

This is normal?

8
Addons / Re: No Permissions in NextCloud
« on: February 19, 2018, 06:16:57 PM »
Yes I have tried but don't work :/

9
Mod_Security / ModSecurity: Status engine is currently disabled
« on: February 19, 2018, 05:13:42 PM »
When I have installed the comodo WAF,have this log:
[Mon Feb 19 12:08:16.096106 2018] [:notice] [pid 14651:tid 140564494997376] ModSecurity for Apache/2.9.1 (http://www.modsecurity.org/) configured.
[Mon Feb 19 12:08:16.096171 2018] [:notice] [pid 14651:tid 140564494997376] ModSecurity: APR compiled version="1.6.2"; loaded version="1.6.2"
[Mon Feb 19 12:08:16.096175 2018] [:notice] [pid 14651:tid 140564494997376] ModSecurity: PCRE compiled version="8.32 "; loaded version="8.32 2012-11-30"
[Mon Feb 19 12:08:16.096179 2018] [:notice] [pid 14651:tid 140564494997376] ModSecurity: LIBXML compiled version="2.9.1"
[Mon Feb 19 12:08:16.096182 2018] [:notice] [pid 14651:tid 140564494997376] ModSecurity: Original server signature: Apache/2.4.29 (Unix) OpenSSL/1.0.1e-fips
[Mon Feb 19 12:08:16.096185 2018] [:notice] [pid 14651:tid 140564494997376] ModSecurity: Status engine is currently disabled, enable it by set SecStatusEngine to On.


What happens? What I need to do?

10
Addons / No Permissions in NextCloud
« on: February 19, 2018, 02:20:55 PM »
Hello,

I installed the nextcloud via softaculous, and I updated your pro version of cwp (it is not yet active), the problem is that when starting Nextcloud, does not appear folders or files in the site.

And when I try to create a folder or send a file says that I do not have permissions to do so. Can anyone help?

I've already tried putting the data folder to 777 but it still does not work

Thanks

11
CentOS 7 Problems / Re: CronJob dont save changes
« on: November 05, 2017, 08:19:30 AM »
All browsers work fine before this happening.

Ok, but I want know why this happens. I cannot make any changes in cwp panel. I don't want reinstall the cwp.

12
CentOS 7 Problems / CronJob dont save changes
« on: November 04, 2017, 02:25:23 PM »
Hello,

For some time, I have tried for example to edit a file by Extplorer or edit the php ini file by the panel and I can not.

Now I tried to create a cron operation, and clicking "Save Changes" does nothing.

I've already been looking for what problem it would be on the internet, I've reset user permissions and nothing works, can you help me?

I Have a CWP version 0.9.8.359, working in VPS

13
Addons / Re: How install in CWP the webalizer or awstats?
« on: May 27, 2015, 05:13:31 AM »
How I can do it for clients painel can see it? 

14
Addons / How install in CWP the webalizer or awstats?
« on: May 25, 2015, 10:28:27 PM »
How I install the webalizer or awstats in CWP?

You will insert this plugins in this web panel?

15
E-Mail / 550 Access denied - Invalid HELO name
« on: May 25, 2015, 10:26:36 PM »
Hello,

Most of the emails I send, give me the following error:
************ said:
    550 Access denied - Invalid HELO name (See RFC5321 4.1.1.1) (in reply to
    RCPT TO command)

How can resolve this?

Best Regards


Pages: [1] 2