Cita de: engelx en 7 Mayo 2013, 22:04 PM
no veo la herramienta en esa pagina que está publicada
http://www.intel.com/content/www/us/en/security/passwordwin.html
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCita de: engelx en 7 Mayo 2013, 22:04 PM
no veo la herramienta en esa pagina que está publicada
Cita de: el-brujo en 19 Abril 2011, 11:29 AM
el proftpd lleva un fichero de configuración proftpd.conf dónde está todo explicado.
Si, debes añadir un usuario en el sistema para que pueda acceder al ftp. No hace falta lo del alias.
Te recomiendo las directivas:RequireValidShell off
<Limit LOGIN>
Order allow,deny
AllowUser usuario
Deny all
</Limit>
DefaultRoot /home/usuario/public_html usuario
La primera para que el usuario del ftp aunque no tenga acceso shell pueda logearse al ftp (por seguridad), la segunda para que sólo puedan acceder los usuarios que tu digas al ftp, aunque tengan cuenta y la tercera para que vean los ficheros del directorio dónde está el wordpress (mira la ruta (path))
Citar
In order to fix this issue, you will need to make sure that the scripts which need to write to the filesystem are owned by the same user that apache is running as.
Many hosting companies will run your apache instance using your user account, and all of your files will be owned by the same account. In those cases, you will probably not have the issue described here.
If your hosting company is running apache as a system user, and your files are owned by your own account, your only option may be to enter your FTP credentials here and allow WordPress to use FTP.
If you are running on a hosting company that gives you root access, or you have installed WordPress on your own development machine at home or at work, you should be able to modify the filesystem permissions to allow WordPress to directly access the filesystem.
The easiest way to do this is to find out what user apache is running as and change ownership of the entire WordPress directory to that user. For example, if apache is running as 'httpd', you could use the following commands on your WordPress installation directory:
# chown -R httpd: wordpress
Note that not all versions of chown are equal. If that command does not work, see your local chown man page for usage information.
Tip: In order to find out what user your instance of apache is running as, create a test script with the following content:
<?php echo(exec("whoami")); ?>
Cita de: Nakp en 18 Abril 2011, 20:53 PM
pues segun la informacion de registro ya apunta a cdmon pero creo que todavia no esta activo porque no responde nada de nada... habra que esperar :/ prueba con uno .co.cc o .tk que se activan instantaneamente y configura el vhosts para que funcione este creo que no es problema de configuracion de apache sino del dominio
Cita de: Nakp en 18 Abril 2011, 20:43 PM
si.. lo he probado tienes internet con ono y el vnc corriendo x'D jajajajajaja eso no importa
pues para mi que el dominio no apunta a esa ip, no logro resolver el host desde ningun proxy, sera que acabas de actualizar el dns y todavia no se propaga?