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