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, 00:41:11

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

Pages: 1 2 [3] 4 5 6
31
HI MR.

Please guide me how i can do this...

i have 3 domains .com .net .org with same name like mydomain. i have a dedicated server with hardware now my question is how i can do this with kloxomr panel..

any users hit mydomian.com  or  mydomian.net or mydomian.org should open same website .

32
Mr why not admin panel like this ..free

http://almsaeedstudio.com/AdminLTE/

33
Kloxo-MR Technical Helps / website getting 502 error
« on: 2015-02-12, 08:18:50 »
Hi Mr..

my client site getting every 5 mints 502 Error i need to restart services then it will works, iam using 6.5.0 and apache or nginx proxy both get same problem even nginx..

we have traffic of
Online now: 525 (Members: 317, Guests: 208)

34

how can i fix this errorr to install mysql-devel, iam using kloxomr 6.5

Quote
[root@server ~]# yum install mysql-devel
Loaded plugins: fastestmirror, priorities, protectbase, replace
Setting up Install Process
Loading mirror speeds from cached hostfile
 * Webmin: webmin.mirror.somersettechsolutions.co.uk
 * base: centos.mirrors.ovh.net
 * extras: mirror-fr2.bbln.org
 * mratwork-epel: mirror-fr2.bbln.org
 * mratwork-ius-stable: lon.mirror.rackspace.com
 * updates: mirror-fr2.bbln.org
0 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
---> Package mysql-devel.x86_64 0:5.1.73-3.el6_5 will be installed
--> Processing Dependency: mysql = 5.1.73-3.el6_5 for package: mysql-devel-5.1.7    3-3.el6_5.x86_64
--> Running transaction check
---> Package mysql.x86_64 0:5.1.73-3.el6_5 will be installed
--> Processing Dependency: mysql-libs = 5.1.73-3.el6_5 for package: mysql-5.1.73    -3.el6_5.x86_64
--> Running transaction check
---> Package mysql-libs.x86_64 0:5.1.73-3.el6_5 will be installed
--> Processing Conflict: mysql55-5.5.41-2.ius.el6.x86_64 conflicts mysql < 5.5
--> Processing Conflict: mysql55-libs-5.5.41-2.ius.el6.x86_64 conflicts mysql-li    bs < 5.5
--> Finished Dependency Resolution
Error: mysql55-libs conflicts with mysql-libs-5.1.73-3.el6_5.x86_64
Error: mysql55 conflicts with mysql-5.1.73-3.el6_5.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@server ~]#

35
hi mr..

iam trying to switching from nginx to apache i tried all still iam geting  apache not started

i even tried to nginxproxy still apache  wont start but nginx start

36
Kloxo-MR Technical Helps / nginx http to https
« on: 2014-12-05, 04:08:12 »
hi mr..

just moved my server to clouldflare free flexi ssl  everything works fine..but how to redirect http to https all traffic iam using nginx ..

Quote

A. Kloxo-MR: 6.5.0.f-2014102601

B. OS: CentOS release 6.6 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.40-2.ius.el6.x86_64
   2. PHP: php54-5.4.35-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.29-1.mr.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.7.8-1.el6.ngx.x86_64
   6. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.17.mr.el6.x86_64
   7. Dns: bind-9.9.5-1.el6.x86_64

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

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:         13932        863      13069         12         34        418
   -/+ buffers/cache:        410      13521
   Swap:            0          0          0

[root@server script]#



37
hi mr..

i  just installed comodo ssl to client  chrome works good but firefox dont show ssl and give error ssl .so i raised ticket to comodo they told to remove nginxproxy and switch to normal apache and then after ssl works both browsers..they told its problem in  our nginxproxy ..

what to do now, its tested with another client server too they also face same problem and nginx works good .


38
how to install APC (Alternate PHP Cache) on kloxomr 6.5.0.


39
Kloxo-MR Technical Helps / nginx rewrite for friendly ulr
« on: 2014-10-25, 11:01:27 »
hi mr,

my forum guys said me to add Nginx Rewrites for Xenforo Friendly Urls, so they told us to add code inside nginx so please let me out on this where i can add this..

Nginx

To enable friendly URLs in Nginx, you must put the following in your server configuration:

Code: [Select]
location /xf/ {
try_files $uri $uri/ /xf/index.php?$uri&$args;
index index.php index.html;
}

location /xf/internal_data/ {
internal;
}
location /xf/library/ {
       internal;
}

location ~ \.php$ {
try_files $uri =404;
fastcgi_pass    127.0.0.1:9000;
fastcgi_param   SCRIPT_FILENAME $document_root$fastcgi_script_name;
include         fastcgi_params;
}

40
Kloxo-MR Bugs and Requests / Poodlebleed bug
« on: 2014-10-19, 09:32:21 »
hi mr..

how can we disable ssl3  in mr panel .. to fix for Poodlebleed bug.

41
iam getting this error continuously.. forum have 500 users online and 12k to 15 users visit 

server reached MaxClients setting, consider raising the MaxClients setting

42
Kloxo-MR Technical Helps / new mysql update
« on: 2014-10-11, 07:26:27 »
hi mr..

when i run yum update i can see new mysql  is it safe to update  or i need to take backup of mysql so that no loss of data..

Quote
[root@server script]# yum update
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * Webmin: download.webmin.com
 * base: centos.cubiculestudio.com
 * extras: centos.mirror.gtcomm.net
 * mratwork-epel: mirrors.mit.edu
 * mratwork-ius-stable: mirror.symnds.com
 * updates: less.cogeco.net
0 packages excluded due to repository protections
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package kloxomr-thirdparty-phpmyadmin.noarch 0:4.0.10.4-1.mr will be update                 d
---> Package kloxomr-thirdparty-phpmyadmin.noarch 0:4.0.10.4-2.mr will be an upd                 ate
---> Package mysql55.x86_64 0:5.5.39-1.ius.el6 will be updated
---> Package mysql55.x86_64 0:5.5.40-1.ius.el6 will be an update
---> Package mysql55-libs.x86_64 0:5.5.39-1.ius.el6 will be updated
---> Package mysql55-libs.x86_64 0:5.5.40-1.ius.el6 will be an update
---> Package mysql55-server.x86_64 0:5.5.39-1.ius.el6 will be updated
---> Package mysql55-server.x86_64 0:5.5.40-1.ius.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version          Repository                       Size
================================================================================
Updating:
 kloxomr-thirdparty-phpmyadmin
                  noarch 4.0.10.4-2.mr    mratwork-release-neutral-noarch 7.8 M
 mysql55          x86_64 5.5.40-1.ius.el6 mratwork-ius-stable             9.1 M
 mysql55-libs     x86_64 5.5.40-1.ius.el6 mratwork-ius-stable             786 k
 mysql55-server   x86_64 5.5.40-1.ius.el6 mratwork-ius-stable             9.6 M

Transaction Summary
================================================================================
Upgrade       4 Package(s)

Total download size: 27 M
Is this ok [y/N]: n
Exiting on user Command
[root@server script]#

43
any fixes we need to install for this.. when i run  yum update.. i dont find any updates for bash..

https://access.redhat.com/articles/1200223
https://access.redhat.com/solutions/1207723
https://access.redhat.com/articles/1200223
[CentOS-announce] CESA-2014:1293 Critical CentOS 6 bash Security Update

44
Kloxo-MR Technical Helps / internal dummy connection
« on: 2014-10-03, 12:53:16 »
hi Mr..

i just moved one client from apache to nginx proxy everything works fine before he was facing not able to post topics, now its fixed  but we are getting every 10mints ngixn error page site becomes very slow like some one doing ddos attacks.. we see logs and saw

Error image of logs
[img]http://i.gyazo.com/e3cc5f0e31b6b3c797471f693341e4f5.png[.img] so i checked with command to see packets from which IP ..

[root@esxi1 script]# netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

3322 127.0.0.1


so what do you think happend, if i restart [sh restart-web]  it works  but same problem after sometime


45
Kloxo-MR Technical Helps / this web page has a direct loop
« on: 2014-10-01, 05:37:35 »
hi mr..

we moved to new server from old.. old server has apache webserver i wanted to use nginx  for new server so i tried to switch to nginx to server after moving copying

i get error, but i switch to apache it works , even nginx proxy also works but my application not supported with nginx  please help on to switch to nginx to use

Pages: 1 2 [3] 4 5 6

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

Page created in 0.094 seconds with 18 queries.

web stats analysis