Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Pensamientos al azar acerca de vBSEO y www.bmwfaq.com
Optimization Related with memcached, eAccelerator, xCache
Old

[How To] Cambiando Dominios: Directamente redireccionando desde el viejo al nuevo dominio con un htaccess

Posted 10-09-2008 at 12:14 PM by Danny Bembibre (Danny Bembibre, Crawlability Inc.)
Para propositos de SEO (esto es miles de páginas indexadas bajo un nombre de dominio que ya no contiene nuestro sitio actual) muchas veces es recomendable mantener el viejo nombre de dominio.

Por tanto, si decides cambiarlo, necesitas hacer una redirección 301
de tráfico desde el viejo dominio al nuevo dominio.

Para llevarla a cabo simplemente necesitas editar o añadir un .htacces a la raíz de tu viejo dominio

Code:
Options +FollowSymLinks
RewriteEngine
...
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Views 258 Comments 0 Danny Bembibre is offline
Old

[How To] 404 /301 Tool Utilizar en foros migrados a traves de ImpEx, despues de migrar

Posted 10-09-2008 at 12:12 PM by Danny Bembibre (Danny Bembibre, Crawlability Inc.)
Mert Original Post: http://www.vbseo.com/f2/404-301-tool...-forums-27498/

Uno de las mayores ventajas que posée vBulletin es la herramienta ImpEx. ImpxEx permite importar de forma sencilla y rápida el contenido de tu foro anterior, lease, phpBB, IPB, SMF, etc, a vBulletin, permitiendote de forma sencilla tener tu foro vBulletin/vBSEO sin perder todos los post/usuarios del foro anterior que utilizabas.

La parte mala de ImpEx reside en que...
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Views 227 Comments 0 Danny Bembibre is offline
Old

Plugin Memcached vBulletin Templates

Posted 11-02-2007 at 07:03 AM by dbembibre (Danny Bembibre, Crawlability Inc.)
Updated 11-05-2007 at 05:45 PM by dbembibre
I modify a old plugin of Orban that cached templates at disk and make a modify to put this templates into memcached server (i use as base a memcache wrapper of Jiri Kupiainen).
Work ok at my forums, but im not a php expertise and i cant guaranteed that is bug free..

Upload the template_cache.php file to you includes folder and install the xml product.

Go to AdminCP->Memcached Cache Options and config:

...
Attached Thumbnails
Click image for larger version

Name:	mmc2.JPG
Views:	437
Size:	73.9 KB
ID:	18  
Attached Files
File Type: zip template_cache.zip (3.2 KB, 35 views)
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Views 669 Comments 0 Danny Bembibre is offline
Old
Rating: 3 votes, 5.00 average.

Enable caching functions get and put in eAccelerator

Posted 10-16-2007 at 07:33 AM by dbembibre (Danny Bembibre, Crawlability Inc.)
Updated 10-16-2007 at 12:38 PM by dbembibre
eAccelerator_get and eAccelerator_put functions are now disabled by default. These functions have been disabled because when leaving them on without any precautions these functions can be used for a local DoS attack by keep putting data in shared memory.

http://eaccelerator.net/ticket/37

The correct way to enable it is configure with the following atribute

Code:
--with-eaccelerator-shared-memory
Configure and install secuence
...
Attached Thumbnails
Click image for larger version

Name:	vbSeo_ea_storage.JPG
Views:	817
Size:	25.0 KB
ID:	5  
Attached Files
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Views 1797 Comments 7 Danny Bembibre is offline
Old

Daemon scripts for memcached

Posted 10-12-2007 at 03:53 PM by dbembibre (Danny Bembibre, Crawlability Inc.)
Updated 10-16-2007 at 12:39 PM by dbembibre
I dont know if the starters script exist, but i cant found.
This is my solution from debian starters script in my Centos5.

Create the configuration file

Code:
touch /etc/memcached.conf
And put in:

Code:
#Memory a usar
-m 16
# default port
-p 11211
# user to run daemon nobody/apache/www-data
-u nobody
# only listen locally
-l 127.0.0.1
Create the startups files

Code:
touch /etc/init.d/memcached
...
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Views 2348 Comments 1 Danny Bembibre is offline

All times are GMT -4. The time now is 05:27 PM.


Powered by vBulletin Version 3.8.0 Release Candidate 1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.