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
PHP / Problem in ionCube with scripts whmcs
« on: April 01, 2015, 07:53:44 PM »
Problem with me appeared in the script WHMCS
You add this line at the end of the php.ini file of the panel CWP
Such an explanation
http://forum.centos-webpanel.com/php/how-to-install-ioncube-loader-in-php-on-centos-linux/
Php and you upgrade to this release 5.4.27
This is after the implementation of php -v
[root@kvm ~]# php -v
PHP 5.4.27 (cli) (built: Apr 1 2015 13:27:00)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd.
I make RESTART many times and did not solve the problem
Code: [Select]
Site error: the file /home/xxxxxx/public_html/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.4.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.
You add this line at the end of the php.ini file of the panel CWP
Such an explanation
http://forum.centos-webpanel.com/php/how-to-install-ioncube-loader-in-php-on-centos-linux/
Php and you upgrade to this release 5.4.27
This is after the implementation of php -v
[root@kvm ~]# php -v
PHP 5.4.27 (cli) (built: Apr 1 2015 13:27:00)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd.
I make RESTART many times and did not solve the problem
2
FTP / I want languages file manager
« on: March 30, 2015, 12:29:13 AM »
You deleted inadvertently
I want languages panel found here
/usr/local/apache/htdocs/webftp_simple/languages
CZ & DE & US & ES & FR & IT & KO & NL & PL & BR & RU & CN
I want languages panel found here
/usr/local/apache/htdocs/webftp_simple/languages
CZ & DE & US & ES & FR & IT & KO & NL & PL & BR & RU & CN
3
SSL / Problem when I add ssl
« on: March 24, 2015, 09:08:32 AM »
First thing shows me
SUCCESS! SSL Certificate for domain site.com installed in: /usr/local/apache/conf.d/vhosts-ssl.conf !
SUCCESS! SSL Certificate added to CWP configuration file
And stops Apache
Stopping httpd: [ OK ]
Starting httpd: Syntax error on line 34 of /usr/local/apache/conf.d/vhosts-ssl.conf:
SSLCertificateFile: file '/etc/pki/tls/certs/site.com.cert' does not exist or is empty
[FAILED
https works without a problem you do through checking this site
https://www.sslshopper.com/ssl-checker.html
Code: [Select]
# vhost_start site.com
<Virtualsite 11.111.111.111:443>
ServerName site.com
ServerAlias www.site.com
DocumentRoot /home/site/public_html
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/site.com.cert
SSLCertificateKeyFile /etc/pki/tls/private/site.com.key
SSLCertificateChainFile /etc/pki/tls/certs/site.com.bundle
<IfModule mod_suexec.c>
SuexecUserGroup site site
</IfModule>
<IfModule mod_suphp.c>
suPHP_UserGroup host site
suPHP_ConfigPath /home/site
</IfModule>
<Directory "/home/site/public_html">
AllowOverride All
</Directory>
</VirtualHost>
# vhost_end site.com
SUCCESS! SSL Certificate for domain site.com installed in: /usr/local/apache/conf.d/vhosts-ssl.conf !
SUCCESS! SSL Certificate added to CWP configuration file
And stops Apache
Stopping httpd: [ OK ]
Starting httpd: Syntax error on line 34 of /usr/local/apache/conf.d/vhosts-ssl.conf:
SSLCertificateFile: file '/etc/pki/tls/certs/site.com.cert' does not exist or is empty
[FAILED
https works without a problem you do through checking this site
https://www.sslshopper.com/ssl-checker.html
4
DNS / Problem in the subdomain
« on: March 23, 2015, 11:19:02 PM »
When I create a new site on a subdomain
Works without a problem but that you do dns Restart Apache stops and gives me errors in the file named
What to solve this problem
Works without a problem but that you do dns Restart Apache stops and gives me errors in the file named
What to solve this problem
Pages: [1]