Skip to main content

How to set up a FAMP server (FreeBSD, Apache, MySQL, PHP) + webmin admin panel on GhostBSD / FreeBSD



Tip: Watch the video full screen and HD.
Buy Me a Coffee at ko-fi.com


In this video i am going to show you how to set up a FAMP server (FreeBSD, Apache, MySQL, PHP) and webmin admin panel on GhostBSD / FreeBSD.


Support the Channel on Patreon https://www.patreon.com/ribalinux
Ethereum or ERC20 Tokens i gladly accept (╯✧∇✧)╯ 0xB2d7E1470818FF8D35278b45B6fefe341d2d1220
Buy Me a Coffee http://ko-fi.com/A0383T5
follow me on Steemit https://steemit.com/@ribalinux


With the growing use of the archetypal LAMP, variations and retronyms appeared for other combinations of operating system, web server, database, and software language. For example, an equivalent installation on the Microsoft Windows operating system family is known as WAMP. An alternative running IIS in place of Apache is called WIMP. Variants involving other operating systems include MAMP (macOS), SAMP (Solaris), FAMP (FreeBSD), iAMP (iSeries) and XAMPP (cross-platform).


Commands:

sudo pkg install apache24

sudo sysrc apache24_enable=yes

sudo service apache24 start


sudo pkg install mysql56-server

sudo sysrc mysql_enable=yes

sudo service mysql-server start

sudo mysql_secure_installation


sudo pkg install php72 mod_php72 php72-pdo_mysql php72-pdo php72-gd php72-mbstring

sudo cp /usr/local/etc/php.ini-production /usr/local/etc/php.ini

sudo nano /usr/local/etc/apache24/httpd.conf


DirectoryIndex index.php index.html


<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>


sudo service apache24 restart

sudo pkg install webmin

sudo /usr/local/lib/webmin/setup.sh

sudo sysrc webmin_enable=yes

sudo service webmin start



PLEASE SUBSCRIBE AND FOLLOW ME ON TWITTER GOOGLE+ OR FACEBOOK!! IF YOU CAN PLEASE SUPPORT THE CHANNEL ON PATREON


Popular Posts