Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/02/2011, 23:16
rkdovrgs
 
Fecha de Ingreso: febrero-2011
Mensajes: 1
Antigüedad: 13 años, 9 meses
Puntos: 0
Exclamación pregunta: Ayuda!! instalando webmin

Hola catpaw, me da gusto que hayas encontrado solucion a tu problema, yo estoy intentando instalar el webmin pero no lo consigo me sale algo como esto:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Ya configure el archivo config.php pero de igual manera creo que mi problema esta en la ruta, ¿Tu podrías ayudarme con la cuaestion de la ruta?

este es mi config.php
//////////////////////////////////////////////////
* Application path on server
*/
$webimroot = "/webim";

/*
* Internal encoding
*/
$webim_encoding = "utf-8";

/*
* MySQL Database parameters
*/
$mysqlhost = "localhost";
$mysqldb = "apeagenc_webim";
$mysqllogin = "apeagenc_admin";
$mysqlpass = "12345";

$dbencoding = "utf8";
$force_charset_in_connection = true;

/*
* Mailbox
*/
$webim_mailbox = "[email protected]";
$mail_encoding = "utf-8";

/*
* Locales
*/
$home_locale = "en"; /* native name will be used in this locale */
$default_locale = "en"; /* if user does not provide known lang */

?>


//////////////////////////////////////////////////


SALUDOS