apache

1. apache

javier3
javier3

(usa Big Linux)

Enviado em 19/05/2009 - 22:16h

galera instalei o apache e tenho esta mensagem isto e um erro?

Index of /
[ICO] Name Last modified Size Description
Apache/2.2.8 (Ubuntu) Server at 127.0.0.1 Port 80


  


2. Re: apache

Estevão Ferreira Maia
_eXagon

(usa OpenSuSE)

Enviado em 19/05/2009 - 22:22h

Não isto é apenas o log do server que indica que esta rodando no servidor 127.0.0.1 na Porta 80.

acesse no navegador 127.0.0.1 ou localhost e teste os arquivos ...

abraço


3. Re: apache

javier3
javier3

(usa Big Linux)

Enviado em 21/05/2009 - 23:26h

testei e do um clck no phpmyadmin e abre com um editor kate
o mesmo acontece com o joomla nao abre o modo grafico .
Index of /
[ICO] Name Last modified Size Description
[ ] Joomla_1.5.9-Stable-Full_Package.tar.gz 22-May-2009 10:54 4.0M
[DIR] apache2-default/ 10-Mar-2009 15:14 -
[DIR] joomla/ 10-Jan-2009 00:52 -
[DIR] phpmyadmin/ 08-Dec-2007 10:47 -
Apache/2.2.8 (Ubuntu) Server at localhost Port 80


/**
* @version $Id: index.php 11407 2009-01-09 17:23:42Z willebil $
* @package Joomla
* @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// Set flag that this is a parent file
define( '_JEXEC', 1 );

define('JPATH_BASE', dirname(__FILE__) );

define( 'DS', DIRECTORY_SEPARATOR );

require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );

JDEBUG ? $_PROFILER->mark( 'afterLoad' ) : null;

/**
* CREATE THE APPLICATION
*
* NOTE :
*/
$mainframe =& JFactory::getApplication('site');

/**
* INITIALISE THE APPLICATION
*
* NOTE :
*/
// set the language
$mainframe->initialise();

JPluginHelper::importPlugin('system');

// trigger the onAfterInitialise events
JDEBUG ? $_PROFILER->mark('afterInitialise') : null;
$mainframe->triggerEvent('onAfterInitialise');

/**
* ROUTE THE APPLICATION
*
* NOTE :
*/
$mainframe->route();

// authorization
$Itemid = JRequest::getInt( 'Itemid');
$mainframe->authorize($Itemid);

// trigger the onAfterRoute events
JDEBUG ? $_PROFILER->mark('afterRoute') : null;
$mainframe->triggerEvent('onAfterRoute');

/**
* DISPATCH THE APPLICATION
*
* NOTE :
*/
$option = JRequest::getCmd('option');
$mainframe->dispatch($option);

// trigger the onAfterDispatch events
JDEBUG ? $_PROFILER->mark('afterDispatch') : null;
$mainframe->triggerEvent('onAfterDispatch');

/**
* RENDER THE APPLICATION
*
* NOTE :
*/
$mainframe->render();

// trigger the onAfterRender events
JDEBUG ? $_PROFILER->mark('afterRender') : null;
$mainframe->triggerEvent('onAfterRender');

/**
* RETURN THE RESPONSE
*/
echo JResponse::toString($mainframe->getCfg('gzip'));



4. Re: apache

Estevão Ferreira Maia
_eXagon

(usa OpenSuSE)

Enviado em 22/05/2009 - 00:53h

Tenta criar um codigo php simples tipo

<?php
Echo "ola, mundo!";
?>

e salve dentro da pasta do apache acho que é htdocs ou www , não me recordo .. depois rode ele no browser http://localhost/index.php ou localhost ou 127.0.0.1.
se rodar normal o problema esta nos diretorios de configuraçao sendo assim instale denovo.

eu vou dar uma pesquisada sobre o assunto e te retorno.

Abraço



5. Re: apache

javier3
javier3

(usa Big Linux)

Enviado em 22/05/2009 - 05:33h

fis e salvei no diretorio rais do apache(/www) com a palabra bomdia

Index of /
[ICO] Name Last modified Size Description
[ ] Joomla_1.5.9-Stable-Full_Package.tar.gz 22-May-2009 10:54 4.0M
[DIR] apache2-default/ 10-Mar-2009 15:14 -
[ ] ola mundo 22-May-2009 17:12 22
[DIR] joomla/ 10-Jan-2009 00:52 -
[DIR] phpmyadmin/ 08-Dec-2007 10:47 -
Apache/2.2.8 (Ubuntu) Server at localhost Port 80

dei um click no ola mundo e deu o seguinte

<?php
Echo ola mundo;

nao era para entrar diretoe mostrar so ola mundo?






6. PHP

Daniel Fernandes
volcom

(usa Debian)

Enviado em 22/05/2009 - 08:28h

Você tem o PHP instalado?

# apt-get install php

Deve resolver as dependências...

Ou:

http://www.vivaolinux.com.br/dica/Compilando-Apache2-+-PHP5/

Abraço






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts