Re: domain/url -- sort of offtopic!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2020-03-23 at 13:20 -0400, bruce wrote:
> Given that the list appears to be slow today, I'm posting an offtopic
> issue.
> 
> I can create a test website, running centos/apache:
>  http://1.2.3.4/cat.php ; 
> 
>  i'm trying to get to http://test.com/cat.php
> 
> where I use something like cloudflare to implement the domain/url/DNS
> process.
> 
> Anyone have any pointers/docs that have step-by-step actions to do
> this.
> 
> 
> ..  instead of http://1.2.3.4/cat.php  i'm trying for 
> http://test.com/cat.php

I presume you're using that as a faked domain name just for this email,
since it already exists.

a. Your webserver needs to be configured to respond to your specific
hostname, if it uses virtual hostnames to determine which site to
respond to queries with.  If it replies to all queries with the same
site, this doesn't matter.

b. Your DNS server needs to have your domain name pointed at the public
IP of the webserver.

You can do a test run of this on your own computer running Apache, just
put your test domain name into your hosts file, associating it with
your LAN IP address.

e.g. $ cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.1.1 www.example.com  example.com

NB: 192.168.1.1 is *my* LAN IP for one of my PCs, substitute your own. 
And the two example.com domain names are my faked examples.

Now, if your problem purtains to how to configure cloudfare, I don't
know what to advise.  Beyond that they should have help docs.  If
you're stuck part way through their help docs, send us the address for
the help page you're looking at, and tell us where your stuck.


-- 
 
uname -rsvp
Linux 3.10.0-1062.18.1.el7.x86_64 #1 SMP Tue Mar 17 23:49:17 UTC 2020 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux