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

Pages: 1 ... 23 24 [25] 26 27 ... 29
361
Installation / Re: ipv6 errors while setting up
« on: July 19, 2016, 03:09:27 PM »
HERES HOW I MADE IT WORK

IN VHOST CONFIGRUATION FILE I ADDED A SEPARATE WEBSITE FOR IP6.  JUST COPY EACH WEBSITE IN VHOST, PASTE RIGHT BELOW AND THEN CHANGE THE IP4 ADDRESS TO THE IP6 ADDRESS.  DONT FORGET IP6 IS IN  BRACKETS  [   ]

362
Installation / Re: ipv6 errors while setting up
« on: July 19, 2016, 02:47:23 PM »
I would like to know the answer to this question also.  I have tried almost everything I could find on the net and I still cant ping ip6

363
Installation / my.cnf
« on: July 19, 2016, 02:56:07 AM »
Could someone please paste the text from my.cnf here so I can compare it to mine.

Thanks

364
Apache / ipv6 on centos cwp
« on: July 17, 2016, 08:35:48 PM »
Anyone know if centos cwp is automatically configured for ipv6.  If it is not, what are the steps to make ipv6 work properly?

365
Updates / Re: gateway timeout
« on: July 17, 2016, 08:33:58 PM »
Never had the problem for a year.  Seems to me the problem must be on CWP server.

366
Updates / gateway timeout
« on: July 09, 2016, 05:37:22 PM »
I am getting a gateway timeout error every day on cwp update cronjob.

367
Information / Re: ERR_CONNECTION_REFUSED
« on: July 09, 2016, 11:49:18 AM »
I just started getting the same notification also.

368
CentOS-WebPanel Bugs / Re: Cron error - undefined variable
« on: June 20, 2016, 08:16:58 PM »
me too.

369
Apache / Re: Need HTTP/2 support with Apache
« on: June 20, 2016, 01:36:59 PM »
https://blog.bullten.com/upgrade-to-apache-2-4-x-and-suphp-0-7-2-in-centos-web-panel-cwp/

as a partner, this tutorial only works on previous versions of cwp. Bullten have a modified version of cwp and is available only if you purchase vps or dedi from them

Did you add the additional line to vhost file for each domain?
<Directory "/home/USER/public_html">
        AllowOverride All
   Require all granted
</Directory>

370
How to / Re: Fastest Way of Enabling Mod_PageSpeed
« on: June 19, 2016, 11:50:37 PM »
Just discovered that url was wrong.  should be https for tools.

Downloaded tools but  still getting this:
[root@monet git-2.0.4]# make
    GEN perl/PM.stamp
    SUBDIR gitweb
    SUBDIR ../
make[2]: `GIT-VERSION-FILE' is up to date.
    GEN git-instaweb
    SUBDIR git-gui
    MSGFMT    po/bg.msg make[1]: *** [po/bg.msg] Error 127
make: *** [all] Error 2
[root@monet git-2.0.4]#


-bash: gclient: command not found

All ahead stop

371
How to / Re: Fastest Way of Enabling Mod_PageSpeed
« on: June 19, 2016, 11:45:37 PM »
I run into a wall when installing chromium tools


[root@monet git-2.0.4]# make
    GEN perl/PM.stamp
    SUBDIR gitweb
    SUBDIR ../
make[2]: `GIT-VERSION-FILE' is up to date.
    GEN git-instaweb
    SUBDIR git-gui
    MSGFMT    po/bg.msg make[1]: *** [po/bg.msg] Error 127
make: *** [all] Error 2
[root@monet git-2.0.4]# ./configure^C
[root@monet git-2.0.4]#

372
Has anyone found a way to install mod_pagespeed?

373
CentOS-WebPanel Bugs / Re: Disk space 0%
« on: June 18, 2016, 12:36:37 PM »
Igor, please stop posting worthless responses like, great, okay, your welcome, nice, congratulation etc.  They have no value, consume space, bloat threads and slow down crawlers who are indexing threads.

I realize that you are another one of those moderators that wants to get their post count high, but meaningless post are not helping anyone.

In other words, don't reply to this post.

374
CentOS 6 Problems / Re: MySQL Daemon failed to start
« on: June 18, 2016, 12:27:49 PM »
For whatever reason, mysql crash.  Not sure if it was insufficient memory or if it was unnatural intervention by others.

But the way I was able to restart it was to rename the 3 files in mysql directory. (/var/lib/mysql)

ibdata1, ib_logfile0 and  ib_logfile1

Once that are renamed you should be able to shutdown or restart sql.  The bad news is, you may have lost all of your database tables like I did.  In the same directory, peak into one of your database folders and see if the tables are there.  If they are missiing some tables then you are going to have to import your tables from shell if they are large.  I copied the large dbase files into my server /tmp directory and then used the import command.  The key thing is to have a backup of my sql.  I fortunately had them in my server /backups directory.

375
CentOS 6 Problems / Re: MySQL Daemon failed to start
« on: June 18, 2016, 12:15:34 PM »
Gosh, I never thought of that!  Thanks for the helpful advise.

Pages: 1 ... 23 24 [25] 26 27 ... 29