Kod: Zaznacz cały
/etc/apache2/sites-enabled/000-default
Kod: Zaznacz cały
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
Kod: Zaznacz cały
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
Kod: Zaznacz cały
a2enmod rewrite
a2enmod headers
/etc/init.d/apache2 restart
Kod: Zaznacz cały
Restarting web server: apache2(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
failed!