Posts Tagged ‘ubuntu home webserver’

[Solved] The mysqli extension is missing. Please check your PHP configuration.

When I installed phpmyadmin after installing apache2, mysql-server, php5 on my Ubuntu 11.10 machine,  I was presented with this error when I navigated to phpmyadmin page. The mysqli extension is missing. Please check your PHP configuration. <a href=”Documentation.html#faqmysql” target=”documentation”><img src=”./themes/pmahomme/img/b_help.png” width=”11″ height=”11″ alt=”Documentation” title=”Documentation” /></a> The solution to this is simple, though I had to [...]

How to setup your own linux home server on Ubuntu with custom domain

You have a domain and you want to run your webserver from your own computer? You can, let me describe how. Requirements : 1. ISP that provides Dynamic IP address upon connect. 2. A domain name(even a subdomain would do) and access to manage its nameservers. 3. Ubuntu with Webserver up and running.