Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-29, 00:35:54

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

Pages: 1 2 [3] 4 5 ... 11
31
Just sent you a PM

32
It says there are no packages marked for update.

33
Ok, I'm trying to update now. Apache won't start either since update this morning.

34
I was using NGINX proxy, but am now getting this error:

Code: [Select]
*** Process for NGINX service ***
  - Process: restart
Stopping nginx:                                            [FAILED]
Starting nginx: nginx: [emerg] the "http2" parameter requires ngx_http_v2_module in /opt/configs/nginx/conf/globals/listen_ssl_default.conf:1
                                                           [FAILED]
-------------------------------------------------------------------
and this is what i get with lighttpd
Code: [Select]
*** Process for LIGHTTPD service ***
  - Process: restart
Starting lighttpd: 2016-06-05 14:43:52: (configfile.c.974) source: /opt/configs/           lighttpd/conf/globals/switch_standard.conf line: 29 pos: 5 parser failed somehow            near here: }
2016-06-05 14:43:52: (configfile.c.974) source: cat /opt/configs/lighttpd/conf/d           efaults/*.conf line: 36 pos: 1 parser failed somehow near here: (EOL)
2016-06-05 14:43:52: (configfile.c.974) source: /etc/lighttpd/conf.d/~lxcenter.c           onf line: 2 pos: 14 parser failed somehow near here: (EOL)
2016-06-05 14:43:52: (configfile.c.974) source: /etc/lighttpd/lighttpd.conf line           : 133 pos: 1 parser failed somehow near here: (EOL)
                                                           [FAILED]

I have tried switching between servers, but none of them seem to be working anymore.

Thoughts?

Also, what is 'Web-Selected' "Font end vs Back end" under web features?

35
Thank you! Replacing the hiawatha.conf did the trick! I'm back !

36
Still no luck. Won't start and still no PHPMyAdmin. I have also tried running upcp a few times but it doesn't seem to finish. I get a few errors like "Transaction size changed - this means we are doing the same transaction as we were before. Aborting"

What now?

37
I don't know if it matters, but both servers were updated from the original Kloxo.

38
How do I fix that? Also this is from the master server. Is this one correct?

Code: [Select]

[root@BIGHOST ~]# cat /usr/local/lxlabs/kloxo/init/hiawatha.conf
# Hiawatha main configuration file
# Convictions Hosting Custom - September 9th

ServerString = Hiawatha_for_Kloxo-MR

ServerId = lxlabs
ConnectionsTotal = 2048
ConnectionsPerIP = 64
SystemLogfile = /var/log/hiawatha/system.log
GarbageLogfile = /var/log/hiawatha/garbage.log
ExploitLogfile = /var/log/hiawatha/exploit.log
ErrorLogfile = /var/log/hiawatha/error.log
AccessLogfile = /var/log/hiawatha/access.log

MaxUrlLength = 65536

PIDfile = /usr/local/lxlabs/kloxo/init/kloxo-hiawatha.pid

ChallengeClient = 300, httpheader, 60

BanOnGarbage = 300
BanOnMaxPerIP = 60
BanOnMaxReqSize = 300
KickOnBan = yes
RebanDuringBan = yes

ThreadPoolSize = 50

CGIhandler = /usr/bin/perl:pl
CGIhandler = /usr/bin/perl:cgi
CGIhandler = /usr/bin/php54s-cgi:php
CGIhandler = /usr/bin/python:py
CGIhandler = /usr/bin/ruby:rb
CGIhandler = /usr/bin/ssi-cgi:shtml
#CGIextension = php

#CGIwrapper = /usr/sbin/cgi-wrapper

ExecuteCGI = yes
WaitForCGI = yes

MinTLSversion = TLS1.0

FastCGIserver {
        FastCGIid = PHP5
        #ConnectTo = 127.0.0.1:39000
        ConnectTo = /usr/local/lxlabs/kloxo/init/kloxo-phpcgi.sock
        Extension = php
        SessionTimeout = 3600
}

MimetypeConfig = hiawatha-mimetype.conf

UrlToolkit {
        ToolkitID = block_shellshock
        #Header * \(\)\s*\{ DenyAccess
        Header User-Agent \(\)\s*\{ DenyAccess
        Header Referer \(\)\s*\{ DenyAccess
}

UrlToolkit {
        ToolkitID = findindexfile
        Match ^([^?]*)/(\?.*)?$ Rewrite $1/index.php$2 Continue
        RequestURI isfile Return
        Match ^([^?]*)/index\.php(\?.*)?$ Rewrite $1/index.html$2 Continue
        RequestURI isfile Return
        Match ^([^?]*)/index\.html(\?.*)?$ Rewrite $1/index.htm$2 Continue
        RequestURI isfile Return
        Match ^([^?]*)/index\.htm(\?.*)?$ Rewrite $1/$2 Continue
}

Directory {
        DirectoryID = static_file
        Path = /
        Extensions = css,eot,gif,htm,html,ico,jpeg,jpg,js,otf,pdf,png,ps,psd,svg,swf,ttf,txt,woff,woff2
        ExpirePeriod = 1 weeks
}

Binding {
        BindingId = port_nonssl
        Port = 7778
        #Interface = 0.0.0.0
        MaxKeepAlive = 3600
        TimeForRequest = 3600
        MaxRequestSize = 2096128
        MaxUploadSize = 2047
}

Binding {
        BindingId = port_ssl
        Port = 7777
        #Interface = 0.0.0.0
        MaxKeepAlive = 3600
        TimeForRequest = 3600
        MaxRequestSize = 2096128
        MaxUploadSize = 2047
        #RequiredCA = /usr/local/lxlabs/kloxo/etc/program.ca
        TLScertFile = /usr/local/lxlabs/kloxo/etc/program.pem
}

## CF - no need for Virtual Host, all default to this:
Hostname = 0.0.0.0, ::
Alias = /.well-known/acme-challenge:/var/run/acme/acme-challenge
WebsiteRoot = /usr/local/lxlabs/kloxo/httpdocs
StartFile = index.php
SecureURL = no
UseFastCGI = PHP5
UseToolkit = block_shellshock, findindexfile
UseDirectory = static_file
TimeForCGI = 3600
ErrorHandler = 401:/error/401.html
ErrorHandler = 403:/error/403.html
#ErrorHandler = 404:/error/404.html
ErrorHandler = 404:/theme/lbin/sitepreview.php
ErrorHandler = 501:/error/501.html
ErrorHandler = 503:/error/503.html[root@BIGHOST ~]#

39
Code: [Select]
cat /usr/local/lxlabs/kloxo/init/hiawatha.conf
# Hiawatha main configuration file
# Convictions Hosting Custom - September 9th

ServerString = Hiawatha_for_Kloxo-MR

ServerId = lxlabs
ConnectionsTotal = 2048
ConnectionsPerIP = 64
SystemLogfile = /usr/local/lxlabs/kloxo/log/hiawatha-system.log
GarbageLogfile = /usr/local/lxlabs/kloxo/log/hiawatha-garbage.log

MaxUrlLength = 65536

PIDfile = /usr/local/lxlabs/kloxo/init/kloxo-hiawatha.pid

ChallengeClient = 300, httpheader, 60

BanOnGarbage = 300
BanOnMaxPerIP = 60
BanOnMaxReqSize = 300
KickOnBan = yes
RebanDuringBan = yes

ThreadPoolSize = 50

#CGIhandler = /opt/php53s/usr/bin/php-cgi:php
#ExecuteCGI = yes
WaitForCGI = yes

MinSSLversion = TLS1.0

FastCGIserver {
        FastCGIid = PHP5
        #ConnectTo = 127.0.0.1:39000
        ConnectTo = /usr/local/lxlabs/kloxo/init/kloxo-phpcgi.sock
        Extension = php
}

MimetypeConfig = hiawatha-mimetype.conf

UrlToolkit {
        ToolkitID = block_shellshock
        #Header * \(\)\s*\{ DenyAccess
        Header User-Agent \(\)\s*\{ DenyAccess
        Header Referer \(\)\s*\{ DenyAccess
}

UrlToolkit {
        ToolkitID = findindexfile
        Match ^([^?]*)/(\?.*)?$ Rewrite $1/index.php$2 Continue
        RequestURI isfile Return
        Match ^([^?]*)/index\.php(\?.*)?$ Rewrite $1/index.html$2 Continue
        RequestURI isfile Return
        Match ^([^?]*)/index\.html(\?.*)?$ Rewrite $1/index.htm$2 Continue
        RequestURI isfile Return
        Match ^([^?]*)/index\.htm(\?.*)?$ Rewrite $1/$2 Continue
}

UrlToolkit {
        ToolkitID = expire_needed
        Match .*\.jpg$ Expire 1 weeks
        Match .*\.png$ Expire 1 weeks
        Match .*\.gif$ Expire 1 weeks
        Match .*\.css$ Expire 1 weeks
        Match .*\.js$ Expire 1 weeks
        Match .*\.gif$ Expire 1 weeks
        Match .*\.eot$ Expire 1 weeks
        Match .*\.svg$ Expire 1 weeks
        Match .*\.ttf$ Expire 1 weeks
        Match .*\.ico$ Expire 1 weeks
}

Binding {
        BindingId = port_nonssl
        Port = 7778
        #Interface = 0.0.0.0
        MaxKeepAlive = 3600
        TimeForRequest = 3600
        MaxRequestSize = 102400
        ## not able more than 100MB; hiawatha-9.3-2 able until 2GB
        MaxUploadSize = 2000
}

Binding {
        BindingId = port_ssl
        Port = 7777
        #Interface = 0.0.0.0
        MaxKeepAlive = 3600
        TimeForRequest = 3600
        MaxRequestSize = 102400
        ## not able more than 100MB; hiawatha-9.3-2 able until 2GB
        MaxUploadSize = 2000
        #RequiredCA = /usr/local/lxlabs/kloxo/etc/program.ca
        SSLcertFile = /usr/local/lxlabs/kloxo/etc/program.pem
}

## CF - no need for Virtual Host, all default to this:
Hostname = 0.0.0.0
WebsiteRoot = /usr/local/lxlabs/kloxo/httpdocs
StartFile = index.php
AccessLogfile = /usr/local/lxlabs/kloxo/log/hiawatha-access.log
ErrorLogfile = /usr/local/lxlabs/kloxo/log/hiawatha-error.log
SecureURL = no
UseFastCGI = PHP5
UseToolkit = block_shellshock, findindexfile, expire_needed
TimeForCGI = 3600
ErrorHandler = 401:/error/401.html
ErrorHandler = 403:/error/403.html
#ErrorHandler = 404:/error/404.html
ErrorHandler = 404:/theme/lbin/sitepreview.php
ErrorHandler = 501:/error/501.html
ErrorHandler = 503:/error/503.html[root@slave1 ~]#


40
I have suddenly lost the ability to use PhpMyAdmin on my slave server which is where all the MySQL databases reside. I think it is because Hiawatha won't start. Does PhpMyAdmin run Hiawatha in Kloxo? Below are some the error I get.

Code: [Select]
sh /script/restart -y

This is a Slave Server. Operate it at the Master server.
Stopping kloxo-phpcgi:                                     [FAILED]
Starting kloxo-phpcgi ('php54s' in 'fpm' mode):            [  OK  ]
Starting kloxo-hiawatha: Syntax error in hiawatha.conf on line 30.
                                                           [FAILED]
-------------------------------------------------------------------


Code: [Select]
sh /script/restart-web

*** Process for PHP-FPM service ***
  - Process: restart
Stopping php-fpm:                                          [  OK  ]
Starting php-fpm:                                          [  OK  ]
-------------------------------------------------------------------

*** Process for HIAWATHA service ***
  - Process: restart
Stopping Hiawatha web server:                              [FAILED]
Starting Hiawatha web server: Error loading X.509 CA certificate from /home/klox                             o/httpd/ssl/eth0___localhost.ca: PK - Read/write of file failed (-0x3E00)
                                                           [FAILED]
-------------------------------------------------------------------


41
I'm going to start a new thread as this one no longer is about php54 dependencies.

42
I think it's because Hiawatha isn't running at all on slave. Is that was phpmyadmin uses?

43
Kloxo-MR Technical Helps / Re: Kloxo Problem
« on: 2016-04-19, 05:53:10 »
Just adding my two cents. I was having this issue frequently and it appears to be attached to 'Webserver Configure' -> 'PHP Used'.  Make sure you have the version of php you want to use selected as opposed to "--Use PHP Branch--".  It fixed it for me without having to run fixweb again.

44
Any thoughts?

45
Says the site cannot be reached. Do you have any time today? I really need to get this working.

Pages: 1 2 [3] 4 5 ... 11

MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.055 seconds with 17 queries.

web stats analysis