Notificaciones
Eliminar todas

[ BIENVENIDO | ENCUENTRA O COMPARTE SOLUCIONES ]

I  M  P  O  R  T  A  N  T  E

REGLAS DEL FORO | PROBLEMAS DE INGRESO O CONTRASEÑA | DEEPINES CHANGE LOG | ÚLTIMOS MENSAJES

Ayuda Como puedo mover mi apache a mi home, /var/www/html a /home/pc/dev/html

1 Respuestas
1 Usuarios
0 Me gusta
408 Visitas
 owee
(@owee)
Respuestas: 1
Nuevo (a) Integrante Deepineros
Iniciante del hilo
 

Antes de la version deepin 20.5 , Yo podia mover mi apache a mi home.

tengo esto :

<VirtualHost *:80>

DocumentRoot /var/www/html

<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>

</VirtualHost>

 

y Quiero mover a esto:

<VirtualHost *:80>

DocumentRoot /home/phc/dev//html

<Directory /home/phc/dev//html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>

</VirtualHost>

 

Antes eso me funcionaba .. pero ahora no con la version de deepin 20.5, no se si hay otra forma .. , el error que me sale ahi es que no tengo permisos, y eh dado todos los permisos ... pero igual no me funciono.., Alguna idea, asi en la actualizacion para la siguiente version no pueda perder ningun archivo.

 

Gracias.

 
Publicado el : 29 mayo, 2022 2:37 pm
Comparte: