Installing Lighttpd With PHP5 And MySQL Support On Fedora 13
|
Submitted by falko (Contact Author) (Forums) on Thu, 2010-07-29 17:23. :: Fedora | Web Server | Lighttpd
Installing Lighttpd With PHP5 And MySQL Support On Fedora 13Version 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 Fedora 13 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: yum install mysql mysql-server Then we create the system startup links for MySQL (so that MySQL starts automatically whenever the system boots) and start the MySQL server: chkconfig --levels 235 mysqld on Create a password for the MySQL user root (replace yourrootsqlpassword with the password you want to use): mysql_secure_installation [root@server1 ~]# mysql_secure_installation
3 Installing LighttpdLighttpd is available as a Fedora package, therefore we can install it like this: yum install lighttpd Then we create the system startup links for Lighttpd (so that Lighttpd starts automatically whenever the system boots) and start it: chkconfig --levels 235 lighttpd on Now direct your browser to http://192.168.0.100, and you should see the Lighttpd placeholder page: Lighttpd's default document root is /var/www/lighttpd on Fedora, and the configuration file is /etc/lighttpd/lighttpd.conf.
4 Installing PHP5We can make PHP5 work in Lighttpd through FastCGI. Therefore we install the packages lighttpd-fastcgi and php-cli: yum install lighttpd-fastcgi php-cli
|
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
20 hours 46 min ago
1 day 32 min ago
1 day 5 hours ago
1 day 8 hours ago
2 days 12 hours ago
2 days 12 hours ago
2 days 12 hours ago
2 days 12 hours ago
2 days 13 hours ago
2 days 21 hours ago