summaryrefslogtreecommitdiff
path: root/sysutils/webmin (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21144
1999-08-18update to new version 0.73Andreas Klemm3-32/+77
Notes: svn path=/head/; revision=20798
1999-07-15Webmin doesn't need a webserver to run.Andreas Klemm1-11/+1
Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=20217
1999-07-05reflect name change of apache binaryAndreas Klemm1-2/+2
Notes: svn path=/head/; revision=20088
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek1-1/+1
[Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
1999-06-05Upgrade webmin from 0.71 to 0.72Andreas Klemm3-33/+61
Make webmin FreeBSD 4.0 aware. Notes: svn path=/head/; revision=19215
1999-05-03Add more WWW: tagsMichael Haro1-1/+1
I must really like taking on sick tasks. First gtk, now this. Notes: svn path=/head/; revision=18407
1999-04-12Forgotten in previous commitAndreas Klemm1-6/+6
Notes: svn path=/head/; revision=17818
1999-04-12update to webmin-0.71Andreas Klemm3-54/+339
PR: 11068 Notes: svn path=/head/; revision=17817
1999-01-07update to webmin v 0.65Andreas Klemm3-16/+79
New in this version - Added Solaris 7 support - Better support for Redhat 5.2 - Squid NOVM and 2.1 support - FreeBSD group quotas support - Apache module bugfixes and support for dynamic modules - BIND module bugfixes - Other assorted bugfixes Notes: svn path=/head/; revision=15918
1998-11-19Check if webserver is installedAndreas Klemm1-1/+11
Warn user if no webserver is installed Recommend apache13-php or apache13-modssl. the php version can be configured to use the modssl module as well ... Notes: svn path=/head/; revision=14700
1998-11-19define USE_PERL5 in MakefileAndreas Klemm1-1/+2
Notes: svn path=/head/; revision=14698
1998-11-19new port webmin v0.64Andreas Klemm7-0/+1412
Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms, you can setup user accounts, Apache, DNS, file sharing and so on. Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd. The web server and all CGI programs are written in Perl version 5, and use no external modules. This means that you only need a Perl binary to run Webmin. More infos: http://www.webmin.com/webmin/ Notes: svn path=/head/; revision=14696