Your message dated Sat, 8 Nov 2008 12:15:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line moodle: installation hardcodes "http://localhost"
has caused the Debian Bug report #327053,
regarding moodle: installation hardcodes "http://localhost"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
327053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327053
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: moodle
Version: 1.4.4.dfsg.1-3
Severity: minor
As the browser-based part of the installation procedure goes through its
consecutive "Upgrading database" pages, the Continue link refers to
http://localhost/moodle/admin/index.php. Not all servers easily
accomodate local browsers, so the admin may prefer a remote connection
(after inserting the management machine's IP address in the webserver
config of course) and/or https.
A relative link simply to "index.php" would get around this, although
the FAQ does mention that some older configurations may have problems
with relative links IIRC. That may or may not be applicable to the
installation procedure.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (50, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages moodle depends on:
ii apache2-mpm-prefork [httpd] 2.0.54-4 traditional model for Apache2
ii debconf [debconf-2.0] 1.4.50 Debian configuration management sy
ii mimetex 1.50-1 LaTeX math expressions to anti-ali
ii php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii php4-gd 4:4.3.10-16 GD module for php4
ii php4-mysql 4:4.3.10-16 MySQL module for php4
ii php4-pgsql 3:4.3.10-4 PostgreSQL module for php4
ii wget 1.9.1-12 retrieves files from the web
ii wwwconfig-common 0.0.43 Debian web auto configuration
-- debconf information:
* moodle/dbu_name: moodle
* moodle/db_server: mysql-server
* moodle/db_host: localhost
* moodle/create_tables:
* moodle/webserver: apache2
moodle/notconfigured:
moodle/mismatch:
* moodle/dba_name: root
--- End Message ---
--- Begin Message ---
Hi Jeroen,
The continue link in moodle uses the configuration value of
$CFG->wwwroot for the link it uses to display during the
installation procedure.
If you wish to access moodle remotely then this configuration
value should be changed in /etc/moodle/config.php from the
default of:
$CFG->wwwroot = 'http://localhost/moodle'
I hope this resolves your bug - please feel free to reopen if
it is still a problem.
thanks
Dan
signature.asc
Description: Digital signature
--- End Message ---