|
From: Michael R. <mic...@gm...> - 2006-08-25 15:11:01
|
Hi, I am considering installing Webmin on my server, but need to know if I can access it from work, which filters all web connections limiting me to port 80. Will webmin work for me? Seems to me webmin runs as it's own webserver and requires a different port to work properly. Sorry if this is a common question, I searched www.webmin.com FAQ's, searched this list, googled, and searched some other sites but cannot find an answer. Thank you! -Mike |
|
From: <jer...@li...> - 2006-08-25 15:21:12
|
Michael Ryerse a =E9crit : > Hi, I am considering installing Webmin on my server, but need to know=20 > if I can access it from work, which filters all web connections=20 > limiting me to port 80. Will webmin work for me? Seems to me webmin=20 > runs as it's own webserver and requires a different port to work=20 > properly. Sorry if this is a common question, I searched=20 > www.webmin.com <http://www.webmin.com> FAQ's, searched this list,=20 > googled, and searched some other sites but cannot find an answer. =20 > Thank you! > =20 > -Mike You can install it on Apache, I recommand you this page=20 "http://www.webmin.com/apache.html" |
|
From: Robert L. <rl...@os...> - 2006-08-25 17:10:29
|
I have been using Webmin for many years and love it. This is the first time I have run into a problem that I am not sure how to fix. I have two identical servers setup at different locations for a school district. They are being used a Proxy/Filter servers. Both are running Debian 3.1 with Squid and Dans Guardian. I installed the DansGuardian module on both systems. It works great except for one problem. On one system I get the following error message when I click "Display Logfile". Can't locate Compress/Zlib.pm in @INC (@INC contains: /root/webmin-1.290 /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /root/webmin-1.290/dansguardian/logs.cgi line 117. BEGIN failed--compilation aborted at /root/webmin-1.290/dansguardian/logs.cgi line 117. I have searched the system and cannot find "Zlib.pm" any where. The funny part is that this was working when I setup the machine in the lab for testing. Any help is much appreciated. Robert Lowery |
|
From: Martin M. <mm...@me...> - 2006-08-25 21:04:11
|
Hi Robert, "Robert Lowery" <rl...@os...> wrote: > Can't locate Compress/Zlib.pm in @INC (@INC contains: = /root/webmin-1.290 >/etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 >/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 >/usr/local/lib/site_perl .) at /root/webmin-1.290/dansguardian/logs.cgi = line >117. >BEGIN failed--compilation aborted at >/root/webmin-1.290/dansguardian/logs.cgi line 117. You need to install the perl module Compress::Zlib from CPAN. ssh to the machine and connect as root. # perl -MCPAN -e shell install Bundle::CPAN Compress::Zlib is part of that bundle. >I have searched the system and cannot find "Zlib.pm" any where. The = funny >part is that this was working when I setup the machine in the lab for >testing. Any help is much appreciated. This may came from the fact, that on your testing machine this module already was installed. =46reundliche Gr=FC=DFe / kind regards Martin Mewes MCSE +M 2003, MCSA +M 2003 --=20 http://www.mamemu.de/ mamemu - edv-dienstleistungen http://mbox.mewes.tv/ mailboxen zum downloaden |
|
From: Jamie C. <jca...@we...> - 2006-08-25 17:15:25
|
On 25/Aug/2006 08:21 =3D?ISO-8859-1?Q?J=3DE9r=3DF4me_Wax?=3D wrote .. > Michael Ryerse a =E9crit : > > Hi, I am considering installing Webmin on my server, but need to know > > if I can access it from work, which filters all web connections > > limiting me to port 80. Will webmin work for me? Seems to me webmin > > runs as it's own webserver and requires a different port to work > > properly. Sorry if this is a common question, I searched > > www.webmin.com <http://www.webmin.com> FAQ's, searched this list, > > googled, and searched some other sites but cannot find an answer. > > Thank you! > > > > -Mike > > You can install it on Apache, I recommand you this page > "http://www.webmin.com/apache.html" I've been in this situation myself (where port 10000 is blocked), and the solution was to setup an apache virtual server which uses the proxypass directives to forward traffic to port 10000 on the same machine. This is documented on the page above.. |
|
From: Hamid H. <ha...@mo...> - 2006-08-25 21:44:30
|
I think the quick solution is that to use REDIRECT feature in iptables. just imagine that your webmin is working on port 10000 and for any reason you can't access port 10000. You may access to it via port 25 ( or whatever you want ) with this iptables rule : iptables -A PREROUTING -d server_ip_address -p tcp -m tcp --dport 25 -j REDIRECT --to-ports 10000 now you can try : http://server_ip_address:25/ you may change port 25 with any port that you have access . _Hamid Jamie Cameron wrote: > On 25/Aug/2006 08:21 =?ISO-8859-1?Q?J=E9r=F4me_Wax?= wrote .. > >> Michael Ryerse a écrit : >> >>> Hi, I am considering installing Webmin on my server, but need to know >>> if I can access it from work, which filters all web connections >>> limiting me to port 80. Will webmin work for me? Seems to me webmin >>> runs as it's own webserver and requires a different port to work >>> properly. Sorry if this is a common question, I searched >>> www.webmin.com <http://www.webmin.com> FAQ's, searched this list, >>> googled, and searched some other sites but cannot find an answer. >>> Thank you! >>> >>> -Mike >>> >> You can install it on Apache, I recommand you this page >> "http://www.webmin.com/apache.html" >> > > I've been in this situation myself (where port 10000 is blocked), and > the solution was to setup an apache virtual server which uses the > proxypass directives to forward traffic to port 10000 on the same > machine. This is documented on the page above.. > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > -- Regards ================================================================= / Seyyed Hamid Reza / WINDOWS FOR NOW !! / / Hashemi Golpayegani / Linux for future , FreeBSD for ever / / Morva System Co. / ------------------------------------- / / Network Administrator/ ha...@mo... , ICQ# : 42209876 / ================================================================ |