LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Red Hat: Can Apache be installed with sudo or.... (https://www.linuxquestions.org/questions/linux-newbie-8/red-hat-can-apache-be-installed-with-sudo-or-582766/)

tjamnz 09-06-2007 04:24 PM

Red Hat: Can Apache be installed with sudo or....
 
do you have to use su

-i installed it at work with sudo.. but cannot start the apache service?

and was wondering if this was why etc...

thanks.

install was by the book and with no error mssgs...

tried httpd start and apache start (no go)

I am not root admin of this box.. but can use sudo

kuitang 09-06-2007 06:30 PM

sudo /etc/init.d/apache start <-- This may vary depending on your distro

sudo /path/to/apachectl -k start <-- May also vary

custangro 09-06-2007 06:42 PM

Have you tried:

Code:

sudo service httpd start

tjamnz 09-07-2007 12:23 AM

re
 
Cool... Thanks...I'll try it in the morning when i get back to the office.


All times are GMT -5. The time now is 03:15 PM.