Score:0

error in spache2 000-default.conf file

py flag

I am trying to use apache2 for evil twin access point attack. When I started apache2 service, I got an error:

error message

This is my config file:

apache config file

This is my issue, saying that 000-default.config file has a syntax error on line 39.

mpboden avatar
do flag
Please don’t add “solved “ to the title. The correct protocol is to accept an answer by clicking the check mark next to the answer that solved your problem. If a current answer is not a solution, then add your own and accept that.
Score:0
do flag

You need to put a space between Directory and the first quotation mark on the first line of the directive as follows. Also, the last line does not need the directory path.

<Directory “/var/www/html">
RewriteEngine On
RewriteBase /
RewriteCond%{HTTP HOST} ^www\.(.*)$[NC]
RewriteRule ^(.*)$ HTTP://%1/$1 [r=301,l]
RewriteCond%{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ / [L,QSA]
</Directory>
I sit in a Tesla and translated this thread with Ai:

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.