Mi IP local es 192.168.29.248 . Y quiero ejecutar el sitio PHP normalmente cuando ejecuto 192.168.29.248:8086 y el sitio web de Django como 192.168.29.248:8086/django/ . ¿Cómo puedo conseguir esto? Mi vhosts.conf actual es:
<VirtualHost *:8086> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted </Directory> </VirtualHost>¿Por favor ayuda?