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-03-28, 23:06:14

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

Pages: [1] 2 3 ... 10
1
Kloxo-MR Technical Helps / letsencrypt in mail server
« on: 2017-10-05, 20:31:54 »
Can SSL (let's encrypt) be specified for mail?

2
When I open the domain files with the vi editor I have seen an "^ M" appear in the code:

Code: [Select]
<IfModule mod_headers.c>
                Header always set X-Content-Type-Options "nosniff"^M
                Header always set X-XSS-Protection "1;mode=block"^M
                Header always set X-Frame-Options "SAMEORIGIN"^M
                Header always set Access-Control-Allow-Origin "*"
                Header always set X-Supported-By "Kloxo-MR 7.0"
                RequestHeader unset Proxy early
  </IfModule>

I mention it in case it is due to an error when converting/saving the text of the Kloxo forms.

Quote
Clients —  "Username" — Domains — "Userdomain.com" — {Web Features} => General Header (in Apache Format; Blank To Reset)


I have provisionally cleaned the files with a:

Code: [Select]
perl -p -i -e "s/\r//g" /opt/configs/apache/conf/domains/*

3
Kloxo-MR Bugs and Requests / Problem with domains.conf.tpl
« on: 2017-09-22, 19:02:07 »
I have a problem with the file "/opt/configs/apache/tpl/domains.conf.tpl". Inside appears code that gives me critical error.

Code: [Select]
/opt/configs/php-fpm/sock/<?=$phpselected;?>-<?=$sockuser;?>.sock
If I remove the "<?=$phpselected;?>-" it works correctly.

I must have some file without updating correctly that still retains old code. That's why I'd like to ask where it runs-designates the name of the sock. The original file to which it refers.

This is the complete section:

Code: [Select]
<IfModule mod_fastcgi.c>
Alias /<?=$domainname;?>.<?=$count;?>fake "<?=$webdocroot;?>/<?=$domainname;?>.<?=$count;?>fake"
#FastCGIExternalServer "<?=$webdocroot;?>/<?=$domainname;?>.<?=$count;?>fake" \
# -host 127.0.0.1:<?=$fpmport;?> -idle-timeout <?=$timeout;?> -pass-header Authorization
FastCGIExternalServer "<?=$webdocroot;?>/<?=$domainname;?>.<?=$count;?>fake" \
-socket /opt/configs/php-fpm/sock/<?=$phpselected;?>-<?=$sockuser;?>.sock \
-idle-timeout <?=$timeout;?> -pass-header Authorization
<FilesMatch \.php$>
SetHandler application/x-httpd-fastphp
</FilesMatch>
Action application/x-httpd-fastphp /<?=$domainname;?>.<?=$count;?>fake
<Files "<?=$domainname;?>.<?=$count;?>fake">
RewriteCond %{REQUEST_URI} !<?=$domainname;?>.<?=$count;?>fake
</Files>
</IfModule>

4
Kloxo-MR Technical Helps / Public Stats
« on: 2017-09-22, 17:59:50 »
How do I cancel all domain statistics?

By default they are PUBLIC. I would like to remove them or make them inaccessible without having to go domain by domain putting a password ...

5
Each time I make a "cleanup or something similar" it's reinstalled as apache 2.4
(sysinfo=>- Apache: httpd24u-2.4.27-1.ius.centos6.x86_64)
And I have to go back to the control panel to "uncheck/update" it but it always stays marked and always comes back reinstalling ...

6
Kloxo-MR Technical Helps / where do self certificates save?
« on: 2016-11-18, 12:17:21 »
where do self certificates save? I dont find files. Do they save (only) in database?

7
Kloxo-MR Bugs and Requests / Re: LAST UPDATE Break SSL
« on: 2016-11-18, 11:10:46 »
Oh! I thought the kloxo routes (and updated routes) were global

Thanks!

8
Kloxo-MR Bugs and Requests / Re: LAST UPDATE Break SSL
« on: 2016-11-18, 10:18:27 »
every time i do "sh /script/cleanup;" i have the ssl directory error:

Quote
*** Process for HTTPD service ***
  - Process: restart
Stopping httpd:                                            [FAILED]
Starting httpd: Syntax error on line 288 of /opt/configs/apache/conf/domains/mydomain.conf:
SSLCertificateFile: file '/home/kloxo/httpd/ssl/eth0_0___localhost.pem' does not exist or is empty
                                                           [FAILED]

"sh /script/fixssl" doesn´t work

In all domains  (.conf file, mod_ssl.c section) are "/home/kloxo/httpd/ssl/" instead "/home/kloxo/ssl/"

cleanup doesnt remake config files?

9
Ok, i add certificate under domain.   admin — Clients — "myuserdomain" — Domains — "mydomain" — {SSL Certificates}

Now, how do i activate it?

10
On admin, i go to "Resources" section, and pick SSL Certificates.

But, here, i cant upload SSL Cert or TXT certificate, only can add a self signed cert.


i want upload a certificate to put in "Resources" IP Addresses » SSL Configuration.

How i do it?

11
Kloxo-MR Bugs and Requests / Re: sh /script/ problem
« on: 2016-06-02, 16:37:23 »
Crontab doesn't work either. I put cronjob and it log:

Quote
Stopping php-fpm (PHP Used): [  OK  ]
Parando httpd: [  OK  ]

- For help, type '/script/restart-web [--help|-h]'

12
Kloxo-MR Bugs and Requests / Re: sh /script/ problem
« on: 2016-06-02, 16:31:28 »
it is strange, in webmin console "it works", but in PuTTY doesnt work.
In crontab doesn't work.


Some "scripts" work in webmin:

Quote
> sh /script/restart-web

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

*** Process for HTTPD service ***
  - Process: restart
Parando httpd: [  OK  ]
Iniciando httpd: [  OK  ]
-------------------------------------------------------------------

- For help, type '/script/restart-web [--help|-h]'
>  sh /script/restart-dns

*** Process for BIND service ***
  - Process: restart
Deteniendo named: .[  OK  ]
Iniciando named: [  OK  ]
-------------------------------------------------------------------

- For help, type '/script/restart-dns [--help|-h]'

13
Kloxo-MR Bugs and Requests / Re: LAST UPDATE Break SSL
« on: 2016-06-02, 15:48:17 »
it doesn't wotk ...

14
Kloxo-MR Bugs and Requests / Re: sh /script/ problem
« on: 2016-06-02, 11:56:27 »
it is the same  :(

15
Kloxo-MR Bugs and Requests / sh /script/ problem
« on: 2016-06-02, 09:45:17 »
 I dont know why but  "/script/restart-all" and "/script/restart-web" ..."dns" (etc) do not work properly.


It do stop services but it don't start them again  :o


sh /script/restart-all
Quote
Desactivando el generador de registros del sistema:        [  OK  ]
Deteniendo named: .                                        [  OK  ]
Stopping php-fpm (PHP Used):                               [  OK  ]
Parando httpd:                                             [  OK  ]
Stopping qmail-toaster: svscan qmail logging.
qmail-send: no process killed
Parando pure-ftpd:                                         [  OK  ]
Stopping kloxo-phpcgi:                                     [  OK  ]
Stopping kloxo-hiawatha:                                   [  OK  ]

- For help, type '/script/restart-all [--help|-h]'


sh /script/sysinfo
Quote
A. Control Panel:
   - Kloxo-MR: 7.0.0.b-2016060105
   - Web: hiawatha-10.2.0-f.7.mr.el6.x86_64
   - PHP: php54s-5.4.40-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.8 (Final) x86_64
   - Hostname: mydomain.mydomain.com
C. Services:
   1. MySQL: MariaDB-server-10.0.25-1.el6.x86_64
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el6.x86_64
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.40-1.ius.el6
        * php55m-5.5.24-1.ius.el6
        * php56m-5.6.8-1.ius.el6
      - Used: --Use PHP Branch--
   3. Web Used: apache
     - Hiawatha: --unused--
     - Lighttpd: --uninstalled--
     - Nginx: --uninstalled--
     - Httpd: httpd-2.2.31-1.mr.el6.x86_64
       - PHP Type: php-fpm_event
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: bind
     - Bind: bind-9.9.7-1.mr.el6.x86_64
     - DJBDns: --uninstalled--
     - NSD: --uninstalled--
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.19.mr.el6.x86_64
      - spam: spamassassin

Pages: [1] 2 3 ... 10

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

Page created in 0.051 seconds with 20 queries.

web stats analysis