Jump to content

apache


Guest rock
 Share

Recommended Posts

Hello,

I want to configure my apache After installing webmin (urpmi webmin) and then started webmin (service webmin star) but it failed. Here is what I get:

 

service webmin start

starting webmn starting web server in /usr/share/webmin (Failed)

nmbd[1581]: become_local_master_browser: Error - cannot find server in work group MDKGROUP on subet 192.168.025

 

This is my first time trying to configureto Apache. Any ideas what I doing wrong?

 

Thanks

 

RK

 

 

 

Moved to networking by Ixthusdan

Link to comment
Share on other sites

Hi there,

 

are you trying to configure webmin or apache to serve *other* webpages? Or are you trying to get webmin running to configure apache to serve *other* webpages?

 

nmbd is more a networking issue, it's not related to webmin directly.

Link to comment
Share on other sites

hello,

 

" Or are you trying to get webmin running to configure apache to serve *other* webpages "

 

Yes I a trying to configure apache to serve other webpages using webmin. This is my first time, Please tell me any other alternatives.

 

 

Thanks

 

RK

Link to comment
Share on other sites

Hi again

 

Configuring apache is actually quite simple, depending on how robust and secure you wish to make your webserver. The heart of apache is the conf file (usually httpd.conf). A standard install of apache on any linux system usually includes an httpd.conf file that's pretty much useable out of the box. Installing from RPMS would leave your apache folders in /etc/httpd/something, whereas configuring from source allows you to override this.

 

Read through the httpd.conf files... there's an abundance of configurations. Just remember to backup your files, and you should be ok.

 

Chances are, if you installed apache along with your distro, you can already see your webserver in action. fire up a browser on your linux box and see if you can browse to http://localhost/

 

Lemme know where I can help.

 

Regards,

Armond

Link to comment
Share on other sites

were you root ?

 

type as root

/etc/init.d/httpd status

 

it should say if its up/down

you can change httpd fopr webmin ansd it will tell you if webmin started

if not

/etc/init.d/webmin start

(as root)

I dont see why its looking for a workgroup ?? the usually install is just https://localhost:10000

 

notice the s and the port 10000

try this and see if it works...

if so you can do thew webmin module for configuring webmin :D

after thats working then you can go to servers/apache

Link to comment
Share on other sites

Hi armondf, Gowator and all

With " /etc/init.d/httpd status"

 

I get "/etc/init.d/httpd extendedstatus for more information"

 

With "/etc/init.d/httpd extendedstatus "

 

I get " Looking up localhost

Making HTTP connection to localhost

Alart!: Unable to connect to remote host

lynx: Can't access startfile http://localhost/server-status"

 

 

With "/etc/init.d/webmin start"

 

I get " Starting webmin starting webmin server in /usr/share/webmin [FAILED]

 

With the above information, the htttps://localhost:10000, could not fire up in the browser.

 

 

Thanks

 

 

RK

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...