How to Install an Apache Web Server on Raspberry Pi

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024
  • ХоббиХобби

Комментарии • 48

  • @keithmiller9665
    @keithmiller9665 3 года назад +3

    Hi from the UK, just came across your ‘5 Easy Steps to Host Multiple Websites on an Apache Web Server’ page, really good, which led me here. I really like that you make the terminal and the font large. I am watching this video on a mini iPad and so this really important. Very impressed with your content so far. Subscribed !

  • @snowythebudgie9674
    @snowythebudgie9674 2 года назад +1

    tysm, it worked! as a windows user, i was about to give up on using my pi as a server after I found out xampp didn’t have support for aarch64 but this was so easy!

  • @whanauarikinui
    @whanauarikinui Месяц назад

    Thanks Tony
    Im reintegrating in IT hence IT Administrator using open source software
    This was great

  • @danlahat9300
    @danlahat9300 3 года назад +4

    Thank you so much Tony, your videos helps me a lot!

  • @anglingaddicts4951
    @anglingaddicts4951 3 года назад +2

    Thanks for the simple tutorial.

  • @Freakhealer
    @Freakhealer Год назад +3

    do you have or plan to do a follow up video? i seen in the comments explaining the forward port to make it public, and some people ask for more complex websites, i wouldnt use a single file website, and would want it public, maybe you could do a project website (no need to show how to do the website) and keep it public, explain the pros and cons of hosting in such way.. thanks

  • @deemaal-sabaawi8111
    @deemaal-sabaawi8111 Год назад

    Amazing love it u made it so easy to understand

  • @lechsiz1642
    @lechsiz1642 2 года назад +1

    I JUST watched your other video on LAMP, then wondered if it'd be different on a Pi (that whole arm thing).

    • @TonyTeachesTech
      @TonyTeachesTech  2 года назад

      Installation of LAMP should not be different on Pi

  • @Error_404_Account_Deleted
    @Error_404_Account_Deleted 9 месяцев назад

    You had me at Old Bay

  • @bullyhomestead7232
    @bullyhomestead7232 2 года назад +2

    I know these are short videos but please in the future slow down and explain the little things like how to leave the systemctl literally skipped over it without telling us how to leave it

    • @bullyhomestead7232
      @bullyhomestead7232 2 года назад

      if you are having trouble like me press "q" after end to leave systemctl

    • @TonyTeachesTech
      @TonyTeachesTech  2 года назад +1

      Will try to do this in future videos!

    • @Glasshopper
      @Glasshopper 2 года назад

      I pause a lot.

  • @fvgoya
    @fvgoya 3 года назад +1

    Why some people install httpd instead Apache? Love your content man.

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад +1

      I think httpd is what it's called on RedHat while it's apache2 on Ubuntu (and Debian)

  • @masonbeams2352
    @masonbeams2352 2 года назад

    I am getting series of 404 errors when I use the commands you've shown. What could be going wrong?

  • @MysticWorldsStudios
    @MysticWorldsStudios Год назад

    i got a 403 error when i tried your permissions setup saying i dont have permissions to access?

  • @prabhudattabhuyan7128
    @prabhudattabhuyan7128 2 года назад +1

    Can we create an application server using raspberry pi?

    • @coagulatedsalts4711
      @coagulatedsalts4711 2 года назад

      i assume so, but it'd probably be very laggy, especially if you are using the 32-bit OS

  • @Exendes
    @Exendes 2 года назад

    Hey i was wondering if i could host a website on my raspberry pi and visit it by typing the ip adress in my browser but does the ip change every reboot

    • @TonyTeachesTech
      @TonyTeachesTech  2 года назад

      On a local network you can access your Pi's website by it's internal IP address. Unless you give your Pi a static IP address, it is subject to change on reboot

    • @Exendes
      @Exendes 2 года назад

      @@TonyTeachesTech ok and what if i want to visit my rasberry pi website on the internet anywhere in the world. Is it possible to do that and also change the IP address of my website whenever i want

    • @TonyTeachesTech
      @TonyTeachesTech  2 года назад

      @@Exendes Check out this video for accessing your Pi over the internet ruclips.net/video/AFeye1zLpFo/видео.html
      You have control over changing the internal IP of the Pi but not the external IP

  • @satishkumarojha5377
    @satishkumarojha5377 3 года назад

    Please make a video on cloudflare 421 error 🙏🙏🙏

  • @wildporg
    @wildporg Год назад

    Hi, how do you enable ssl?

  • @gargoyled_drake
    @gargoyled_drake 2 года назад +1

    i think on this subject, there are missing guides, examples and instructions on how to actually edit the webpage for different needs, like how to add a video, photos, headlines, colors, spaces maybe even something like comments and what not.
    there are a ton of instruction on how to install it and how to port forward, but haven't been able to find a tutorial on how to actually make it look good.

    • @TonyTeachesTech
      @TonyTeachesTech  2 года назад +2

      This is just a video for installing the software. Not about website design

    • @gargoyled_drake
      @gargoyled_drake 2 года назад

      @@TonyTeachesTech but that's what i'm saying, not this video, but this subject, there arent really any guides examples on how to actually use it.

    • @Freakhealer
      @Freakhealer Год назад

      @@gargoyled_drake you mean how to use a website? if you do the website this software hosts your pretty website, try search an easy website framework like ruby or blazor do your website then add the project to the folder, i am not experienced hope to do one soon but the server is not the website

  • @Aaron-zq2qd
    @Aaron-zq2qd 3 года назад +1

    How do I make my apache server public

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад +1

      You will need to forward the ports on your router to map port 80 on your router to port 80 on your Raspberry Pi. Every router is different, so you'll need to Google your router's name followed by "port forwarding"

    • @Aaron-zq2qd
      @Aaron-zq2qd 3 года назад

      @@TonyTeachesTech what I have done is add new port on 80 for my raspberry pi on the router and it says the port has been closed

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад

      @@Aaron-zq2qd Did you associate port 80 on your router with the IP address of you Raspberry Pi?

    • @davidkingsley8940
      @davidkingsley8940 3 года назад +1

      @@Aaron-zq2qd your ISP might be blocking the port, but, if you go into the Apache config files, you can tell Apache to listen for a different port...like, say, port 8085 for example.

    • @Aaron-zq2qd
      @Aaron-zq2qd 3 года назад

      @@davidkingsley8940 OK I will try that thanks

  • @is6031
    @is6031 3 года назад +1

    Sike, why would you install apache on already low performance system? NGINX FTW

  • @lefablabdequoy8301
    @lefablabdequoy8301 3 года назад

    petit projet perso de serveur APACHE RPI pour station meteo ARDUINO : ruclips.net/video/4vGV18UcRBk/видео.html