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.


Topics - pixelpadre

Pages: 1 2 3 [4] 5 6
46
CentOS-WebPanel GUI / admin panel slow to load
« on: May 05, 2019, 12:50:04 AM »
Lately my latest install is not able to completely load admin GUI.  I usually have to do a page reload to get the panel to load.  My other sites are showing the same latency.

One thing I did notice is that I do not have a swap memory indicated on the admin panel right margin even though I do have 256MB swap memory.

Happens in IE and chrome and FF

47
SSL / Strange hostname-ssl file
« on: May 04, 2019, 11:09:29 AM »
Something strange happened, which caused chaos with my certs.

When I installed CWP I was asked for primary domain. 

In the past, it made no difference which domain I used.  In fact, I even used bogus.com in the past with no problem.

But now, it makes a very big difference. 

During install, I used my domain from my other server, (which I am being forced to abandon because CWP has expired files and will no longer update).  The NEW install, then created a hostname-ssl file.....BUT..BUT.....BUT...the NEW install created a hostname-ssl file and populated the IP address by a DNS LOOKUP. 

Guess what.....the NEW INSTALL created a hostname-ssl file with my OLD SERVER IP ADDRESS because DNS resolved to the old server IP address.   Bad Bad boy!  This  created big problems and big headaches.

If I look at primary domain name it showed the old server IP address.  I was able to edit the IP address, but I dont know how to edit primary domain associated with account.

48
Installation / pages dont load after install
« on: April 11, 2019, 10:50:49 PM »
Im getting the index.html  display from  /usr/local/apache/htdocs directory.  I cant figure out why its not working.  One thing I did notice is the vhost.conf file is blank.  On past versions there was an include line.  Is the vhost.conf file supposed to be blank?

I cant even read a text file in any of my website directories.  With url mydomain.com/test.txt all I get is the cwp test page.  This isnt my first rodeo as the saying goes.  I have been using cwp for a few years now and have installed many times.

49
CentOS 7 Problems / White screen admin login
« on: April 05, 2019, 07:16:51 PM »
 I can not login to admin.  I get a white screen and 500 error.

I ran update and got this

encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired

can I simply copy cron.php from my other install to fix the problem?

http://myip gives me the standard http test page.  All websites work normal.

Ver 98.740



50
CentOS 6 Problems / White screen admin login
« on: April 05, 2019, 06:38:05 PM »
I can not login to admin.  I get a white screen and 500 error.

I ran update and got this

encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired

can I simply copy cron.php from my other install to fix the problem?

51
E-Mail / Port 25 blocked, Im not using port 25
« on: March 14, 2019, 12:19:25 AM »
I am not using port 25 but all of my emails are bouncing back with message :25 connection refused.  I am using Imap ports exclusively.  Why are emails coming back to me after I blocked 25 on CSF?

52
SSL / admin login says insecure site (.740)
« on: February 12, 2019, 10:12:16 PM »
even though there is a valid cert for my host name, when I got to login I get the dreaded message saying site is not secure.  However on my .750 version there is no problem.

Can not run update manually because ie7.txt file is not accessable from shell.

53
CentOS-WebPanel GUI / Broken dashboard
« on: February 12, 2019, 08:59:16 PM »
My dashboard is AFU..    http://glacierpark.com/rect4147.png

54
CentOS 7 Problems / autossl missing ip address
« on: February 12, 2019, 03:49:03 PM »
I am using .750 version.....

I tried to upload a pic but apparently we are not permitted to attach pics here.

Anyway, the ip box is missing on the AutoSSL page and consequently I cant get a ssl certificate.  Also, message pops up saying domain is not pointing to this server....which is wrong.


55
SSL / http not forwarding to https
« on: January 08, 2019, 01:57:34 PM »
cwp domains not forwarding to https.  Direct https works fine though.

I use htaccess to fix.

56
CentOS-WebPanel Bugs / Cannot install imagick
« on: December 06, 2018, 01:25:00 PM »
I tried to install imagemagick was not successful.

Code: [Select]
CWP Imagick Installer
################################

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.linode.com
 * epel: mirror.compevo.com
 * extras: mirrors.linode.com
 * updates: mirrors.linode.com
Package ImageMagick-6.7.8.9-15.el7_2.x86_64 already installed and latest version
Package ImageMagick-devel-6.7.8.9-15.el7_2.x86_64 already installed and latest v                                                                                       ersion
Package ImageMagick-perl-6.7.8.9-15.el7_2.x86_64 already installed and latest ve                                                                                       rsion
Nothing to do
--2018-12-06 08:08:53--  http://pecl.php.net/get/imagick-3.1.0RC2.tgz
Resolving pecl.php.net (pecl.php.net)... 104.236.228.160
Connecting to pecl.php.net (pecl.php.net)|104.236.228.160|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 93264 (91K) [application/octet-stream]
Saving to: ‘imagick-3.1.0RC2.tgz’

100%[======================================>] 93,264      --.-K/s   in 0.08s

2018-12-06 08:08:54 (1.05 MB/s) - ‘imagick-3.1.0RC2.tgz’ saved [93264/93264]

Configuring for:
PHP Api Version:         20160303
Zend Module Api No:      20160303
Zend Extension Api No:   320160303
ln: failed to create symbolic link ‘/usr/local/include/ImageMagick’: File exists
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/m                                                                                       ain -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/inc                                                                                       lude/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-n                                                                                       on-zts-20160303
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate                                                                                        PHP parsers.
checking for gawk... gawk
checking whether to enable the imagick extension... yes, shared
checking whether to enable the imagick GraphicsMagick backend... no
checking ImageMagick MagickWand API configuration program... found in /usr/bin/M                                                                                       agickWand-config
checking if ImageMagick version is at least 6.2.4... found version 6.7.8 Q16
checking for MagickWand.h header file... found in /usr/include/ImageMagick/wand/                                                                                       MagickWand.h
checking PHP version is at least 5.1.3... yes. found 7.1.0
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libra                                                                                       ries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la       modules/* libs/*
/bin/sh /usr/local/src/imagick-3.1.0RC2/libtool --mode=compile cc  -I. -I/usr/lo                                                                                       cal/src/imagick-3.1.0RC2 -DPHP_ATOM_INC -I/usr/local/src/imagick-3.1.0RC2/includ                                                                                       e -I/usr/local/src/imagick-3.1.0RC2/main -I/usr/local/src/imagick-3.1.0RC2 -I/us                                                                                       r/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM                                                                                        -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/                                                                                       php/ext/date/lib -I/usr/include/ImageMagick  -DHAVE_CONFIG_H  -g -O2   -c /usr/l                                                                                       ocal/src/imagick-3.1.0RC2/imagick_file.c -o imagick_file.lo
mkdir .libs
 cc -I. -I/usr/local/src/imagick-3.1.0RC2 -DPHP_ATOM_INC -I/usr/local/src/imagic                                                                                       k-3.1.0RC2/include -I/usr/local/src/imagick-3.1.0RC2/main -I/usr/local/src/imagi                                                                                       ck-3.1.0RC2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/                                                                                       include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/u                                                                                       sr/local/include/php/ext/date/lib -I/usr/include/ImageMagick -DHAVE_CONFIG_H -g                                                                                        -O2 -c /usr/local/src/imagick-3.1.0RC2/imagick_file.c  -fPIC -DPIC -o .libs/imag                                                                                       ick_file.o
/usr/local/src/imagick-3.1.0RC2/imagick_file.c: In function ‘php_imagick_is_url’                                                                                       :
/usr/local/src/imagick-3.1.0RC2/imagick_file.c:52:2: warning: passing argument 2                                                                                        of ‘php_stream_locate_url_wrapper’ from incompatible pointer type [enabled by d                                                                                       efault]
  if (php_stream_locate_url_wrapper(filename, &path_for_open, STREAM_LOCATE_WRAP                                                                                       PERS_ONLY TSRMLS_CC)) {
  ^
In file included from /usr/local/include/php/main/php.h:405:0,
                 from /usr/local/src/imagick-3.1.0RC2/php_imagick.h:40,
                 from /usr/local/src/imagick-3.1.0RC2/imagick_file.c:21:
/usr/local/include/php/main/php_streams.h:565:28: note: expected ‘const char **’                                                                                        but argument is of type ‘char **’
 PHPAPI php_stream_wrapper *php_stream_locate_url_wrapper(const char *path, cons                                                                                       t char **path_for_open, int options);
                            ^
/usr/local/src/imagick-3.1.0RC2/imagick_file.c: In function ‘php_imagick_read_im                                                                                       age_using_php_streams’:
/usr/local/src/imagick-3.1.0RC2/imagick_file.c:156:58: error: ‘ENFORCE_SAFE_MOD                                                                                        ’ undeclared (first use in this function)
  stream = php_stream_open_wrapper(file->filename, "rb", (ENFORCE_SAFE_MODE|IGNO                                                                                       RE_PATH) & ~REPORT_ERRORS, NULL);
                                                          ^
/usr/local/include/php/main/php_streams.h:568:107: note: in definition of macro                                                                                        ‘php_stream_open_wrapper’
 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_w                                                                                       rapper_ex((path), (mode), (options), (opened), NULL STREAMS_CC)
                                                                                                                                                                                                  ^
/usr/local/src/imagick-3.1.0RC2/imagick_file.c:156:58: note: each undeclared ide                                                                                       ntifier is reported only once for each function it appears in
  stream = php_stream_open_wrapper(file->filename, "rb", (ENFORCE_SAFE_MODE|IGNO                                                                                       RE_PATH) & ~REPORT_ERRORS, NULL);
                                                          ^
/usr/local/include/php/main/php_streams.h:568:107: note: in definition of macro                                                                                        ‘php_stream_open_wrapper’
 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_w                                                                                       rapper_ex((path), (mode), (options), (opened), NULL STREAMS_CC)
                                                                                                                                                                                                  ^
make: *** [imagick_file.lo] Error 1
/bin/sh /usr/local/src/imagick-3.1.0RC2/libtool --mode=compile cc  -I. -I/usr/lo                                                                                       cal/src/imagick-3.1.0RC2 -DPHP_ATOM_INC -I/usr/local/src/imagick-3.1.0RC2/includ                                                                                       e -I/usr/local/src/imagick-3.1.0RC2/main -I/usr/local/src/imagick-3.1.0RC2 -I/us                                                                                       r/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM                                                                                        -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/                                                                                       php/ext/date/lib -I/usr/include/ImageMagick  -DHAVE_CONFIG_H  -g -O2   -c /usr/l                                                                                       ocal/src/imagick-3.1.0RC2/imagick_file.c -o imagick_file.lo
 cc -I. -I/usr/local/src/imagick-3.1.0RC2 -DPHP_ATOM_INC -I/usr/local/src/imagic                                                                                       k-3.1.0RC2/include -I/usr/local/src/imagick-3.1.0RC2/main -I/usr/local/src/imagi                                                                                       ck-3.1.0RC2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/                                                                                       include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/u                                                                                       sr/local/include/php/ext/date/lib -I/usr/include/ImageMagick -DHAVE_CONFIG_H -g                                                                                        -O2 -c /usr/local/src/imagick-3.1.0RC2/imagick_file.c  -fPIC -DPIC -o .libs/imag                                                                                       ick_file.o
/usr/local/src/imagick-3.1.0RC2/imagick_file.c: In function ‘php_imagick_is_url’                                                                                       :
/usr/local/src/imagick-3.1.0RC2/imagick_file.c:52:2: warning: passing argument 2                                                                                        of ‘php_stream_locate_url_wrapper’ from incompatible pointer type [enabled by d                                                                                       efault]
  if (php_stream_locate_url_wrapper(filename, &path_for_open, STREAM_LOCATE_WRAP                                                                                       PERS_ONLY TSRMLS_CC)) {
  ^
In file included from /usr/local/include/php/main/php.h:405:0,
                 from /usr/local/src/imagick-3.1.0RC2/php_imagick.h:40,
                 from /usr/local/src/imagick-3.1.0RC2/imagick_file.c:21:
/usr/local/include/php/main/php_streams.h:565:28: note: expected ‘const char **’                                                                                        but argument is of type ‘char **’
 PHPAPI php_stream_wrapper *php_stream_locate_url_wrapper(const char *path, cons                                                                                       t char **path_for_open, int options);
                            ^
/usr/local/src/imagick-3.1.0RC2/imagick_file.c: In function ‘php_imagick_read_im                                                                                       age_using_php_streams’:
/usr/local/src/imagick-3.1.0RC2/imagick_file.c:156:58: error: ‘ENFORCE_SAFE_MOD                                                                                        ’ undeclared (first use in this function)
  stream = php_stream_open_wrapper(file->filename, "rb", (ENFORCE_SAFE_MODE|IGNO                                                                                       RE_PATH) & ~REPORT_ERRORS, NULL);
                                                          ^
/usr/local/include/php/main/php_streams.h:568:107: note: in definition of macro                                                                                        ‘php_stream_open_wrapper’
 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_w                                                                                       rapper_ex((path), (mode), (options), (opened), NULL STREAMS_CC)
                                                                                                                                                                                                  ^
/usr/local/src/imagick-3.1.0RC2/imagick_file.c:156:58: note: each undeclared ide                                                                                       ntifier is reported only once for each function it appears in
  stream = php_stream_open_wrapper(file->filename, "rb", (ENFORCE_SAFE_MODE|IGNO                                                                                       RE_PATH) & ~REPORT_ERRORS, NULL);
                                                          ^
/usr/local/include/php/main/php_streams.h:568:107: note: in definition of macro                                                                                        ‘php_stream_open_wrapper’
 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_w                                                                                       rapper_ex((path), (mode), (options), (opened), NULL STREAMS_CC)
                                                                                                                                                                                                  ^
make: *** [imagick_file.lo] Error 1

extension=imagick.so
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex                                                                                       tensions/no-debug-non-zts-20160303/imagick.so' - /usr/local/lib/php/extensions/n                                                                                       o-debug-non-zts-20160303/imagick.so: cannot open shared object file: No such fil                                                                                       e or directory in Unknown on line 0
Imagick NOT Installed !
[root@libra ~]# http://forum.centos-webpanel.com/php/instal

57
Mod_Security / Cannot turn off modsecurity on domain basis.
« on: November 21, 2018, 11:08:19 PM »
I have a switch to turn off modsecurity for individual domains but I am still logging errors in modsecurity.  Work around was whitelist my ip but thats not a preferred method.  Website users are reporting forbidden errors also on a limited basis.

How do I turn off mod security on domain basis.

58
SSL / https admin login 2031 2087 port
« on: October 10, 2018, 09:30:50 PM »
I have never understood how to login to admin using https.  When I attempt to login i get the old red lock and a message stating that website is not secure.

How do I get https on admin login.?

59
SSL / LETS ENCRYPT RETURNS
« on: June 13, 2018, 01:37:47 PM »
HORRAAY, LETS ENCRYPT HAS RETURNED TO CONTROL PANEL.  THANK YOU ADMIN!!!!

60
SSL / SSL problem www and non-www
« on: June 07, 2018, 01:15:47 PM »
I just created a ssl cert in panel.  Looks good for www.mydomain.com but mydomain.com give me a Insecure Connection message.  Checking on the certificate it shows domain with and without www.

Pages: 1 2 3 [4] 5 6