<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>apache — Host Boards</title>
        <link>https://hostboards.com/index.php?p=/</link>
        <pubDate>Wed, 29 Jul 2026 11:29:36 +0000</pubDate>
        <language>en</language>
            <description>apache — Host Boards</description>
    <atom:link href="https://hostboards.com/index.php?p=/discussions/tagged/apache/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>How to Install LAMP Stack Linux on Ubuntu 24.04</title>
        <link>https://hostboards.com/index.php?p=/discussion/7698/how-to-install-lamp-stack-linux-on-ubuntu-24-04</link>
        <pubDate>Tue, 19 Nov 2024 09:24:21 +0000</pubDate>
        <category>Tutorials</category>
        <dc:creator>MivoCloud</dc:creator>
        <guid isPermaLink="false">7698@/index.php?p=/discussions</guid>
        <description><![CDATA[<p><strong>Hi, I made a video that will help you install this tool on your server</strong></p>

<p>The LAMP Stack (Linux, Apache, MySQL/MariaDB, and PHP) is a bundle of open-source technologies for building websites and web applications. Each component of LAMP Stack is free, and you can install it for both development and production environments.</p>

<p><span data-youtube="youtube-4vAsJqNw54w?autoplay=1"><a rel="nofollow" href="https://www.youtube.com/watch?v=4vAsJqNw54w"><img src="https://img.youtube.com/vi/4vAsJqNw54w/0.jpg" width="640" height="385" border="0" alt="image" /></a></span></p>

<p><strong>Commands Used:</strong><br />
sudo apt update sudo apt upgrade -y<br />
sudo apt install apache2<br />
sudo systemctl is-enabled apache2<br />
sudo systemctl status apache2<br />
sudo ufw allow 'Apache Full'<br />
sudo ufw status<br />
sudo apt install mariadb-server<br />
sudo systemctl is-enabled mariadb<br />
sudo systemctl status mariadb<br />
sudo mariadb-secure-installation<br />
sudo apt install php libapache2-mod-php php-mysql php-curl php-gd php-json php-intl php-bcmath php-opcache php-apcu php-mbstring php-fileinfo php-xml php-soap php-tokenizer php-zip<br />
sudo nano /etc/php/8.3/apache2/php.ini<br />
sudo systemctl restart apache2<br />
echo "?php phpinfo(); ?"  /var/www/html/info.php<br />
mkdir -p /var/www/mysite/public_html<br />
echo "Welcome to mysite.com"  /var/www/mysite/public_html/index.html<br />
sudo chown -R www-data:www-data /var/www/mysite<br />
sudo nano /etc/apache2/sites-available/mysite.conf</p>

<p>VirtualHost *:80</p>

<p>ServerAdmin admin@mysite.com</p>

<p>ServerName mysite.com<br />
 ServerAlias www.mysite.com</p>

<p>DocumentRoot /var/www/mysite/public_html</p>

<p>ErrorLog ${APACHE_LOG_DIR}/mysite-error.log<br />
 CustomLog ${APACHE_LOG_DIR}/mysite-access.log combined</p>

<p>/VirtualHost</p>

<p>sudo a2ensite mysite.conf<br />
sudo apachectl configtest<br />
sudo systemctl restart apache2</p>
]]>
        </description>
    </item>
    <item>
        <title>Apache vs. Nginx vs Litespeed and Why?</title>
        <link>https://hostboards.com/index.php?p=/discussion/4633/apache-vs-nginx-vs-litespeed-and-why</link>
        <pubDate>Mon, 05 Jul 2021 10:01:57 +0000</pubDate>
        <category>Hosting Discussion &amp; News</category>
        <dc:creator>DigiData</dc:creator>
        <guid isPermaLink="false">4633@/index.php?p=/discussions</guid>
        <description><![CDATA[<h2>Nginx vs Apache vs. Litespeed</h2>

<p>I have read plenty of comparison articles between the two main players when it comes to web hosting.</p>

<p>I host a small website for the video game servers I host.</p>

<p>I have used Nginx on Ubuntu (familiarity over RedHat/CentOS) for years and have become familiar with its configurations. The lack of (comprehendible) documentation and scarcity of developer support for Nginx is my single complaint.</p>

<p>I don't plan on switching myself, but I am wondering:</p>

<p>Which do you use and why?<br />
Which is easier to configure and setup security settings? (on a Linux system)<br />
Do large corporations use either of these (or both)?<br />
The biggest companies have proprietary software of course (GWS, AWS, etc.)<br />
Does one offer specific functionality over the other?<br />
e.g: Apache is good for hosting web forums, nginx is better for hosting photos... (fake examples of course).<br />
Does one work better in specific hardware environments?<br />
e.g: Certain CPU/RAM/SSD/HDD types | OS<br />
​</p>

<p>Finally, when it comes to hosting a small web server and web panel to control servers that are publicly facing - which is best? (I host AMP if you care)</p>

<p>I look forward to this discussion - I am glad I found this subreddit! I've been stuck alone with stack overflow answers from 8 years ago!</p>
]]>
        </description>
    </item>
<div class="SFBox SFVCBox"><span>Online Since</span>April 2004</div><div class="SFBox SFVCBox"><span>Total Views</span>3.1M</div><div class="SFBox SFUBox"><span>Total Users</span>3.7M</div><div class="SFBox SFTBox"><span>Total Topics</span>7.8K</div><div class="SFBox SFPBox"><span>Post Count</span>33.3K</div>   </channel>
</rss>
