Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-29-2009, 10:26 AM
|
#1
|
Member
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224
Rep:
|
How to install apache server for Perl and PHP
Hello friends,
Please tell me how to install Apache web server as I want to run my Perl and PHP scripts in web environment. Please also tell me what configuration I need for Perl and PHP. Does I also need some separate software/package/module for perl and PHP?
I have experience of running ASP scripts with IIS in Windows environment but have no idea of Apache in Linux for Perl and PHP. Please tell me anything that I need to know.
Regards.
|
|
|
05-29-2009, 10:35 AM
|
#2
|
Member
Registered: Jan 2009
Location: /dev/ph
Distribution: Fedora, Ubuntu, Redhat, Centos
Posts: 299
Rep:
|
First, what flavor of GNU/Linux are you running?
|
|
|
05-29-2009, 10:42 AM
|
#3
|
Member
Registered: Jan 2009
Location: Essex (UK)
Distribution: Home: Debian/Ubuntu, Work: Ubuntu
Posts: 206
Rep:
|
as fpmurphy says, please let us know what distribution you're using.
in debian based distros it's along the lines of
"sudo apt-get install apache2 php5 perl"
in red hat based it's along the lines of
"sudo yum install httpd php perl"
for broader search, such as exact version:
debian based: "sudo apt-cache search php" (lists a whole bunch though, might want to pipe it to less)
red hat based: "sudo yum search php" (same as above)
keep also in mind, depending what distro you're using, it might not really be the newest stuff.
while for example debian squeeze is on php 5.2.9, centos 5.3 is on php 5.1.6.
|
|
|
05-30-2009, 04:59 AM
|
#4
|
Member
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224
Original Poster
Rep:
|
Thank you very much fpmurphy and rsciw,
I am using Linux fedora 9.
Now please tell me what I need to do.
Regards
|
|
|
05-30-2009, 09:11 AM
|
#5
|
Member
Registered: Jan 2009
Location: /dev/ph
Distribution: Fedora, Ubuntu, Redhat, Centos
Posts: 299
Rep:
|
As root
Code:
yum groupinstall "Web Server"
Fedora also provides a graphical interface for configuring Apache. To install
Code:
yum install system-config-httpd
|
|
|
All times are GMT -5. The time now is 01:41 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|