|
|
|
| |
Advertisment
|
| |
Wikipedia
mod_perl is an optional module for the Apache HTTP server. It embeds a Perl interpreter into the Apache server, so that dynamic content produced by Perl scripts can be served in response to incoming requests, without the significant overhead of re-la... http://en.wikipedia.org/wiki/Mod_perl
|
| |
Links
|
|
|
| |
Blogs
http://www.stonerocket.net/forum/viewtopic.php?pu003d86480#86480Computer u0026amp; Internet Talk :: RE: XAMPP on Ubuntu (by: sonoftheclayr) Posted: Sat Jul 19, 2008 12:40 am (GMT 0) It's LAMP on Linux (Linux+Apache+MySQL+PHP+Perl). Instructions on how to install it are here: https://help.ubuntu.com/community/ApacheMySQLPHP Basically for 6.06 you just type into the command ...
http://blog.ashfame.com/2008/07/install-wordpress-locally-offline-computer/Install WordPress locally offline on your computer (by: Ashfame) Without any further delay, here is what you need to do. Install XAMPP on your computer. (Download XAMPP); Now Start Apache u0026 MySql from XAMPP and type localhost in your browser. Select phpMyAdmin from the left and create a new database. ...
http://www.filination.com/tech/2008/07/18/install-upgrade-test-and-debug-your-cms-website-locally-on-a-windows-machine/Install, upgrade, test and debug your CMS website locally on a ... (by: fiLi) Configure your installation to send emails using fake sendmail for Windows. Examples for using this for Wordpress? Check out Webtoolscollection or Wordpress@T2 for using XAMPP. Prefer this in Hebrew? Check IT-Bananas or Dakar’s. ...
|
| |
Videos
|
|
|
| |
Downloads
|
| |
Definition
No definitions found for xampp linux install.
|
| |
Questions & Answers
Linux help - can u install linux with window XP as well? Hi. I'm using PHP, XAMPP on my workstation under window XP and I've a HP computer. Can I install linux on the same computer like a second partition but the window xp will be the primary OS?
I'm not good in OS and linux. It seems there're many distribution as well. Don't know which one is good and easy in my case.
Any help, links, resources will be helpful.
Thank you.
Yeah u can install it with XP. U have to be careful when assigning or making partitions for the Linux installation. You might accidentally delete your XP partition if u are not careful. Remember Linux needs a separate small partition for its swap file. Edit your partitions manually when it asks whether to automatically create partitions for the installation. LiveCD mode is also good where u don't need to install anything, but the disadvantage is that anything u do in LiveCD is not saved. I use Ubuntu. Ubuntu is very user freindly when compared with other open source OSs. www.ubuntu.com
Hope this helps.
How can I install lampp and create Mysql database in Linux(Centos 5.0 ver.) ?Help me...? I installed linux(Centos 5.0 ver)...then i downloaded xampp for linux..That is tar file...after that i opened terminal and went to root and typed command for unzipped of xampp file.It runs successfully and shows Apache server running.....
MySql server running........but one problem is that i can'nt create my database in MySql....
http://www.apachefriends.org/en/faq-xampp-linux.html
Creating a database is simple!
http://dev.mysql.com/tech-resources/articles/mysql_intro.html
$ mysql -u root -p
> create database mydatabase
http://dev.mysql.com/doc/refman/5.0/en/create-database.html
|
|