Re: Is Apache included with Fedora

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Adil Drissi wrote:
Hi,

I want to use Apache-Mysql-Php in my fedora 8.
I did "yum install apache" the result was "no package apache available" but httpd is already installed.

So i want to know if apache is installed in my machine under the name httpd or i have to download it myself. If it is already installed please tell me how to start it.

Thanks



If it's installed it is probably already running.  From the command line

ps -e | grep httpd

If the output looks like this it is running.

 2268 ?        00:00:00 httpd
 2270 ?        00:00:00 httpd
 2271 ?        00:00:00 httpd
 2272 ?        00:00:00 httpd
 2273 ?        00:00:00 httpd
 2274 ?        00:00:00 httpd
 2275 ?        00:00:00 httpd
 2276 ?        00:00:00 httpd
 2277 ?        00:00:00 httpd

If you get nothing, try starting it

/sbin/service httpd start

Then try the command above to check to see if it is running.

To set it to start automatically type as root

/sbin/chkconfig httpd on

--

Knute Johnson
linux@xxxxxxxxxxxxxxxxxxxx

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux