Open links in new tab
  1. Unable to access Apache webserver from local home network

    Oct 8, 2019 · I am running an Apache web server on a desktop machine running Trisquel 8 (based on Ubuntu). I would like to make the server accessible to other machines/devices on my local network, …

  2. linux - How to determine which webserver is installed with no ...

    Dec 9, 2018 · In Linux, how can I see what webserver has been installed? Assuming the server is fully accessible (sudoer/wheel or root), first you need to check for ports open for any webserver.

  3. linux - Using openssl to get the certificate from a server - Stack Overflow

    If the remote server is using SNI (that is, sharing multiple SSL hosts on a single IP address) you will need to send the correct hostname in order to get the right certificate.

  4. Why is the root directory on a web server put by default in "/var/www"?

    The end "user" (sysadmin if its a server) can do as she wants and put the web site wherever. I've been putting websites in /home/pub or /home/web since before there was /srv. But if I were to distribute a …

  5. Web Server for testing on Linux - Stack Overflow

    Jan 22, 2010 · I am looking for a simple easy to use lightweight Web server ( linux/Ubuntu Koala ) for testing some web apps. On Windows I used Web Savant ( which was rather easy, just enter the html …

  6. Simple command line HTTP server - Unix & Linux Stack Exchange

    Pure bash: A web server in a shell script. Also, you'll need xinetd (I believe available in any distro) to listen port and run the script when needed, so you don't have to code tcp stack etc in bash.

  7. Access a web server which is running on WSL (Windows Subsystem for ...

    For most (but not all) web development tasks where you need to access your app from another machine on the network, WSL1 will be better at networking and will run your application and tools just fine. …

  8. How do I change the root directory of an Apache server?

    May 5, 2011 · Now restart or reload the server with command sudo service apache2 restart. Now Apache serves files from directory example.com at localhost on default port of 80. The a2ensite …

  9. Running ASP.Net on a Linux based server - Stack Overflow

    Java web applications (.jsp and servlets) can run on many server platforms. Question: Will a .NET web application be able to run in a Linux based server? Considering the scenario of not being able to use …

  10. How to check if a web server is reachable in Linux?

    Dec 11, 2023 · Generally, if you want to set up a monitoring system for services, go with someone that someone else already wrote. If you need things to observe multiple servers, notify you via mail or …