Esta é a the-square.local.conf
aparência dos meus hosts virtuais:
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port t>
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin admin@the_square.com
ServerAlias the-square.local
ServerName the-square.local
DocumentRoot /var/www/html/the_square/public
<Directory /var/www/html/the_square/public>
Options -Indexes +FollowSymLinks
AllowOverride All
Allow from all
</Directory>
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/the-square.local-error.log
CustomLog ${APACHE_LOG_DIR}/the-square.local-access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
Já habilitei o sitesudo a2ensite the-square.local
E eu também adicionei /etc/hosts
sob o 127.0.0.6 the_square.local
.
Eu já reiniciei o apache 2 systemctl reload apache2
.
Também fiz sudo chmod -R 755
e 777
também para o projeto.
Tenho outros hosts virtuais funcionando sem problemas, mas não consigo encontrar o problema desta vez.
Obrigado!
- Edit: mudei o nome do projeto para
thesquare
e também fiz em todas as configurações essa mudança mas continua o mesmo erro...
Responder1
As instruções sobre a possibilidade de usar um sublinhado _
em um nome de domínio são um pouco ambíguas do ponto de vista teórico. Mas certamente não é incentivado nas práticas modernas. Um nome de domínio com um sublinhado provavelmente não será resolvido e não será permitido pelos sistemas modernos. O mesmo vale para nomes de host e até mesmo para Apache DocumentRoot
em alguns casos.
Por favor, veja esta postagem, por exemplo:
Os subdomínios (nome de domínio) podem ter um sublinhado “_”?
E este post relacionado ao Apache DocumentRoot
:
Solicitação incorreta Seu navegador enviou uma solicitação que este servidor não conseguiu entender
Vale a pena notar também que o TLD.local
pode não ser totalmente suportado em todos os revólveres DNS e, neste caso, o TLD .localdomain
pode ser usado.