ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Build WordPress website on a CentOS 6.5 server.

    IT Discussion
    linux php mysql centos wordpress
    10
    118
    40.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch @scottalanmiller
      last edited by

      @scottalanmiller said:

      I just did the install and it "just installed." It didn't request an FTP server or anything like that. None of that dialogue came up. It installed Make instantly with zero fuss. This is a nearly ten year old install.

      Do you, perhaps, not have the entire WordPress directly owned by apache:apache?

      No I do not. I made these directories myself after apache was installed a year ago.
      I then dropped WP into one of them. Let me go fix that.

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @JaredBusch
        last edited by

        @JaredBusch said:

        @scottalanmiller said:

        I just did the install and it "just installed." It didn't request an FTP server or anything like that. None of that dialogue came up. It installed Make instantly with zero fuss. This is a nearly ten year old install.

        Do you, perhaps, not have the entire WordPress directly owned by apache:apache?

        No I do not. I made these directories myself after apache was installed a year ago.
        I then dropped WP into one of them. Let me go fix that.

        Ah, that is quite likely to cause that FTP problem. If it can't save the file itself, it will ask for an alternative method of transferring the file. It's a fallback method to make it easier for people to use on uncontrolled hosting platforms.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          Here are the PHP packages from my working system.....

          -bash-4.1$ rpm -qa | grep -i php
          php-mbstring-5.3.3-27.el6_5.x86_64
          php-pecl-apc-3.1.9-2.el6.x86_64
          php-pdo-5.3.3-27.el6_5.x86_64
          php-gd-5.3.3-27.el6_5.x86_64
          php-xmlrpc-5.3.3-27.el6_5.x86_64
          php-pecl-memcache-3.0.5-4.el6.x86_64
          php-common-5.3.3-27.el6_5.x86_64
          php-mysql-5.3.3-27.el6_5.x86_64
          php-xml-5.3.3-27.el6_5.x86_64
          php-mcrypt-5.3.3-3.el6.x86_64
          phpMyAdmin-3.5.8.2-1.el6.noarch
          php-pear-1.9.4-4.el6.noarch
          php-5.3.3-27.el6_5.x86_64
          php-tidy-5.3.3-27.el6_5.x86_64
          php-php-gettext-1.0.11-3.el6.noarch
          php-PHPMailer-5.2.2-1.el6.noarch
          php-cli-5.3.3-27.el6_5.x86_64

          JaredBuschJ 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @scottalanmiller
            last edited by

            @scottalanmiller well quite a difference..
            [root@web ~]# rpm -qa | grep -i php
            php-pecl-memcache-3.0.5-4.el6.i686
            php-pear-1.9.4-4.el6.noarch
            php-cli-5.3.3-27.el6_5.i686
            php-pspell-5.3.3-27.el6_5.i686
            php-common-5.3.3-27.el6_5.i686
            php-gd-5.3.3-27.el6_5.i686
            php-snmp-5.3.3-27.el6_5.i686
            php-xmlrpc-5.3.3-27.el6_5.i686
            php-devel-5.3.3-27.el6_5.i686
            php-mysql-5.3.3-27.el6_5.i686
            php-xml-5.3.3-27.el6_5.i686
            php-5.3.3-27.el6_5.i686
            php-pdo-5.3.3-27.el6_5.i686
            [root@web ~]#

            1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch
              last edited by

              I have no idea how I installed PHP a year ago. Just a basic setup I am certain as my old static site did not even use PHP except for a couple test scripts. So moving forward.

              chown -R apache:apache daerma.com and all better on that front.

              1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller
                last edited by

                Do you have the EPEL setup?

                1 Reply Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch
                  last edited by

                  @scottalanmiller i do now. just did that actually.

                  1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch
                    last edited by

                    php-PHPMailer also installed php-mbstring. but still no mail. so i'll just go through and match all your php items then try again

                    1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch
                      last edited by

                      got distracted talked to my family..
                      from /var/log/httpd/error_log: sendmail: fatal: chdir /var/spool/postfix: Permission denied
                      THink there be the problem.

                      1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch
                        last edited by

                        one command later...
                        setsebool -P httpd_can_sendmail on

                        all working.

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • T
                          technobabble
                          last edited by

                          Ok, I am using the same version as you, but when I click install theme, it automatically installs.

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @JaredBusch
                            last edited by

                            @JaredBusch said:

                            one command later...
                            setsebool -P httpd_can_sendmail on

                            all working.

                            odd, I've never had to do that one before.

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @technobabble
                              last edited by

                              @technobabble said:

                              Ok, I am using the same version as you, but when I click install theme, it automatically installs.

                              Yeah... we got that fixed already 😉 Folder perms.

                              T 1 Reply Last reply Reply Quote 0
                              • T
                                technobabble @scottalanmiller
                                last edited by

                                @scottalanmiller One of the many differences when installing on a standard linux server vs one with cPanel installed!

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @technobabble
                                  last edited by

                                  @technobabble said:

                                  @scottalanmiller One of the many differences when installing on a standard linux server vs one with cPanel installed!

                                  How email works?

                                  T 1 Reply Last reply Reply Quote 0
                                  • T
                                    technobabble @scottalanmiller
                                    last edited by

                                    @scottalanmiller none of the issues show up when you use cPanel to slice out space on the server for the users domain along with tools. With the standard install of WordPress I don't have to change permissions. Now with Joomla, Zen Cart, and I belive vBulletin, there usually many permission changes to be made.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @technobabble
                                      last edited by

                                      @technobabble said:

                                      @scottalanmiller none of the issues show up when you use cPanel to slice out space on the server for the users domain along with tools. With the standard install of WordPress I don't have to change permissions. Now with Joomla, Zen Cart, and I belive vBulletin, there usually many permission changes to be made.

                                      It's a single change. You download as root and chown to Apache when you deploy it. That's all.

                                      1 Reply Last reply Reply Quote 0
                                      • JaredBuschJ
                                        JaredBusch
                                        last edited by

                                        Well my site is working well, so now it is time for content..

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @JaredBusch
                                          last edited by

                                          @JaredBusch said:

                                          Well my site is working well, so now it is time for content..

                                          Let us know when we can see it 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • JoyJ
                                            Joy
                                            last edited by

                                            Hey Guys..

                                            Finally after a year, Today I tried to set up again a Wordpress on Centos 7.0
                                            LOLS I did it without bothering any IT-ish people here on ML or SW 😑 😑 😑
                                            Haha I'm just happy for myself.
                                            Thank you for the owner of Server @Ambarishrh
                                            This is my proof: http://104.167.112.241/

                                            1 Reply Last reply Reply Quote 4
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 6 / 6
                                            • First post
                                              Last post