Saturday 17 July 2021

Install PHP 5.6 on virtual min

 For Ubuntu" install PHP 5.6 on virtual min"


sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get update
sudo apt-get install php5.6 php5.6-mysql php5.6-cgi php5.6-cli php5.6-bz2 php5.6-cgi php5.6-curl php5.6-fpm php5.6-gd php5.6-imap php5.6-json php5.6-mbstring php5.6-mysql php5.6-odbc php5.6-pspell php5.6-soap php5.6-sqlite3 php5.6-xml php5.6-xmlrpc php5.6-zip php5.6-cgi php5.6-snmp php5.6-xsl php5.6-opcache php5.6-intl php5.6-curl





Saturday 5 June 2021

how to edit web directory on webmin

Navigate to: Virtualmin > Server Configuration > Change Domain Name

"Change home directory" parameter to what you desire, then simply click "Rename Now"


















Gilmon D. Bernal


Monday 31 August 2020

how to autorestart server webmin "sql always down and web server is down"

Gilmon D. Bernal
sudo /etc/webmin/restart




tips: 

To restart Webmin use the commands given below:

To stop the server

sudo /etc/webmin/stop

To start the server:

sudo /etc/webmin/start

Just to restart you can also use:

sudo /etc/webmin/restart

or

sudo  /etc/init.d/webmin restart



above is the command to restart/stop/start server

goto: webmin>>others>>System and Server Status>>



if sql is always down:

select MySQL Database Server



and if you always have problem on Apache Webserver

just click apache webserver and set the ff:

"service apache2 start"