About 684,000 results
Open links in new tab
  1. How do I set up the simplest HTTP local server? - Ask Ubuntu

    Dec 18, 2018 · if you have npm globally, install http-server globaly, then you can do in any directory in your terminal http-server to serve the files in localhost. (Default port 8080 but use -p to configure the …

  2. How to easily start a webserver in any folder? - Ask Ubuntu

    And you can compile and install it on any other Linux. Yes, it's not built-in into Ubuntu and not so easy to install but this may be useful if you still want a small footprint web server but bb-httpd doesn't fit your …

  3. How to use Ubuntu Desktop as a Web Server

    Mar 20, 2022 · Both Ubuntu Desktop and Server use the very same packages for this. That said, if you dual-boot, be aware that your web server will disappear when you’re running Windows.

  4. How to access/view local web server via public IP? - Ask Ubuntu

    Feb 14, 2023 · Make sure port 3000 is forwarded to the Ubuntu server's internal IP address in the home router. This will allow anyone from outside the home LAN access the web server. The instructions …

  5. server - How do you restart Apache? - Ask Ubuntu

    Jun 2, 2016 · I switched from SLES to Ubuntu and now I want to restart my local server. In SLES I used: rcapache2 restart but this seems not to work in Ubuntu. How do I restart Apache?

  6. ssl - Enable HTTPS on my server - Ask Ubuntu

    Jan 27, 2023 · I have a Ubuntu Server running an application that I can access through my web browser at http://x.x.x.x:8500. I want to enable the HTTPS protocol on this server.

  7. Where is apache web root directory on Ubuntu? [duplicate]

    Oct 11, 2015 · Closed 9 years ago. On Ubuntu Trusty, which is the apache root directory for web pages?

  8. networking - Web server on local network - Ask Ubuntu

    4 I have problem accessing (one of my) web server from my local network. I have a (Ubuntu) computer that that acts as router, web server etc. That works well, I can access the web server both externally …

  9. What server control panels are available for Ubuntu Server?

    Aug 17, 2013 · 15 As a dedicated Ubuntu server or as a VPS, I am looking for a web control panel, something like cPanel which is something like a web administrator for a server.

  10. php - Change directory of Ubuntu www web server? - Ask Ubuntu

    Actually ubuntu does not have a defult web folder. /var/www/html is your web servers default path. If you are using LAMP stack your webserver is apache so you need to go to apache's defaut settings and …