logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How upload web pages with a specific web address
Author
Woobie



Joined: 28 Jul 2021
Posts: 4
Location: Usa Bismarck

PostPosted: Thu 29 Jul '21 15:17    Post subject: How upload web pages with a specific web address Reply with quote

Hey I am New to using Apache, and I have a stupid question how do you upload web pages with a specific web address. I just took over has the I.T. Tech at a library and the last person left no documentation so I am learning all this from scratch. The apache2 system is running on a windows 7 pro box i need to add a page for a domain validation for our ssl cert.

Admin note: changed subject to some meaningful
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Fri 30 Jul '21 9:51    Post subject: Reply with quote

Are there v(irtual) hosts defined in your config?
Back to top
Woobie



Joined: 28 Jul 2021
Posts: 4
Location: Usa Bismarck

PostPosted: Mon 02 Aug '21 20:40    Post subject: Reply with quote

Honestly, I know squat about apache. I would love to find some how to videos.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 02 Aug '21 22:12    Post subject: Reply with quote

We can help you with that.

There should be a bunch of .conf files.

Look for ServerName and DocumentRoot. The DocumentRoot contains the path where the web files are.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 02 Aug '21 22:14    Post subject: Reply with quote

An example https://gist.githubusercontent.com/JBlond/3d58a1a2e66ce0e42413d9015377a72c/raw/5de5e1394c7bbd3b07136b34098efd722967f8a8/example.conf
Back to top
Woobie



Joined: 28 Jul 2021
Posts: 4
Location: Usa Bismarck

PostPosted: Tue 03 Aug '21 17:13    Post subject: Reply with quote

I found the Documentroot and it's set to htdocs so what i thought i had to do was add a folder in there and a subfolder then put the txt file in it. This is for domain verification.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 03 Aug '21 20:46    Post subject: Reply with quote

Yes, you can put there a file for the verification.
Add the file and see if you can open the URL in your browser.
Back to top
Woobie



Joined: 28 Jul 2021
Posts: 4
Location: Usa Bismarck

PostPosted: Wed 04 Aug '21 16:17    Post subject: Reply with quote

I have it added but the site won't open in chrome i get an error 404 The requested URL /.well-known/pki-validation was not found on this server.
Back to top


Reply to topic   Topic: How upload web pages with a specific web address View previous topic :: View next topic
Post new topic   Forum Index -> Apache