j

jnestorxp

Usuario (Perú)

Primer post: 29 may 2011Último post: 29 may 2011
1
Posts
0
Puntos totales
0
Comentarios
UniServer Servidor WEb y Viene Incluido MSTP
UniServer Servidor WEb y Viene Incluido MSTP
InfoporAnónimo5/29/2011

¿PARA QUE SIRVE? Para colocar servidores web, en ella podras desarrollar tu web. Para los servidores privados de juego online. colocar su web de registro Para los estudiantes de desarrollo en paginas web... Para colocar varios Host(tener viarias direcciones web)para diferentes servicios sin que se crucen... ¿Se INSTALA? no se Instal es un Programa portable (puedes llevarlo en tu bolsillo en un Pendriver) ¿QUE TIENE INTEGRADO? El Mysql (base de datos) El Apache (Servidor WEb) go-pear El MSTP(para envio de correos instantaneos) PHPMyAdmin (para trabajar con la base de datos) INSTALACION Se descomprime el archivo en la unidad y carpeta que desee (Archivo que se descarga) http://sourceforge.net/projects/miniserver/files/Uniform%20Server/7.0.6-Orion/Orion_7_0_6.exe/download En La carpeta www se coloca los archivos de la web si no usan el virtual Para los que usan el virtualHost Las carpetas en sus respectivas carpetas de cada hostname Recomendaciones: en UniServerhomeadminwwwincludes se encuentra un archivo config.inc.php en ella modificar esta linea $us_secure = "1"; // Use secure.php if set to 1 Por $us_secure = "0"; // Use secure.php if set to 1 para configurar el servidor. colocar las diferentes contraseñas para la base de datos el acceso a la web etc etc despues de configurar el panel volver a colocar la linea en su estado inicial osea: $us_secure = "1"; // Use secure.php if set to 1 en la UniServerwww el archivo .htaccess modificarlo de esta manera: #------------------------------------------------------------------------------ # Server root folder www .htaccess # This file provides server security limiting access to the localhost only. # Comment next three lines to deactivate. (Allows external access) #------------------------------------------------------------------------------ Order Deny,Allow Deny from all Allow from 127.0.0.1 #------------------------------------------------------------------------------ # To allow execution of cgi scripts in this directory uncomment next two lines. #------------------------------------------------------------------------------ AddHandler cgi-script .pl .cgi Options +ExecCGI +FollowSymLinks #------------------------------------------------------------------------------ # Activate this section to use the Private Server Feature! # Defaults: Username - root; Password - root # Note AuthUserFile: File path is relative to server root # To lock server, uncomment the next 4 lines. (A name and password is required) #------------------------------------------------------------------------------ #AuthName "Uniform Server - Server Access" #AuthType Basic #AuthUserFile ../../../htpasswd/www/.htpasswd #Require valid-user POR ESTA #------------------------------------------------------------------------------ # Server root folder www .htaccess # This file provides server security limiting access to the localhost only. # Comment next three lines to deactivate. (Allows external access) #------------------------------------------------------------------------------ #Order Deny,Allow #Deny from all #Allow from 127.0.0.1 #------------------------------------------------------------------------------ # To allow execution of cgi scripts in this directory uncomment next two lines. #------------------------------------------------------------------------------ AddHandler cgi-script .pl .cgi Options +ExecCGI +FollowSymLinks #------------------------------------------------------------------------------ # Activate this section to use the Private Server Feature! # Defaults: Username - root; Password - root # Note AuthUserFile: File path is relative to server root # To lock server, uncomment the next 4 lines. (A name and password is required) #------------------------------------------------------------------------------ #AuthName "Uniform Server - Server Access" #AuthType Basic #AuthUserFile ../../../htpasswd/www/.htpasswd #Require valid-user es para q tenga acceso a la web desde el exterior El MSTP se configura con el correo que tenga en hotmail o gmail en la carpeta UniServermsmtp el archivo msmtprc Ej con Gmail ############################################################################### # Uniform Server msmtp configuration file # # There are three pre-configured accounts (MyISP, Hotmail and Gmail) you can # add as many as you like each must have a unique account name. # # The pre-configured accounts are templates you must change the following for # at least one account and assign it as default. # # 1) MyISP # Substitute smpt.tiscali.co.uk with your ISP's smpt server # Substitute john.doe@tiscali.co.uk with your real email address # # 2) Hotmail # Substitute john.doe123@hotmail.co.uk with your login email address # Substitute fred123 with your login password # # 3) Gmail # Substitute john.doe777@gmail.com with your login email address # Substitute fred999 with your login password # # PHP will use whichever account you have assigned as default it’s currently # set to Hotmail change folowing line as appropriate: account default : ############################################################################### #== Set default values for all following accounts. defaults logfile "D:/UniServer/msmtp/sendmail.log" # 1 === Your ISP account ======================== account MyISP host smpt.tiscali.co.uk from john.doe@tiscali.co.uk auth off # 2 === A freemail account at Hotmail =========== account Hotmail tls on tls_certcheck off host smtp.live.com from maildeusuario@hotmail.es auth on user maildeusuario@hotmail.es password contraseña del usuraio de maildeusuario@hotmail.es # 3 === A freemail account at Google ============ account Gmail tls on port 587 tls_certcheck off host smtp.gmail.com from maildeusuario@gmail.com auth on user maildeusuario@gmail.com password contraseña del usuraio de maildeusuario@gmail.com #==== Set a default account ===================== account default : Gmail CON HOTMAIL ############################################################################### # Uniform Server msmtp configuration file # # There are three pre-configured accounts (MyISP, Hotmail and Gmail) you can # add as many as you like each must have a unique account name. # # The pre-configured accounts are templates you must change the following for # at least one account and assign it as default. # # 1) MyISP # Substitute smpt.tiscali.co.uk with your ISP's smpt server # Substitute john.doe@tiscali.co.uk with your real email address # # 2) Hotmail # Substitute john.doe123@hotmail.co.uk with your login email address # Substitute fred123 with your login password # # 3) Gmail # Substitute john.doe777@gmail.com with your login email address # Substitute fred999 with your login password # # PHP will use whichever account you have assigned as default it’s currently # set to Hotmail change folowing line as appropriate: account default : ############################################################################### #== Set default values for all following accounts. defaults logfile "D:/UniServer/msmtp/sendmail.log" # 1 === Your ISP account ======================== account MyISP host smpt.tiscali.co.uk from john.doe@tiscali.co.uk auth off # 2 === A freemail account at Hotmail =========== account Hotmail tls on tls_certcheck off host smtp.live.com from maildeusuario@hotmail.es auth on user maildeusuario@hotmail.es password contraseña del usuraio de maildeusuario@hotmail.es # 3 === A freemail account at Google ============ account Gmail tls on port 587 tls_certcheck off host smtp.gmail.com from maildeusuario@gmail.com auth on user maildeusuario@gmail.com password contraseña del usuraio de maildeusuario@gmail.com #==== Set a default account ===================== account default : Hotmail solo se cambia la ultima linea gmil po hotmail o viseversa solo modificar los que estan resaltado con colores espero que le sirva de algo...

0
0
PosteameloArchivo Histórico de Taringa! (2004-2017). Preservando la inteligencia colectiva de la internet hispanohablante.

CONTACTO

18 de Septiembre 455, Casilla 52

Chillán, Región de Ñuble, Chile

Solo correo postal

© 2026 Posteamelo.com. No afiliado con Taringa! ni sus sucesores.

Contenido preservado con fines históricos y culturales.