manuales:urlshortener
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previa | |||
manuales:urlshortener [2020/01/26 19:33] – [Sistemas Acortar URLs] manuel.floresv | manuales:urlshortener [2020/01/26 19:40] (actual) – manuel.floresv | ||
---|---|---|---|
Línea 76: | Línea 76: | ||
Require all granted | Require all granted | ||
</ | </ | ||
+ | | ||
chown -R www-data: | chown -R www-data: | ||
a2enmod | a2enmod | ||
Línea 132: | Línea 133: | ||
CONTACT_EMAIL=root@localhost | CONTACT_EMAIL=root@localhost | ||
... | ... | ||
+ | |||
+ | a2enmod proxy | ||
+ | a2enmod proxy_http | ||
+ | a2enmod proxy_ajp | ||
+ | a2enmod rewrite | ||
+ | a2enmod deflate | ||
+ | a2enmod headers | ||
+ | a2enmod proxy_balancer | ||
+ | a2enmod proxy_connect | ||
+ | a2enmod proxy_html | ||
+ | nano / | ||
+ | DocumentRoot / | ||
+ | |||
+ | ProxyPreserveHost On | ||
+ | ProxyPass / http:// | ||
+ | ProxyPassReverse / http:// | ||
+ | |||
+ | systemctl restart apache2 | ||
npm install | npm install |
manuales/urlshortener.1580067227.txt.gz · Última modificación: por manuel.floresv