VMware Images:
|
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0
|
Submitted by falko (Contact Author) (Forums) on Thu, 2010-02-11 11:51. :: Mandriva | Lighttpd | MySQL | PHP
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0Version 1.0 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Mandriva 2010.0 server with PHP5 support (through FastCGI) and MySQL support. I do not issue any guarantee that this will work for you!
1 Preliminary NoteIn this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100. These settings might differ for you, so you have to replace them where appropriate.
2 Installing MySQL 5First we install MySQL 5 like this: urpmi MySQL MySQL-client By default, networking is not enabled in Mandriva 2010's MySQL package. We can change this by commenting out the line skip-networking in /etc/my.cnf: vi /etc/my.cnf
Afterwards, we start MySQL: /etc/init.d/mysqld start Now check that networking is enabled. Run netstat -tap | grep mysql The output should look like this: [root@server1 ~]# netstat -tap | grep mysql Next, run mysqladmin -u root password yourrootsqlpassword to set a password for the user root (otherwise anybody can access your MySQL database!).
3 Installing LighttpdLighttpd is available as a Mandriva package, therefore we can install it like this: urpmi lighttpd If you already have Apache installed, you should stop it now and remove Apache's system startup links so that it cannot interfere with Lighttpd (you can run the following two commands even if you don't know if you have Apache installed): /etc/init.d/httpd stop Then we start Lighttpd: /etc/init.d/lighttpd start Now direct your browser to http://192.168.0.100, and you should see the Mandriva placeholder page, served by Lighttpd: Lighttpd's default document root is /var/www/html on Mandriva, and the configuration file is /etc/lighttpd/lighttpd.conf.
4 Installing PHP5We can make PHP5 work in Lighttpd through FastCGI. Therefore we install the package php-fcgi: urpmi php-fcgi
|
www.seamlessenterprise.com
One number. One voicemail. Seize the lead. Sprint Mobile Integration.
www.seamlessenterprise.com
One Number. One Voicemail.
Make it easier for clients to reach you. Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Sprint Mobile Integration.
www.seamlessenterprise.com
One number. one voicemail. Seize the lead with Sprint. Learn more
AT&T Synaptic Compute as a Service. Boost your power on demand.
Trial: IBM Cognos Express Reporting, Analysis & Planning
Learn benefits of Simpana software.
View the Gartner Video
Sprint 4G - The Ultimate Mobile Broadband
Click here
SAP-Business Objects Crystal Reports Server
Complete reporting without hidden costs. Free Trial






print: 

Recent comments
19 hours 10 min ago
22 hours 1 min ago
1 day 3 hours ago
1 day 3 hours ago
1 day 4 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 18 hours ago