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-27, 22:44:22

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

Pages: 1 [2] 3
16
Kloxo-MR Technical Helps / Re: Tweaks with config.
« on: 2013-02-22, 01:34:37 »
the number of apache processes are starting, i even had 30 visits per second it started 60-80

17
Kloxo-MR Technical Helps / Re: Tweaks with config.
« on: 2013-02-22, 00:58:52 »
where is the file located?

i think is apache related not php, because even images are loading bad

18
Kloxo-MR Technical Helps / Re: Tweaks with config.
« on: 2013-02-21, 23:29:24 »
same problem, now is not loading worst, with default configuration, what can i do?

19
Kloxo-MR Technical Helps / Re: cronjobs
« on: 2013-02-21, 17:30:52 »
the crond is not working on my server, i added manualy on /etc/crontab and on kloxo and is not working
*/1 * * * * root /usr/local/bin/php /home/admin/dir/test.php

20
Kloxo-MR Technical Helps / Re: Tweaks with config.
« on: 2013-02-21, 02:33:18 »
now works well

21
Kloxo-MR Technical Helps / Re: Tweaks with config.
« on: 2013-02-21, 02:23:42 »
i change as you config, and same thing
only mysql is not as yours

i used default apache setting

same thing very bad lod time


22
Kloxo-MR Technical Helps / Re: Tweaks with config.
« on: 2013-02-21, 02:00:20 »
i have a light site, statis is delivered by nginx

i have 2x@3ghz 1gb (2gb burst) ram

i added on httpd.conf when i worked very bad

Code: [Select]
<IfModule worker.c>
    StartServers        20
    MaxClients          1500
    MinSpareThreads     10
    MaxSpareThreads     20
    ThreadsPerChild     250
    MaxRequestsPerChild 4000
    ThreadStackSize     81960
    MaxMemFree          200
    SendBufferSize      655360
    ReceiveBufferSize   655360
</IfModule>

my.cnf
[mysqld]
skip-innodb
skip-bdb
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock


user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
#log-bin
log-slow-queries=/var/lib/mysql/slow.log
log=/var/log/mysqlupdate.log

log-error=/var/log/mysqlupdate.log


max_connections = 2000
key_buffer = 512M
myisam_sort_buffer_size = 128M
join_buffer_size = 2M
read_buffer_size = 2M
sort_buffer_size = 4M
table_cache = 5000
thread_cache_size = 268
interactive_timeout = 25
wait_timeout = 7000
connect_timeout = 10
max_allowed_packet = 32M
max_connect_errors = 10
query_cache_limit = 4M
query_cache_size = 32M
query_cache_type = 1
tmp_table_size = 32M


23
Kloxo-MR Technical Helps / Re: Tweaks with config.
« on: 2013-02-21, 01:51:05 »
i need apache config, i use worker
it not pass 5% cpu and the site is veri slow 1-2 visits per second

24
Kloxo-MR Technical Helps / Re: Php not working
« on: 2013-02-19, 18:19:38 »
the error_reporting is not working
 Display Errors is on

25
Kloxo-MR Technical Helps / Re: Apache and Nginx
« on: 2013-02-19, 17:46:55 »
i found out how to do

edit /home/apache/conf/defaults/init.conf
install nginx
edit /etc/nginx/nginx.conf

server
{
listen ip:80;
server_name static.example.com;
root /etc/nginx/html;
index index.php index.html index.htm;
}

26
Kloxo-MR Technical Helps / Apache and Nginx
« on: 2013-02-19, 03:29:58 »
i have 4 ips and and want to have 2 ips with apache and one with nginx, on kloxo 6.1.*, i only modify httpd.conf " listen ip:80 " and only that ip will assign.

if i want to change apache settings what file i need to modify?

27
Romanian Users / Re: Suport tehnic Kloxo in limba romana
« on: 2013-02-19, 03:25:24 »
am un vps cu 4 ip si vreau pe 2 sa fie apache si unul nginx, cum fac, ca pe kloxo 6.1.* mergea direct din httpd.conf sa pun listen ip:80 si pornea numai cu acel ip

28
Kloxo-MR Technical Helps / Re: Php not working
« on: 2013-02-19, 00:44:42 »
i work's thank you very much

29
Kloxo-MR Technical Helps / Re: Php not working
« on: 2013-02-19, 00:39:28 »
Transaction Check Error:
  file /etc/php.ini from install of php54-common-5.4.11-1.ius.el5.i386 conflicts with file from package php53u-common-5.3.21-1.ius.el5.i386
  file /usr/lib/php/modules/curl.so from install of php54-common-5.4.11-1.ius.el5.i386 conflicts with file from package php53u-common-5.3.21-1.ius.el5.i386
  file /usr/lib/php/modules/fileinfo.so from install of php54-common-5.4.11-1.ius.el5.i386 conflicts with file from package php53u-common-5.3.21-1.ius.el5.i386
  file /usr/lib/php/modules/json.so from install of php54-common-5.4.11-1.ius.el5.i386 conflicts with file from package php53u-common-5.3.21-1.ius.el5.i386
  file /usr/lib/php/modules/phar.so from install of php54-common-5.4.11-1.ius.el5.i386 conflicts with file from package php53u-common-5.3.21-1.ius.el5.i386
  file /usr/lib/php/modules/zip.so from install of php54-common-5.4.11-1.ius.el5.i386 conflicts with file from package php53u-common-5.3.21-1.ius.el5.i386
  file /usr/lib/php/modules/pdo.so from install of php54-pdo-5.4.11-1.ius.el5.i386 conflicts with file from package php53u-pdo-5.3.21-1.ius.el5.i386
  file /usr/lib/php/modules/pdo_sqlite.so from install of php54-pdo-5.4.11-1.ius.el5.i386 conflicts with file from package php53u-pdo-5.3.21-1.ius.el5.i386

30
Kloxo-MR Technical Helps / Re: Php not working
« on: 2013-02-19, 00:29:55 »
130218 20:41:07 [Note] /usr/libexec/mysqld: Normal shutdown

130218 20:41:08 [Note] /usr/libexec/mysqld: Shutdown complete

130218 20:41:08  mysqld ended

130218 20:41:08  mysqld started
^G/usr/libexec/mysqld: File '/var/log/mysqlupdate.log' not found (Errcode: 13)
130218 20:41:08 [ERROR] Could not use /var/log/mysqlupdate.log for logging (error 13). Turning logging off for the whole duration of the MySQL server process. To turn it on aga$
130218 20:41:08 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.96-log'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
130218 20:45:41 [Note] /usr/libexec/mysqld: Normal shutdown

130218 20:45:42 [Note] /usr/libexec/mysqld: Shutdown complete

130218 20:45:42  mysqld ended

130218 20:45:42  mysqld started

php is not connecting to mysql server

Pages: 1 [2] 3

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

Page created in 0.031 seconds with 17 queries.

web stats analysis