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

Pages: 1 ... 4 5 [6] 7 8 ... 10
76
Updates / Re: Pure-FTP update dies!
« on: October 29, 2017, 12:11:00 PM »
for me this is SSL cert problem.

77
Information / Re: Developers needed
« on: October 29, 2017, 12:04:51 PM »
I am intrested. Didn't get response from You

78
Postfix / Re: I can send emails. But I do not get. FIXED
« on: October 29, 2017, 12:02:45 PM »
I found solution.
There is problem with Centos 7

When rebuild mail server i so that yum updating and installing this:

Updating:
 pypolicyd-spf   noarch   1.3.2-2.el7   epel   44 k
Installing for dependencies:
 python-ipaddress   noarch   1.0.16-2.el7   base   34 k

There is issue with python-ipaddress liblary on Centos 7

Read more:
https://bugs.centos.org/view.php?id=12393

79
Postfix / I can send emails. But I do not get. I can pay for fixing issue
« on: October 28, 2017, 10:38:10 PM »
I have problem with email serwer.
I can send email without any problems.
Problem is that when I send email from outside server I do not get it.
Can someone help me ?
I can pay for fix this problem.

80
CentOS-WebPanel Bugs / Add subdomain - alias dosn't work
« on: October 28, 2017, 05:26:36 PM »
When You add subdomain with www alias
for example

(www.)sub.domain.com

CWP dosn't create DNS entry for subdomain alias www.sub so it will not work

CWP add only entry for sub

This should be fixed.

81
FTP / Re: TLS problem
« on: October 27, 2017, 05:23:54 PM »
really
restart FTP is the answer from CWP staff ?

Can You tell me how restart could add missed configuration ?

As I can see for example here:
https://www.howtoforge.com/tutorial/pureftpd-tls-on-centos/

there is no
CertFile             
option in orginal config file pure-ftpd.conf on CWP panel

I found some info about PureFtp TLS and  Let'sEncrypt:
https://www.howtoforge.com/community/threads/letsencrypt-and-pure-ftpd.72000/
https://www.linuxquestions.org/questions/linux-server-73/pure-ftpd-with-tls-and-letsencrypt-certificate-4175613787/

82
Apache / nobody user - user can't upload file
« on: October 27, 2017, 12:48:45 PM »
Hello

I created account with user123.
Then login to that account and add some domain.
As I see chown of the root vhost directory is "nobody" user
Problem is when I try to upload files with FTP to this directory. I can't do this.
I logged with user123 login.

After change owner of directory to user123 everything is ok.

Why ?

83
FTP / Re: TLS problem
« on: October 27, 2017, 12:28:10 PM »
This is not certifate problem.
As I see there is no configuration for TLS in FTP config file.
This should be fixed by CWP developers.

84
FTP / TLS problem
« on: September 30, 2017, 01:32:45 PM »
Hello.

I use Let's Encrypt SSL for domain.
When I connect to server via FTP server try to use TLS but I get error:

Server sent unsorted certificate chain in violation of the TLS specifications

How to fix it ?

85
PHP / Re: PHP Selector
« on: September 30, 2017, 10:50:13 AM »
I can't compile PHP 5.2 version.
I get error like this:

/tmp/php-build/php-5.2.17/ext/dom/node.c: In function 'dom_canonicalization':
/tmp/php-build/php-5.2.17/ext/dom/node.c:1953:21: error: dereferencing pointer to incomplete type
    ret = buf->buffer->use;
                     ^
In file included from /tmp/php-build/php-5.2.17/main/php.h:38:0,
                 from /tmp/php-build/php-5.2.17/ext/dom/node.c:26:
/tmp/php-build/php-5.2.17/ext/dom/node.c:1955:40: error: dereferencing pointer to incomplete type
     RETVAL_STRINGL((char *) buf->buffer->content, ret, 1);
                                        ^
/tmp/php-build/php-5.2.17/Zend/zend_API.h:472:14: note: in definition of macro 'ZVAL_STRINGL'
   char *__s=(s); int __l=l;  \
              ^
/tmp/php-build/php-5.2.17/ext/dom/node.c:1955:5: note: in expansion of macro 'RETVAL_STRINGL'
     RETVAL_STRINGL((char *) buf->buffer->content, ret, 1);
     ^
make: *** [ext/dom/node.lo] Error 1
make: *** Waiting for unfinished jobs....
/bin/sh /tmp/php-build/php-5.2.17/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/dom/ -I/tmp/php-build/php-5.2.17/ext/dom/ -DPHP_ATOM_INC -I/tmp/php-build/php-5.2.17/include -I/tmp/php-build/php-5.2.17/main -I/tmp/php-build/php-5.2.17 -I/tmp/php-build/php-5.2.17/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/imap -I/tmp/php-build/php-5.2.17/ext/mbstring/oniguruma -I/tmp/php-build/php-5.2.17/ext/mbstring/libmbfl -I/tmp/php-build/php-5.2.17/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql -I/tmp/php-build/php-5.2.17/TSRM -I/tmp/php-build/php-5.2.17/Zend    -I/usr/include -g -O2  -c /tmp/php-build/php-5.2.17/ext/dom/node.c -o ext/dom/node.lo
/tmp/php-build/php-5.2.17/ext/dom/node.c: In function 'dom_canonicalization':
/tmp/php-build/php-5.2.17/ext/dom/node.c:1953:21: error: dereferencing pointer to incomplete type
    ret = buf->buffer->use;
                     ^
In file included from /tmp/php-build/php-5.2.17/main/php.h:38:0,
                 from /tmp/php-build/php-5.2.17/ext/dom/node.c:26:
/tmp/php-build/php-5.2.17/ext/dom/node.c:1955:40: error: dereferencing pointer to incomplete type
     RETVAL_STRINGL((char *) buf->buffer->content, ret, 1);
                                        ^
/tmp/php-build/php-5.2.17/Zend/zend_API.h:472:14: note: in definition of macro 'ZVAL_STRINGL'
   char *__s=(s); int __l=l;  \
              ^
/tmp/php-build/php-5.2.17/ext/dom/node.c:1955:5: note: in expansion of macro 'RETVAL_STRINGL'
     RETVAL_STRINGL((char *) buf->buffer->content, ret, 1);
     ^
make: *** [ext/dom/node.lo] Error 1
Redirecting to /bin/systemctl restart httpd.service

86
CentOS 7 Problems / Re: CWP wont start after hostname change
« on: September 20, 2017, 06:48:45 AM »
If hostname is not pointed to serwer IP SSL will broke.
I had the same situation.
Hostname have to set A record pointed to your IP
Then You can run script to generate new SSL from /scripts
After that you can start cwp

87
PHP / Re: How to install ioncube loader in PHP on CentOS linux
« on: August 31, 2017, 04:09:16 PM »
Ok. I have installed all ioncube versions and modified all php.ini files in opt

88
PHP / Re: How to install ioncube loader in PHP on CentOS linux
« on: August 31, 2017, 02:48:11 PM »
How can I use IonCube Loader with version switcher ?
J have compiled 5.3 to 7.1 PHP versions but see only ioncube_loader_lin_ for 5.6 and 7.0 PHP version.

Ig user change PHP version by htacces file how he can enable iocvube ?

89
Updates / Re: When new version CWP ?
« on: August 26, 2017, 01:23:07 PM »
What change can we expect by this big update ?
Why there is no official info about it ?

90
Updates / When new version CWP ?
« on: August 26, 2017, 07:29:37 AM »
Hello.

I use CWP version: 0.9.8.353.
When new version is expected ?

Pages: 1 ... 4 5 [6] 7 8 ... 10