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.
Pages: [1]
1
Installation / Re: What is the best method to migrate CWP to a new server?
« on: November 10, 2015, 05:48:19 PM »
I want the solution too.. Please tutorial
2
PHP / Re: PHP Selector
« on: November 07, 2015, 01:27:07 PM »
Problem
İ install all php versions and my server working no problem. But when i want to use any one version php , i create a .htaccess file and type
AddHandler application/x-httpd-php56 .php
in .htaccess file save and restart copmlete VPS or apache server after try my site my site give to me my index.php to save my computer.?
how i am solve this problem?
İ install all php versions and my server working no problem. But when i want to use any one version php , i create a .htaccess file and type
AddHandler application/x-httpd-php56 .php
in .htaccess file save and restart copmlete VPS or apache server after try my site my site give to me my index.php to save my computer.?
how i am solve this problem?
3
SSL / Re: After Installed SSL how to open site automatic https?
« on: October 01, 2015, 01:12:26 PM »
i am solved problem
write this in .htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^ https://www.yourdomain.com%{REQUEST_URI} [NS,R,L]
thank you Igor S, your answer is more helpfull me
all is that. good luck
write this in .htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^ https://www.yourdomain.com%{REQUEST_URI} [NS,R,L]
thank you Igor S, your answer is more helpfull me
all is that. good luck
4
SSL / Re: After Installed SSL how to open site automatic https?
« on: October 01, 2015, 12:32:56 PM »
Thank you Igor for your answer.
i try your answer on my public_html/.htaccess file and public_html/mydomain.com/.htaccess but my problem not solved.
i am using drupal this domain, is drupal problem for this my issue?
have you another solve?
i try your answer on my public_html/.htaccess file and public_html/mydomain.com/.htaccess but my problem not solved.
i am using drupal this domain, is drupal problem for this my issue?
have you another solve?
5
SSL / After Installed SSL how to open site automatic https?
« on: September 29, 2015, 05:47:49 PM »
i installed purchase SSL it is working, no problem. But my site not open automatic https://www.mysite.tls. only manual type https://www.mysite.tls
how i setup my site open automatic https?
how i setup my site open automatic https?
6
Addons / Re: Team Speak 3 - Manager
« on: March 10, 2015, 08:06:15 AM »
i am nstalled on CWP panel from Plugin Tab.
my server is centos 32 bit and i install 32 bit ts3 and run, it is running no problem. but problem is i cant see admin password and token
my server is centos 32 bit and i install 32 bit ts3 and run, it is running no problem. but problem is i cant see admin password and token
7
How to / How to Change your mail port (Some ISP Block 25, 26 port)
« on: March 10, 2015, 07:14:55 AM »
Hello Friends
Some ISP s is blocked 25 and 26 port ( i am from Turkiye, Blocked port 25)
solve this issue:
1- you change your master.cf path: /etc/postfix/master.cf
TO :
2- add this 587 and 26 ports in your firewall incoming and outgoing ports
Your CWP panel --->> Security --> CSF Firewall
after click First Blue button Firewall Configuration
find ports line and add your ports. if you use ipv6 add your ports there line too.
and finally you restart your services or restart your server
good luck
Some ISP s is blocked 25 and 26 port ( i am from Turkiye, Blocked port 25)
solve this issue:
1- you change your master.cf path: /etc/postfix/master.cf
Quote
# ==========================================================================
smtp inet n - n - - smtpd
# -o content_filter=smtp-amavis:127.0.0.1:10024
# -o receive_override_options=no_address_mappings
TO :
Quote
# ==========================================================================
smtp inet n - n - - smtpd
587 inet n - n - - smtpd
26 inet n - n - - smtpd
# -o content_filter=smtp-amavis:127.0.0.1:10024
# -o receive_override_options=no_address_mappings
2- add this 587 and 26 ports in your firewall incoming and outgoing ports
Your CWP panel --->> Security --> CSF Firewall
after click First Blue button Firewall Configuration
find ports line and add your ports. if you use ipv6 add your ports there line too.
Quote
# Allow incoming TCP portsNote: i am not sure for add both in and out lines, but i use both
TCP_IN = "20,21,2222,25,26,53,80,110,143,443,465,587,993,995,2030,2031,10011,30033"
# Allow outgoing TCP ports
TCP_OUT = "20,21,2222,25,26,53,80,110,113,443,2030,2031,587,993,995,10011,30033"
and finally you restart your services or restart your server
good luck
8
E-Mail / Re: Outlook Configuration
« on: March 05, 2015, 08:28:03 PM »
im getting the same issue
i try all way, secure and non secure, but i cant connect on thunderbird.
( web interface is working - for example: domainname.com/webmail )
i am sorry for my bad english
i try all way, secure and non secure, but i cant connect on thunderbird.
( web interface is working - for example: domainname.com/webmail )
i am sorry for my bad english
9
Addons / Re: Team Speak 3 - Manager
« on: March 03, 2015, 07:26:36 PM »
Hello,
i install 32bit ts3 and start i see this message
"Notice: Undefined offset: 0 in /usr/local/cwpsrv/htdocs/resources/admin/modules/ts3_manager.php(1) : eval()'d code(1) : eval()'d code on line 6"
but i see server is running.
and click Ckeck Admin Data Button
i cant see any data !!!
again click status TS3 button, Server is running
how i see admin data?
i am using vps 32 bit centos 6.6 hosting 512 MB ram 1 GB swap and 1 core 20 gb ssd hdd,
i install 32bit ts3 and start i see this message
"Notice: Undefined offset: 0 in /usr/local/cwpsrv/htdocs/resources/admin/modules/ts3_manager.php(1) : eval()'d code(1) : eval()'d code on line 6"
but i see server is running.
and click Ckeck Admin Data Button
i cant see any data !!!
again click status TS3 button, Server is running
how i see admin data?
i am using vps 32 bit centos 6.6 hosting 512 MB ram 1 GB swap and 1 core 20 gb ssd hdd,
10
PHP / Re: PHP Extension Installation
« on: March 02, 2015, 05:43:12 PM »
Hello friends,
i am new CWP, i need to use php-cli,
i install php-cli this command in terminal:
where is wrong?
i am new CWP, i need to use php-cli,
i install php-cli this command in terminal:
Code: [Select]
yum instal php-cli
after return message:Code: [Select]
Package php-cli-5.3.3-40.el6_6.i686 already installed and latest version
and after try:Code: [Select]
which php-cli
retun mesage:Code: [Select]
/usr/bin/which: no php-cli in (/usr/lib/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
where is wrong?
Pages: [1]