LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install apache php and mysql on Fedora? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-apache-php-and-mysql-on-fedora-711908/)

QueenZ 03-16-2009 04:50 AM

How to install apache php and mysql on Fedora?
 
On ubuntu i simply did sudo apt-get install apache2 and it worked but on fedora it doesn't seem to work..

Quote:

[root@localhost ~]# yum install apache2
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
No package apache2 available.
Nothing to do
[root@localhost ~]#

reddazz 03-16-2009 05:06 AM

Apache2 is known as httpd in Fedora and related distributions.

QueenZ 03-16-2009 05:17 AM

oh.. why is that so?

reddazz 03-17-2009 07:37 PM

Quote:

Originally Posted by QueenZ (Post 3476853)
oh.. why is that so?

I am not quite sure, but I think they may have done that to differentiate between apache 1 and apache 2. At one point, they shipped both versions.

JaksoDebr 03-17-2009 09:15 PM

Server applications usually have the 'd' letter appended to signal that it's a daemon tool (doing it's thing in the background). 'http' obviously stands for Hyper Text Transfer Protocol.

To reason to use the name from httpd instead of apache was both a practical and historical choice. In February of 1995, the most popular server software on the Web was the public domain HTTP daemon developed at the National Center for Supercomputing Applications, University of Illinois. Development of that httpd had stalled after 1994. The term "httpd" was already quite commonly accepted among web masters.

The official name of the Apache project is "The Apache httpd server" anyway, so it already gives a hint. It grew out of the NCSA httpd project (there's the hint again). Even more, it explains what the deamon does (in a certain way), it can be the same for different version of a web browser application or even a different web server. Apache itself comes from "A PAtCHy server", so it was always meant a httpd server, though a patchy one.

JD

Linux Archive


All times are GMT -5. The time now is 08:13 AM.