LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   webmin setup errors (https://www.linuxquestions.org/questions/linux-newbie-8/webmin-setup-errors-173573/)

greatking 04-23-2004 12:06 AM

webmin setup errors
 
I am trying to setup webmin and apache. I followed the instructoins to switch users in a terminal window and then start the service.

$ su root
[root@localhost home]$ service webmin start

Cannot find webmin service
[root@localhost home]$

I have been all over the web and into a half dozen forums, no one really knows the answer. How the HELL do I start the friggin service?

Jerre Cope 04-23-2004 01:08 AM

Sounds like you have an NT background. Apache and Webmin start based on shell scripts that are typically located in the /etc/rc.d directory. Try finding webmin by typing

find / -name "webmin" -print | grep "etc"

Then, cd to that directory and type ./webmin start

Next, use your webbrowser to connect to webmin, usually something like:

http://localhost:10000, or
https://localhost:10000

At this point, you can use webmin to configure Apache and many other useful features of Unix.

MrSmee 04-23-2004 11:08 AM

Code:


/etc/webmin/start >/dev/null 2>&1 </dev/null    # Start Webmin

that's the line in my /etc/rc.d/rc.local that starts webmin
of course, this depends on where webmin is installed and how it was configured upon installation.

Best of luck
Smee


All times are GMT -5. The time now is 07:42 AM.