LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   apache error (https://www.linuxquestions.org/questions/linux-newbie-8/apache-error-77835/)

automicro 07-31-2003 06:38 PM

apache error
 
I get this error
Apache server executable /usr/slab/http does not exist

I looked in this and it does not exists
/usr/local/apache/bin/httpd

were can i find the excutable?

thanks

Mathieu 07-31-2003 07:30 PM

Open a console window and type:
Code:

whereis httpd

automicro 07-31-2003 07:47 PM

i did find somthing
 
I did find something in dir. /etc/http there are lots of directories. what file should i be looking for?

thanks

Mathieu 07-31-2003 07:59 PM

All the configuration files are located in /etc/httpd.
If the whereis command only gave you that one thing as a result,
then httpd (Apache) may not be installed on your system.

To see if Apache is installed, type:
Code:

rpm -qa | grep apache

automicro 07-31-2003 08:09 PM

it is installed I get a listing of files and also when i go to the browser and type http://localhost it comes up with a default page.

automicro 07-31-2003 08:18 PM

fixed it

Thanks for the help!!

gabriele_101 08-01-2003 12:50 AM

ahh... found the rpm trick.
Code:

rpm -qa
-G

gabriele_101 08-01-2003 12:51 AM

Ooops sorry, posted to the wrong thread. How do you delete a post anyhow?


All times are GMT -5. The time now is 01:06 PM.