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

Pages: 1 [2] 3 4
16
I've tried, but no luck for me.

But I can confirm Apache 2.4.37 was active and suPHP 0.7.2

Not sure if it is important.
But i also changed the webserver from apache -> ngnix + apache

17
Alright, seems i found out the problem. (For me).
Under Webserver Settings -> Apache Rebuild, i noticed i was running. Apache 2.4.37 & suPHP 0.7.2
Just because i had some weird feeling, that there was another (hidden?) process running, i tried downgrading this to: Apache 2.4.34 & suPHP 0.7.2

Took not so long after this downgrade did finish.
Result; all my websites are working again and referring to the correct home folders.

Hope this will work for you aswell!

18
I just wanted to create a ticket for this to..
The reason for this, is that is that all requests are getting into the folder "/usr/local/apache".
And not in the folder under the username.
Just checked that a few weeks ago. Was hoping that this would have been solved, but so far this issue is still there.

19
Suggestions / xVarnish
« on: March 22, 2017, 05:37:41 PM »
is there something planned to make like xVarnish for CWP?
Would be nice and handy =]
https://repo.xvarnish.com/

20
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: March 22, 2017, 05:07:58 PM »
Just tried to update my version.
Got the next error:
Code: [Select]
  inflating: phpMyAdmin-4.6.6-all-languages/themes/pmahomme/layout.inc.php
 extracting: phpMyAdmin-4.6.6-all-languages/themes/pmahomme/screen.png
  inflating: phpMyAdmin-4.6.6-all-languages/themes/pmahomme/sprites.lib.php
  inflating: phpMyAdmin-4.6.6-all-languages/themes/sprites.css.php
  inflating: phpMyAdmin-4.6.6-all-languages/themes/svg_gradient.php
  inflating: phpMyAdmin-4.6.6-all-languages/transformation_overview.php
  inflating: phpMyAdmin-4.6.6-all-languages/transformation_wrapper.php
  inflating: phpMyAdmin-4.6.6-all-languages/url.php
  inflating: phpMyAdmin-4.6.6-all-languages/user_password.php
  inflating: phpMyAdmin-4.6.6-all-languages/version_check.php
  inflating: phpMyAdmin-4.6.6-all-languages/view_create.php
  inflating: phpMyAdmin-4.6.6-all-languages/view_operations.php
Seems like something went wrong
If you have problem with CWP try run cwpsrv.sh restore

Now get this error:
502 Bad Gateway

nginx/1.10.3

This last error is solved by rebuilding vhost

21
PHP Selector / Re: PHP 7 & IntlDateFormatter
« on: December 07, 2016, 07:11:20 PM »
check if php INTL is installed or not

php-intl.x86_64 is installed.
{edit}
same for:
intltool.noarch perl-libintl.x86_64

22
PHP Selector / PHP 7 & IntlDateFormatter
« on: December 05, 2016, 05:37:58 PM »
Hello All,

Having a fight with this for the last few days.
Cannot get my magento 2 site to work.
I did recompile the latest version of php 7.
Just having the following issue.
[error] [client 192.168.146.1] PHP Fatal error:  Class 'IntlDateFormatter' not found in /home/<site>/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 93

Have tried to recompile it with several different strings (seems for php 7 the intl has to be compiled on a different way).
Anyone can help me with this?

23
CentOS-WebPanel Bugs / Re: Apache + Varnish not work
« on: October 22, 2016, 07:48:03 AM »
Same problem over here.
Just created a new topic about it, then saw yours.

24
CentOS-WebPanel Bugs / Varnish & phpMyAdmin
« on: October 22, 2016, 07:46:42 AM »
Running CWP version: 0.9.8.70
Did enable Varnish.
Once trying to start phpMyAdmin from a user or root client, getting the following error:

Error 503 Service Unavailable

Service Unavailable

Guru Meditation:

XID <number>

Varnish cache server

Guess thats not normal behaviour? :)

I just see that there is another topic about it too:
http://forum.centos-webpanel.com/centos-webpanel-bugs/apache-varnish-not-work/

25
CentOS 6 Problems / Home partition suddenly changed size
« on: April 15, 2016, 04:45:32 PM »
Hi all,

I got a random weird problem.
Yesterday i was messing with CWP again.
I suddenly noticed that my home partition changed size and is full now.
Code: [Select]
[root@server01 ~]# lsblk
NAME                           MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sdb                              8:16   0 59.6G  0 disk
└─sdb1                           8:17   0 59.6G  0 part
sda                              8:0    0 59.6G  0 disk
├─sda1                           8:1    0  500M  0 part /boot
└─sda2                           8:2    0 59.1G  0 part
  ├─vg_server01-lv_root (dm-0) 253:0    0 48.5G  0 lvm  /
  ├─vg_server01-lv_swap (dm-1) 253:1    0    6G  0 lvm  [SWAP]
  └─vg_server01-lv_home (dm-2) 253:2    0  4.7G  0 lvm  /home
sr0                             11:0    1 1024M  0 rom

As you can  see, suddenly my home partition is 4.7 GB. This was always 59.x.
Is there any way i can change this back to the old situation?

Since these:
Code: [Select]
├─vg_server01-lv_root (dm-0) 253:0    0 48.5G  0 lvm  /
  ├─vg_server01-lv_swap (dm-1) 253:1    0    6G  0 lvm  [SWAP]
  └─vg_server01-lv_home (dm-2) 253:2    0  4.7G  0 lvm  /home
are LVM's i think i can unmount them, then readd the space of lv_root to lv_home?

26
CentOS Configuration / Re: GDlib
« on: December 23, 2015, 01:31:59 PM »
Yep, totally done that.
Having the same issue btw when installing TYPO3:

Code: [Select]
PHP GD library jpg support missing
GD must be compiled with jpg support. This is essential for TYPO3 CMS to work properly.

Code: [Select]
PHP GD library freetype support missing
Some core functionality and extension rely on the GD to render fonts on images. This support is missing in your environment. Install it.

Code: [Select]
PHP GD library freetype2 support missing
The core relies on GD library compiled into PHP with freetype2 support. This is missing on your system. Please install it.

27
MySQL / Re: MySQL 5.6
« on: December 21, 2015, 08:15:04 AM »
What problem you are facing now?
I managed to upgrade to 5.6 without any major problems (except pure-ftpd is not working anymore)

28
CentOS Configuration / GDlib
« on: December 21, 2015, 07:10:22 AM »
Hi all,

I am using php 7 and trying to install magento 2.
During the install i get this:
[ERROR] exception 'Exception' with message 'Warning: call_user_func() expects parameter 1 to be a valid callback, function 'imagecreatefromjpeg' not found or invalid function name in /home/magento2/public_html/vendor/magento/framework/Image/Adapter/Gd2.php on line 63' in /home/magento2/public_html/vendor/magento/framework/App/ErrorHandler.php:61

I have the gdlib and imagemagick installed, but i guess i have to add them when compiling php 7?

29
iptables / Re: Iptables Started Problem
« on: December 17, 2015, 05:39:18 PM »
Try this once your server is booted:
iptables -I OUTPUT -p tcp --dport 2030 -j ACCEPT

30
SSL / Re: letsencrypt.org implementation
« on: December 06, 2015, 09:56:14 AM »
Funny to see this thread.
I just added this to suggestions for CWP.

Pages: 1 [2] 3 4