Score:0

Why 127.0.0.1/"project-name" worked and not localhost/"project-name" in linux ubuntu 22.04

tn flag

in my 000-default.conf

ServerAdmin webmaster@localhost
        DocumentRoot /var/www/html

and in apache2.conf

<Directory /var/www/>
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>

What is wrong?

Bodo avatar
pt flag
Please [edit] your question and add more details: What exactly means "worked" or "not"? What error message do you get? Or how exactly does it not work? What do you see in Apache's log files? Show your `VirtualHost` configuration. Copy&paste relevant parts of your configuration files and format these as code blocks, e.g. by inserting a line `~~~` before and after the code block.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.