skip to Main Content

I’m trying to configure an Apache server but I’m totally new to this.

Do I need to pay for hosting/a web domain to configure Apache?

I just want to run PHP on Debian but I need Apache first I think.

2

Answers


  1. You can use XAMPP. It hosts an apache server on localhost.

    For a custom domain name, you need to pay, but you can use NOIP and port forwarding to make your XAMPP apache server public, but for a custom DNS you need to pay them…

    You can also buy a domain by a hosting service, like one.com.

    https://apachefriends.org

    https://noip.com

    https://one.com

    Login or Signup to reply.
  2. You can add domain you want in hosts file and use it in apache.

    127.0.0.1 my-super-domain.com
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search