Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-17 Thread James B. Byrne
On Thu, August 14, 2014 11:26, John Plemons wrote: If you are looking for another method for mySQL management, then webmin.com works too. Download the RPM package, ver. 1.700, it will allow you to do a great number of tasks remotely via the web. I would advise that if you choose to use

[CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread Matt
Have a Centos 7 minimal openvz container I need to install a LAMP setup on. Does anyone recommend anything and have a link too it? I am guessing Mariadb is the new standard? ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread John Plemons
Just did one myself. Don't forget PHPmyadmin I would also enable the Epel repo, for things like Filezilla, fail2ban and phpmyadmin. They are worthwhile add-ins Your link is http://www.cyberciti.biz/faq/howto-install-linux-apache-mariadb-php-lamp-stack-on-centos7-rhel7/ john On 8/14/2014

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread Valeri Galtsev
On Thu, August 14, 2014 9:41 am, John Plemons wrote: Just did one myself. Don't forget PHPmyadmin And beware that quite noticeable portion of attempts to hack your website aim at phpmyadmin ;-) Valeri Galtsev Sr System Administrator Department of

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread John Plemons
Webmin works too. There is a new release 1.700 that deals with the switch to .service webmin.com john On 8/14/2014 10:47 AM, Valeri Galtsev wrote: On Thu, August 14, 2014 9:41 am, John Plemons wrote: Just did one myself. Don't forget PHPmyadmin And beware that quite noticeable portion

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread Always Learning
On Thu, 2014-08-14 at 09:47 -0500, Valeri Galtsev wrote: And beware that quite noticeable portion of attempts to hack your website aim at phpmyadmin ;-) One good reason to use non-standard ports and restrict access to a very tiny quantity of IP addresses. -- Regards, Paul. England, EU.

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread Matt
Just did one myself. Don't forget PHPmyadmin I would also enable the Epel repo, for things like Filezilla, fail2ban and phpmyadmin. They are worthwhile add-ins Your link is http://www.cyberciti.biz/faq/howto-install-linux-apache-mariadb-php-lamp-stack-on-centos7-rhel7/ john Was looking

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread John Plemons
Yes Here is a link to enable the epel repo http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/ ( It was updated to include CentOS 7 ) If you are looking for another method for mySQL management, then webmin.com works too. Download the RPM package, ver. 1.700, it will

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread Always Learning
On Thu, 2014-08-14 at 11:26 -0400, John Plemons wrote: Here is a link to enable the epel repo http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/ ( It was updated to include CentOS 7 ) This is probably a better link as it provides more choices, for example * EPEL

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread Matt
So EPEL is preferred over rpmforge now days? In past to get clamav and some other packages seemed like I had to use rpmforge. On Thu, Aug 14, 2014 at 10:38 AM, Always Learning cen...@u62.u22.net wrote: On Thu, 2014-08-14 at 11:26 -0400, John Plemons wrote: Here is a link to enable the epel

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread Adam King
To: CentOS mailing list centos@centos.org Sent: Thursday, 14 August, 2014 5:08:33 PM Subject: Re: [CentOS] Instaling LAMP on CentOS 7.x So EPEL is preferred over rpmforge now days? In past to get clamav and some other packages seemed like I had to use rpmforge. On Thu, Aug 14, 2014 at 10:38 AM, Always

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread John R Pierce
On 8/14/2014 1:10 PM, Adam King wrote: Just my opinion but rpmforge was great for CentOS 5 then epel was better for 6.I haven't tested 7 enough to know yet. I used to use rpmforge/repoforge, now I use epel as my 'primary' goto repo for non-base packages. -- john r pierce

Re: [CentOS] Instaling LAMP on CentOS 7.x

2014-08-14 Thread Matt
Have a Centos 7 minimal openvz container I need to install a LAMP setup on. Does anyone recommend anything and have a link too it? I am guessing Mariadb is the new standard? For mysql in past I always added bind-address=127.0.0.1 to my.cnf for bit additional security. This server is dual