{"id":600,"date":"2011-01-18T10:36:35","date_gmt":"2011-01-18T10:36:35","guid":{"rendered":"http:\/\/www.esds.co.in\/blog\/?p=600"},"modified":"2014-03-18T12:44:15","modified_gmt":"2014-03-18T12:44:15","slug":"install-apache-php-mysql","status":"publish","type":"post","link":"https:\/\/www.esds.co.in\/blog\/install-apache-php-mysql\/","title":{"rendered":"Install Apache+PHP+MySQL"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-601\" title=\"Install-Apache-PHP-MySQL\" alt=\"\" src=\"https:\/\/www.esds.co.in\/blog\/wp-content\/uploads\/2011\/01\/Install-Apache-PHP-MySQL.jpg\" width=\"675\" height=\"135\" \/><\/p>\n<p>In the latest Linux distributions so-called RedHat based distributions installation ligament <strong>Apache+PHP+MySQL<\/strong> presents no special problems. But, as always, sometimes there are little pitfalls that often confuse novice admins, owners of <strong>dedicated servers<\/strong>, and programmers.<\/p>\n<p>We describe this process as an example with Fedora Core 4.<\/p>\n<p>We go to the server as root and type the following commands:<br \/>\nyum install httpd (this we have established in apache);<br \/>\nyum install PHP (this we have established in php);<br \/>\nyum install mysql-Server (this we have established in mysql);<\/p>\n<p><strong>and the final touch:<\/strong><\/p>\n<p>yum install php-mysql<br \/>\nwithout this bunch of php + mysql will not work.<\/p>\n<p>The default is typically not installed in GD libraries (often used by various scripts) and mbstring (the library require phpmyadmin). For this, we collect the following commands:<\/p>\n<p>yum install php-mbstring<br \/>\nyum install php-gd<\/p>\n<p>Also, I am still faced with the fact that the characters of other languages appear as question marks. This is because the Apache force indicates all files to UTF-8. This can be fixed in the configuration file of httpd.conf .<\/p>\n<p><strong>Look there are lines:<\/strong><\/p>\n<p># Specify a default charset for all content served; this enables<br \/>\n# Interpretation of all content as UTF-8 by default. To use the<br \/>\n# Default browser choice (ISO-1 eight thousand eight hundred and fifty-nine), or to allow the META tags<br \/>\n# In HTML content to override this choice, comment out this<br \/>\n# Directive:<\/p>\n<p># AddDefaultCharset UTF-8<\/p>\n<p>And check that before AddDefaultCharset UTF-8 always stood the pound sign.<\/p>\n<p>Here&#8217;s the secret installation. Now write ntsysv and put an asterisk in front of emerging service httpd and mysqld to ensure that these services are started automatically after reboot.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the latest Linux distributions so-called RedHat based distributions installation ligament Apache+PHP+MySQL presents no special problems. But, as always, sometimes there are little pitfalls that often confuse novice admins, owners of dedicated servers, and programmers. We describe this process as an example with Fedora Core 4. We go to the server as root and type&#8230; <\/p>\n<div class=\"clear\"><\/div>\n<p><a href=\"https:\/\/www.esds.co.in\/blog\/install-apache-php-mysql\/\" class=\"gdlr-button small excerpt-read-more\">Read More<\/a><\/p>\n","protected":false},"author":5,"featured_media":601,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[6],"tags":[159,155,36,157,156,158],"class_list":["post-600","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dedicated-server-hosting","tag-adddefaultcharset","tag-apache","tag-linux","tag-mysql","tag-php","tag-redhat"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/posts\/600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/comments?post=600"}],"version-history":[{"count":14,"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/posts\/600\/revisions"}],"predecessor-version":[{"id":5018,"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/posts\/600\/revisions\/5018"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/media\/601"}],"wp:attachment":[{"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/media?parent=600"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/categories?post=600"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esds.co.in\/blog\/wp-json\/wp\/v2\/tags?post=600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}