<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d7317977\x26blogName\x3dThe+Armorer\x27s+HellForge\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://smithforgerx.blogspot.com/search\x26blogLocale\x3des_ES\x26v\x3d2\x26homepageUrl\x3dhttp://smithforgerx.blogspot.com/\x26vt\x3d-2642519026992808409', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

domingo, noviembre 06, 2005

ApacheMySQLPHP

I tend to setup such environments during midnights of chatting, testing scripts, and reading articles, but 2 nights ago, I had that nerve to setup Apache, MySQL, and PHP on Ubuntu 5.10. Since I was an old RedHat user, I had this Fedora LAMP guide with me as reference and comparison. I had searched for some guides and had found the French Ubuntu Wiki and the official/English Ubuntu Wiki as great guides to the installation. Some search queries resulted to sites such as the ISP Server Setup and the Ubuntu Starter Guide. The only problem that I had encountered was for the choice of PHP version; I had chosen PHP5. After all the Synaptic stuff, I had only modified the apache2.conf to enable the UserDir part and had also set the mysqladmin password for MySQL. Afterwards, I copied and tested my improvised LAMP setup (the one that I had presented in one of my LAMP lectures in my college) and everything had worked well! Everything was really a breeze!
Creative Commons LicenseContent copyright protected by Copyscape website plagiarism search
This work is licensed under a Creative Commons License.