quiero aprender como leventar mi propio servidor px y hecho todo esto
instale primero :
- apache apache_2.0.59-win32-x86-no_ssl
- php php-5.2.6-win32-installer
- mysql Setup-mysql-5.0.13-rc-win32
- phpmyadmin 2.8.0.2
cambios en php.ini
-------------------------------------------------------------
register_globals = On
-------------------------------------------------------------
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:/Servidor/PHP/ext/"
-------------------------------------------------------------
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = "C:/Servidor/PHP/uploads/"
************************************************** **************
cambios en httpd.conf
-------------------------------------------------------------
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule php5_module C:/Servidor/PHP/php5apache2.dll
-------------------------------------------------------------
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "C:/Servidor/WEB/"
--------------------------------------------------------------
DirectoryIndex index.html index.htm index.php index.php3 index.php4 index.phtml index.html.var
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps
--------------------------------------------------------------
************************************************** ****************
Cambios en config.inc.php
-------------------------------------------------------------
$cfg['PmaAbsoluteUri'] = ‘http://localhost/phpMyAdmin/’;
-------------------------------------------------------------
C:\
|
--Servidor
|
--PHP
|
--WEB-phpMyAdmin
|
--MySql
///////////////
///problemas///
///////////////
Las http que llamo me bota los siguienetes errores :
cree dentro de la carpeta WEB un archivo llamado "info.php el cual tiene este script
<?
phpinfo();
?>
----------------------------------------------------------------
http://localhost/info.php : http 500-error interno de servidor
----------------------------------------------------------------
----------------------------------------------------------------------
http://localhost/phpmyadmin/
bienvenido a phpmyadmin ...
error mysql ha dicho ?
#1045 -Access denied for user 'root'@'localhost' (using password: NO)
-----------------------------------------------------------------------
ojala me puedan ayudar gracias
puedo cambiar la clave de mysql y too pero eso no son los detalles de las paginas que debe mostrarse normalmente y no c denme una mano plz