From: Jamie C. <jca...@we...> - 2007-04-28 04:46:36
|
You can edit the file apache/apache-lib.pl under the Webmin root, and change the choice_input function to : # choice_input(value, name, default, [choice]+) # Each choice is a display,value pair sub choice_input { local($i, $rv); for($i=3; $i<@_; $i++) { $_[$i] =~ /^([^,]*),(.*)$/; $rv .= &ui_oneradio($_[1], $2, $1, lc($2) eq lc($_[0]) || !defined($_[0]) && lc($2) eq lc($_[2]))."\n"; } return $rv; } - Jamie On 26/Apr/2007 17:05 Petros Pap wrote .. > Can you point me where can i look to fix those, is pretty annoying > > 2007/4/27, Jamie Cameron <jca...@we...>: > > On 26/Apr/2007 05:19 Petros Pap wrote .. > > > Hi there > > > I have this problem, i create virtual host and i put port 80 (i check > > > the right input) > > > but always create a host with Port Any and i have manual edit to put > > > the right port > > > > Thanks for pointing this out - it is a bug in Webmin 1.340. I will > > fix it in the next release.. > > > > > also i have lot of missing stylesheets > > > > > > Missing file to read at main::/usr/libexec/webmin/apache/manual_form.cgi > > > line 86 > > > [26/Apr/2007:13:58:53 +0200] Reloading configuration > > > [26/Apr/2007:13:59:12 +0200] [82.216.27.142] > > > /apache/unauthenticated/style.css : File not found > > > ...... > > > ...... > > > ...... > > > > > > some old > > > [25/Apr/2007:20:20:34 +0200] [82.216.27.142] > > > /mailboxes/unauthenticated/style.css : File not found > > > [25/Apr/2007:20:20:39 +0200] [82.216.27.142] > > > /mailboxes/unauthenticated/style.css : File not found > > > [25/Apr/2007:20:20:58 +0200] [82.216.27.142] > > > /mailboxes/unauthenticated/style.css : File not found > > > [25/Apr/2007:20:21:34 +0200] [82.216.27.142] > > > /mailboxes/unauthenticated/style.css : File not found > > > [25/Apr/2007:20:21:37 +0200] [82.216.27.142] > > > /apache/unauthenticated/style.css : File not found > > > [25/Apr/2007:20:25:53 +0200] [82.216.27.142] > > > /servers/unauthenticated/style.css : File not found > > > [25/Apr/2007:20:26:04 +0200] [82.216.27.142] > > > /acl/unauthenticated/style.css : File not found > > > [25/Apr/2007:20:26:07 +0200] [82.216.27.142] > > > /acl/unauthenticated/style.css : File not found > > > [25/Apr/2007:20:26:11 +0200] [82.216.27.142] > > > /webminlog/unauthenticated/style.css : File not found > > > [25/Apr/2007:20:26:13 +0200] [82.216.27.142] > > > /webminlog/unauthenticated/style.css : File not found > > > > These are harmless, but will be fixed too.. > > > > - Jamie > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > - > > 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 > > > > > -- > ppetros > www.simply4all.net > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > - > 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 |