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:16:07

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

Pages: 1 2 [3] 4 5 6
31
Kloxo-MR Technical Helps / Re: Mysql Security in Kloxo-MR
« on: 2013-08-18, 18:51:54 »
I know what you mean, but that is not secure...

Input a password in plain text ????

The script must ask for the password after is start running ;) not like it is now, that you have to input the password in plain text...

32
Kloxo-MR Technical Helps / Re: To many Pids in phpcgi
« on: 2013-08-18, 18:48:55 »
Ok i know that rewrite rules is a drawback, but in ISPConfig + Nginx we can make specific Nginx setups for each client and we can had the rewrite rules of .htaccess after translate them to nginx language.

Kloxo-MR don't allow this?

33
Kloxo-MR Technical Helps / Re: Mysql Security in Kloxo-MR
« on: 2013-08-18, 18:30:40 »
Before i run "mysql_secure_installation" I have run this script as advised in Kloxo-MR admin, but in Kloxo-MR admin don't states that we need to input the password as plain text in front of the command as you have instructed now.

This is not a good practice to input the password in plain text with the command... this will be saved in command history.

34
Kloxo-MR Technical Helps / Re: To many Pids in phpcgi
« on: 2013-08-18, 18:24:13 »
So Kloxo-MR with Nginx alone as webserver is not suitable for shared hosting? :(

35
So by default innodb is disabled in kloxo?

36
Kloxo-MR Technical Helps / Re: To many Pids in phpcgi
« on: 2013-08-18, 18:06:21 »
I will host E-commerce stores in this VPS and i ma trying to setup a very optimized VPS for performance and security.

After i have all working as i want with Apache i will switch to Apache + Nginx and compare the performance differences.

Finally i will give a try to use Nginx alone and the best performance setup will be used in production ;)

37
Kloxo-MR Technical Helps / Re: Mysql Security in Kloxo-MR
« on: 2013-08-18, 17:59:09 »
Yes i have run it with success.

Code: [Select]
[root@server]# mysql_secure_installation
Set root password? [Y/n] y
New password:
Re-enter new password:
Password updated successfully!
Reloading privilege tables..
 ... Success!


By default, a MySQL installation has an anonymous user, allowing anyone
to log into MySQL without having to have a user account created for
them.  This is intended only for testing, and to make the installation
go a bit smoother.  You should remove them before moving into a
production environment.

Remove anonymous users? [Y/n] y
 ... Success!

Normally, root should only be allowed to connect from 'localhost'.  This
ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n] y
 ... Success!

By default, MySQL comes with a database named 'test' that anyone can
access.  This is also intended only for testing, and should be removed
before moving into a production environment.

Remove test database and access to it? [Y/n] y
 - Dropping test database...
 ... Success!
 - Removing privileges on test database...
 ... Success!

Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.

Reload privilege tables now? [Y/n] y
 ... Success!

Cleaning up...



All done!  If you've completed all of the above steps, your MySQL
installation should now be secure.

Thanks for using MySQL!


[root@server]#

38
Kloxo-MR Technical Helps / Re: To many Pids in phpcgi
« on: 2013-08-18, 17:50:40 »
Many thanks for your quick reply :)

39
Kloxo-MR Technical Helps / Optimize Mysql for performance
« on: 2013-08-18, 17:49:15 »
I use a Linode VPS with 1.5GB of memory and i want to optimize Mysql performance for it.

This VPS will host only e-commerce stores.

I need InnoBD enabled.

What will be the best setup for it?

Code: [Select]
[root@server]# sh /script/sysinfo

A. Kloxo-MR: 6.5.0.f-2013081304

B. OS: CentOS release 6.4 (Final) x86_64

C. Apps:
   1. MySQL: mysql-5.5.29-1.el6.x86_64
   2. PHP: php53u-5.3.27-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.25-1.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.27.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.14.mr.el6.x86_64
   7. Dns: bind-9.9.3-4.P2.el6.x86_64

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

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          1489       1244        244          0         88        554
   -/+ buffers/cache:        601        887
   Swap:          255          0        255

[root@server]#

40
Kloxo-MR Technical Helps / Mysql Security in Kloxo-MR
« on: 2013-08-18, 17:34:03 »
For what seems to me, but i can be wrong, the Kloxo_MR setup script, that we run after installation, don't execute :
Code: [Select]
[root@server]# mysql_secure_installation
Can any body confirm this?

41
Kloxo-MR Technical Helps / To many Pids in phpcgi
« on: 2013-08-18, 17:18:56 »
It is normal to have more than 1 pid running for kloxo-phpcgi ?

Code: [Select]
[root@server etc]# service kloxo status
kloxo-phpcgi (pid 28658 28657 28656 28655 28645) is running...
kloxo-hiawatha (pid  28670) is running...
[root@server-prod etc]#

NOTE: This is a fresh installation and just have 1 domain set as default for the server, but without any site hosted yet.

42
Kloxo-MR Technical Helps / Re: How to Setup DNS Config?
« on: 2013-08-18, 04:53:35 »
As i said in NOTE statement the VPS is from Linode and the Reverse DNS is setup in the VPS Panel (Linode Manager), but i was in doubt if i need to setup anything in this tab.

Thank you for your Help ;)

43
Kloxo-MR Technical Helps / How to Setup DNS Config?
« on: 2013-08-17, 18:20:51 »
Is necessary to setup Dns Config in admin > Reverse DNS > Dns Config ?

How i should proceed to setup this?

NOTE: I have the 2 nameservers running in my server and the Reverse DNS is setup in the hosting provider, that in this case is Linode.

44
Quote from: "MRatWork"
Simscan-toaster (need by clamav-toaster) not installing by default. Need install separately.

Can you make this install by default with your Kloxo-MR installation or setup script?

Or perhaps add it to the installation instructions in github?

Quote from: "MRatWork"
You can see what's all toaster packages with 'yum list *-toaster' and what's installed with 'yum list installed *-toaster'.
Yes i know this from a previous post you have done.

I think that will be more user friendly to not have this error when we try to setup the email server ;)

But this is my 2 cents thoughts  8-)

45
I i am making a fresh install of Centos 6.4 + Kloxo-MR  and i have noticed that this error continue in this last release of Kloxo...

I have installed it as recommended before by @MRatWork and the error have disappeared from the admin panel when setting the configuration for the mail server.

Is not possible to add this to the script that installs the Kloxo-MR?

Pages: 1 2 [3] 4 5 6

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

Page created in 0.07 seconds with 17 queries.

web stats analysis