LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   webmin install but not work (https://www.linuxquestions.org/questions/linux-server-73/webmin-install-but-not-work-920916/)

hosslinux 12-28-2011 12:16 PM

webmin install but not work
 
hi
i have install webmin in debian 6
after install complete i see this message:
(Reading database ... 134994 files and directories currently installed.)
Preparing to replace webmin 1.570 (using /tmp/webmin_1.570_all.deb) ...
Unpacking replacement webmin ...
Setting up webmin (1.570) ...
Webmin install complete. You can now login to https://debian:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.


but i cant run it from browser.

where is problem?

note: i have install php and apache and samba and mysql before install webmin

lithos 12-28-2011 12:53 PM

Code:

https://debian:10000/
:10000 means the port you're trying to connect to Apache server.

It could be that you didn't restart Apache (# service httpd restart) or you have Firewall blocking that port ( 10000) ?

What is it with your server ?

sleddog 12-28-2011 07:35 PM

Webmin uses it's own http server, not Apache.

Try connecting to it by IP address, e.g., if the server's IP address is 192.168.1.1 try:

https://192.168.1.1:10000

If that doesn't work, you may be missing some software packages for SSL which are preventing webmin from running on https. Try:

http://192.168.1.1:10000

hosslinux 12-28-2011 11:03 PM

thank you,but when i am use this link http://loaclhost:10000 i can access to webmin.
is this problem or not?
note:now i want access to webmin from local,but after i want access from other pc to webmin,i think i must use ip.

ochienged 12-30-2011 08:12 AM

Right. You must use an IP address to connect to webmin remotely. Unless you have a local DNS server or the hostname in your hosts file to resolve the names within your network.

hosslinux 12-30-2011 10:55 PM

thank you


All times are GMT -5. The time now is 05:21 PM.