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-28, 07:20:12

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

Pages: 1 ... 3 4 [5] 6 7
61
Code: [Select]
    location / {
        limit_conn addr 25;

        try_files $uri $uri/ /index.php;
    }
I find at '/home/nginx/conf/globals/php-fpm.conf'. But I do not know how to fix it right. And my server runs multiple websites at once.
Please help me!

62
File config: mydomain.com.conf
Code: [Select]
### begin - web of 'mydomain.com' - do not remove/modify this line


## web for 'mydomain.com'
server {
    listen 0.0.0.0:80;
    listen [::]:80;

    server_name mydomain.com www.mydomain.com;

    index index.php index.html index.shtml index.htm default.htm Default.aspx Default.asp index.pl;

    set $domain 'mydomain.com';

    set $rootdir '/home/userdomain/mydomain.com';

    root $rootdir;

    set $user 'userdomain';


    ## Add clean URLs 05-03-2014
    # location / {
    #    root   /reader;
    #     index  index.php;
    #     error_page 404 = @reader;
    # }

      location @reader {
         rewrite ^(.*)$ /index.php?q=$1 last;
      }

    ## The end


    access_log /home/httpd/mydomain.com/stats/mydomain.com-custom_log main;
    error_log  /home/httpd/mydomain.com/stats/mydomain.com-error_log;

    set $statstype 'awstats';

    include '/home/nginx/conf/globals/awstats.conf';

    set $fpmport '51011';

    include '/home/nginx/conf/globals/php-fpm.conf';

    include '/home/nginx/conf/globals/perl.conf';

    include '/home/nginx/conf/globals/generic.conf';
}


## webmail for 'mydomain.com' handled by ../webmails/webmail.conf


## web for 'mydomain.com'
server {
    listen 0.0.0.0:443;
    listen [::]:443;

    ssl on;
    ssl_certificate /home/kloxo/httpd/ssl/eth0___localhost.crt;
    ssl_certificate_key /home/kloxo/httpd/ssl/eth0___localhost.key;
    ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
    ssl_ciphers HIGH:!aNULL:!MD5;

    server_name mydomain.com www.mydomain.com;

    index index.php index.html index.shtml index.htm default.htm Default.aspx Default.asp index.pl;

    set $domain 'mydomain.com';

    set $rootdir '/home/userdomain/mydomain.com';

    root $rootdir;

    set $user 'userdomain';

    access_log /home/httpd/mydomain.com/stats/mydomain.com-custom_log main;
    error_log  /home/httpd/mydomain.com/stats/mydomain.com-error_log;

    set $statstype 'awstats';

    include '/home/nginx/conf/globals/awstats.conf';

    set $fpmport '51011';

    include '/home/nginx/conf/globals/php-fpm.conf';

    include '/home/nginx/conf/globals/perl.conf';

    include '/home/nginx/conf/globals/generic.conf';
}


## webmail for 'mydomain.com' handled by ../webmails/webmail.conf


### end - web of 'mydomain.com' - do not remove/modify this line



63
Yes. I config like link: https://drupal.org/node/976392
But it not work.

64
My system:
Code: [Select]
A. Kloxo-MR: 6.5.0.f-2014020201

B. OS: CentOS release 5.8 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.36-1.ius.el5
   2. PHP: php53u-5.3.28-1.ius.el5
   3. Httpd: --uninstalled--
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.5.10-1.el5
   6. Qmail: qmail-toaster-1.03-1.3.35.mr.el5
      - with: courier-imap-toaster-4.1.2-1.3.14.mr.el5
   7. Dns: bind-9.9.5-1.el5

I installed drupal 7 to directory 'reader' in my domain; and my drupal site is: mydomain.com/reader.
And how to configure clean URLs in Nginx?
Thanks!

65
Yes!
I'm reset-mysql-root-password in Kloxo-MR control.

66
:(
After 'reset mysql password; add new domain:
Alert: could_not_add_mail [Error - no authentication database connection. Initial open.]

67
Thanks!
After rename all 'run' files inside /var/qmail/supervise/<service> to 'down'. And then run 'sh /script/restart-mail'. Add new domain show error:
Alert: could_not_add_mail [Error - no authentication database connection. Initial open.]...

68
After run 'yum install *-toaster; yum remove clamav* simscan*' and 'sh /script/cleanup'
SSH show error mess:
Code: [Select]
hostname: Unknown host
hostname: Unknown host
hostname: Unknown host
hostname: Unknown host
hostname: Unknown host
hostname: Unknown host

69
Don't uninstall qmail-toaster, but rename all 'run' files inside /var/qmail/supervise/<service> to 'down'. And then run 'sh /script/restart-mail'.

With this trick, qmail-toaster still exists and running but all services (send/smtp/submission/pop3/imap4) already not active.
Ok, but i'm removed qmail-toaster. How to reinstall and fix it like the way you tell me?

70
No options for not use qmail-toaster at this moment. You must installed it.

BTW, what's you mean 'spamming CPU overhead'
Yes, CPU always load 100% because processing qmail-remote 

71
How to fix it without install qmail-toaster?

72
My server is not work email. It is only web server :)
I'm removed qmail-toaster but don't add new domain :(

73
Kloxo-MR Technical Helps / How to uninstall qmail-toaster
« on: 2014-02-28, 12:17:41 »
My system.

Code: [Select]
C. Apps:
   1. MySQL: mysql55-5.5.36-1.ius.el5
   2. PHP: php53u-5.3.28-1.ius.el5
   3. Httpd: --uninstalled--
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.5.10-1.el5
   6. Qmail: qmail-toaster-1.03-1.3.35.mr.el5
      - with: courier-imap-toaster-4.1.2-1.3.14.mr.el5
   7. Dns: bind-9.9.5-1.el5

D. Php-type (for Httpd/proxy):

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          7975       3545       4430          0         38       2811
   -/+ buffers/cache:        695       7280
   Swap:         9983          0       9983

How to uninstall qmail-toaster; because it constantly spamming CPU overhead.
Thanks!

74
Kloxo-MR Technical Helps / Re: Web server show mess error
« on: 2014-02-27, 10:30:32 »
Thanks! After run 'sh /script/fixmail-all'. I'm want stop qmail, but i run 'service qmail stop' not working.

75
Kloxo-MR Technical Helps / Web server show mess error
« on: 2014-02-27, 08:30:38 »
I'm login to web server via ssh. But web server show mess:
Quote
multilog: fatal: unable to switch to current directory: access denied
hostname: Unknow host
Help me :(

Pages: 1 ... 3 4 [5] 6 7

Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.069 seconds with 17 queries.

web stats analysis