Mobile app version of vmapp.org
Login or Join
Alves908

: How to copy Wampserver functionality for localhost on Ubuntu How to recreate a Wampserver like functionality on my localhost so I can see loaded Apache/PHP/MySQL Version, Loaded PHP modules, My

@Alves908

Posted in: #Localhost #Server #Ubuntu #Wampserver

How to recreate a Wampserver like functionality on my localhost so I can see loaded Apache/PHP/MySQL Version, Loaded PHP modules, My Projects (actual directories in the "/var/www"/) and etc.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Alves908

1 Comments

Sorted by latest first Latest Oldest Best

 

@Annie201

Once you have migrated your files and database to Ubuntu, you can create a php file with phpinfo(); inside the file. View this in your browser and it will show you all the loaded php modules.

For a list of loaded apache2 modules open a terminal and type apache2ctl -M

To lookup your MySQL version there are a number of ways listed here www.geeksww.com/tutorials/database_management_systems/mysql/tips_and_tricks/how_to_check_mysql_version_number.php
But from your mysql> prompt type SELECT version();

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme