william_droops 0 Denunciar post Postado Agosto 31, 2008 Pessoal, segui um tutorial, e instalei sem problemas o apache o php e mysql no ubuntu 8.4 , porem quando salvo uma pagina dentro de var/www pede para fazer um download no navegador. Como posso verificar o erro ? Compartilhar este post Link para o post Compartilhar em outros sites
rafael.t.a 0 Denunciar post Postado Agosto 31, 2008 já tentou usar esse código?? $ cd /etc/apache2/mods-enabled/ $ sudo ln -ns ../mods-available/php5.conf php5.conf $ sudo ln -ns ../mods-available/php5.load php5.load $ sudo /etc/init.d/apache2 reload Compartilhar este post Link para o post Compartilhar em outros sites
william_droops 0 Denunciar post Postado Agosto 31, 2008 tentei, mas não deu certo. william@will_linux:/etc/apache2/mods-enabled$ sudo ln -ns ../mods-available/php5.conf php5.conf sudo: unable to resolve host will_linux [sudo] password for william: ln: criando link simbólico `php5.conf': O arquivo já existe william@will_linux:/etc/apache2/mods-enabled$ sudo ln -ns ../mods-available/php5.load php5.load sudo: unable to resolve host will_linux ln: criando link simbólico `php5.load': O arquivo já existe william@will_linux:/etc/apache2/mods-enabled$ sudo /etc/init.d/apache2 reload sudo: unable to resolve host will_linux * Reloading web server config apache2 apache2: apr_sockaddr_info_get() failed for will_linux apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [ OK ] william@will_linux:/etc/apache2/mods-enabled$ Compartilhar este post Link para o post Compartilhar em outros sites
rafael.t.a 0 Denunciar post Postado Agosto 31, 2008 Tu instalou tudo assim??? $ sudo apt-get install apache2 mysql-server-5.0 php5 php5-mysql Compartilhar este post Link para o post Compartilhar em outros sites
william_droops 0 Denunciar post Postado Agosto 31, 2008 Fiz assim sudo apt-get install apache2 php5 libapache2-mod-php5 php5-mysql mysql-server mysql-client mysql-common Compartilhar este post Link para o post Compartilhar em outros sites
william_droops 0 Denunciar post Postado Setembro 1, 2008 Obrigado, funcionou. Compartilhar este post Link para o post Compartilhar em outros sites