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

Pages: 1 2 [3]
31
SSL / Re: how to force https on rouncube webmail
« on: March 20, 2020, 02:28:47 AM »
U need to edit the apache template and regenerate the vhosts for Server wide ssl for your Domains.

Cant give you an example howto do but maybe another Person :)

32
#########Update CWP#########

getting packages for example.

it takes about 5 minutes in my case , after that the root@ prompt shows again.

33
in terminal sh /scripts/cwp_update was my solution :) it takes 5 minutes, be patient.

34
CentOS-WebPanel GUI / Looking for German Language file admin/user
« on: July 02, 2019, 12:59:32 PM »
Hi everybody, anybody there with n German Language file for the user/admin panel? :D

dont find one in google.. and translate the whole cwp takes over XXXXXX words and my english is not soooo good :D
i can pay 5 bucks for it *smile*

----
Hat hier jemand deutsche sprachdatein?
würde 5 euro dafür zahlen :) mein englisch ist leider nicht so gut, im internet finde ich keines.

35
Please update to 0.9.8.842

done, userpanel works again!

but softaculous not.
alrdy reinstalled - if i open the controllpanel for it, it redicts me to the cwp loginpanel.
alrdy cleared cache, changed browser it still redicet to the loginpanel , any solution?

36
for user panel run a manual update

sh /scripts/update_cwp

said in 1# , updated via script update_cwp...

but the problem still persists still on ...842

37
for user panel run a manual update

sh /scripts/update_cwp

still not solved.


38
CentOS-WebPanel GUI / Re: Default web page
« on: July 01, 2019, 11:19:18 PM »
my solution was an .htaccess redict to https://host.domain.tld:2031/  now if any visit host.domain.tld it will auto redict to the login page u can change the port for userlogin too.

in the apache main folder i think /var/apache/htdocs or /usr/apache/htdocs - not sure yet :D

edit:

create .htaccess /usr/local/apache/htdocs with follow text inside:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^subhostdomain\.domain\.tld$ [NC]
RewriteRule ^(.*)$ https://subhostdomain.domain.tld:2083/$1 [L,R=301]

for example:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^srv1\.testdomain\.de$ [NC]
RewriteRule ^(.*)$ https://srv1.testdomain.de:2083/$1 [L,R=301]



39
after login https://domain.tld:2083 and insert username and password, the url look like that: http://domain.tld:2083/{"f2a":false,"posts":"//cwp_e281684a3ffd25e6//pascal//"}

404

if i rollback  previous update ,with snapshot, all works fine....

40
Updates / CWPpro version: 0.9.8.840 crashd user login & softaculous
« on: July 01, 2019, 10:54:54 PM »
hi...updated to 840 with scripts/./update_cwp ...
now i cant access user loginpanel, shows 404 not found - softaculous shows unauthorized...


if i rollback with my snapshot, all works...
why are the updates not full tested about compatibility?

Pages: 1 2 [3]