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

    ownCloud Routing

    IT Discussion
    11
    198
    58.3k
    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.
    • alex.olynykA
      alex.olynyk
      last edited by

      I followed the directions in https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-centos-7
      now apache wont start
      any ideas?0_1456254680478_Capture.PNG

      1 Reply Last reply Reply Quote 0
      • coliverC
        coliver
        last edited by coliver

        Do you have the port you are using defined in two different locations? Did you do a systemctl stop httpd before trying to restart it?

        alex.olynykA 1 Reply Last reply Reply Quote 0
        • alex.olynykA
          alex.olynyk @coliver
          last edited by

          @coliver i changed the listen port from 8080 to 80 as it everyone asked why I didnt leave it on 80

          scottalanmillerS coliverC 2 Replies Last reply Reply Quote 0
          • coliverC
            coliver
            last edited by

            It's complaining about port 443 though.

            1 Reply Last reply Reply Quote 0
            • alex.olynykA
              alex.olynyk
              last edited by

              then added port 80 to firewalld

              1 Reply Last reply Reply Quote 1
              • scottalanmillerS
                scottalanmiller @alex.olynyk
                last edited by

                @alex.olynyk said:

                @coliver i changed the listen port from 8080 to 80 as it everyone asked why I didnt leave it on 80

                Yeah, changing ports is best only when there is a solid reason, should not be done casually. It's a trivial thing, but just "one more" potential point for a problem and just... why? 🙂

                1 Reply Last reply Reply Quote 0
                • coliverC
                  coliver @alex.olynyk
                  last edited by

                  @alex.olynyk said:

                  @coliver i changed the listen port from 8080 to 80 as it everyone asked why I didnt leave it on 80

                  Good, I was going to comment on it but figured you had a reason for it to be that way.

                  1 Reply Last reply Reply Quote 0
                  • alex.olynykA
                    alex.olynyk
                    last edited by

                    I just did a clean install of CentOS and setup virtual hosts as described in this document. https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-centos-7
                    I did not change any ports. I restarted Apache and I still get this0_1456263276917_Capture.PNG

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

                      Doing anything to Apache on your ownCloud server is WRONG.

                      There is no need to do anything in apache (unless you are adding SSL).

                      Here are my setup instructions for ownCloud on CentOS.
                      They need a little minor updating, but work 100% if you leave SELinux disabled.

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

                        There is a single damned setting that will fix the URL. I told you to set it in the other post.

                        You have not listened to a damned thing I suggested, so I stopped helping.

                        1 Reply Last reply Reply Quote 0
                        • alex.olynykA
                          alex.olynyk
                          last edited by

                          Thanks for all your help Jared and thanks for the setup instructions.

                          JaredBuschJ 1 Reply Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @alex.olynyk
                            last edited by JaredBusch

                            @alex.olynyk said:

                            Thanks for all your help Jared and thanks for the setup instructions.

                            The piece you need to set are in the followup post on using SSL soI will put them here for you.

                            Add the DNS name to the trusted domains array

                            1 => 'owncloud.domain.com',
                            

                            updated the overwrite.cli.url to use the DNS name

                            'overwrite.cli.url' => 'https://owncloud.domain.com/owncloud',
                            
                            1 Reply Last reply Reply Quote 0
                            • JaredBuschJ
                              JaredBusch
                              last edited by

                              Go into your DNS server at each site and add a record for owncloud.domain.com pointing to the internal IP address of your owncloud box.

                              Go into your public DNS host and add an a record pointing back to your public IP.

                              Setup port forwarding on your firewall for port 80 to go to the internal IP of your owncloud box.

                              1 Reply Last reply Reply Quote 1
                              • alex.olynykA
                                alex.olynyk
                                last edited by

                                Port forwarding is working. Thank you.

                                I added an A record on my public DNS host pointing back to the public IP. How long until it goes into effect?

                                A JaredBuschJ scottalanmillerS 3 Replies Last reply Reply Quote 0
                                • A
                                  Alex Sage @alex.olynyk
                                  last edited by

                                  @alex.olynyk Should be almost instant.

                                  Did you run ipconfig /flushdns on your client?

                                  1 Reply Last reply Reply Quote 0
                                  • alex.olynykA
                                    alex.olynyk
                                    last edited by

                                    Yes

                                    1 Reply Last reply Reply Quote 0
                                    • JaredBuschJ
                                      JaredBusch @alex.olynyk
                                      last edited by

                                      @alex.olynyk said:

                                      Port forwarding is working. Thank you.

                                      I added an A record on my public DNS host pointing back to the public IP. How long until it goes into effect?

                                      Did you put in the local IP in your local DNS?

                                      You should never rely on NAT Hairpinning

                                      scottalanmillerS alex.olynykA 2 Replies Last reply Reply Quote 1
                                      • scottalanmillerS
                                        scottalanmiller @alex.olynyk
                                        last edited by

                                        @alex.olynyk said:

                                        I added an A record on my public DNS host pointing back to the public IP. How long until it goes into effect?

                                        It technically goes into effect immediately. But it takes a bit to converge. But generally I see 99% of things converged in under 15 minutes.

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

                                          @JaredBusch said:

                                          Did you put in the local IP in your local DNS?

                                          This is very important, you can't skip this step.

                                          JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 1
                                          • JaredBuschJ
                                            JaredBusch @scottalanmiller
                                            last edited by JaredBusch

                                            @scottalanmiller said:

                                            @JaredBusch said:

                                            Did you put in the local IP in your local DNS?

                                            This is very important, you can't skip this step.

                                            He also never stated that he fixed his ownCloud config.php either. I listed 3 clear steps. He said he did step 3.

                                            alex.olynykA 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 9
                                            • 10
                                            • 3 / 10
                                            • First post
                                              Last post