Yes, you need a webserver. The most popular webserver on the internet is apache. You probably need php, and might want mysql, if you are doing a database application
This is how you install apache and the rest on ubuntu: sudo apt-get install apache2-mpm-prefork mysql-server php5 php5-cli php5- mysql phpmyadmin php5-dev php-pear apache2-threaded-dev make php-apc (you should cut & paste that, as 1 line) apc is a compiler for php, it compiles the php script into something more computerish, and caches that. This greatly speeds up your php. (running drupal without it is just not funny). -- rgds, Reinier Battenberg Director Mountbatten Ltd. +256 758 801 749 www.mountbatten.net _______________________________________________ The Uganda Linux User Group: http://linux.or.ug Send messages to this mailing list by addressing e-mails to: [email protected] Mailing list archives: http://www.mail-archive.com/[email protected]/ Mailing list settings: http://kym.net/mailman/listinfo/lug To unsubscribe: http://kym.net/mailman/options/lug The Uganda LUG mailing list is generously hosted by INFOCOM: http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The mailing list host is not responsible for them in any way.
