Kod: Zaznacz cały
service apache2 restart
Kod: Zaznacz cały
<?php
phpinfo();
?>
Kod: Zaznacz cały
http://localhost/informacje.php
Kod: Zaznacz cały
http://localhost
Co jest problemem? Co robię źle? Proszę o pomoc Distro Debian Jessie
Kod: Zaznacz cały
service apache2 restart
Kod: Zaznacz cały
<?php
phpinfo();
?>
Kod: Zaznacz cały
http://localhost/informacje.php
Kod: Zaznacz cały
http://localhost
Kod: Zaznacz cały
/etc/apache2/sites-available
Kod: Zaznacz cały
# Sets the default security model of the Apache2 HTTPD server. It does
# not allow access to the root filesystem outside of /usr/share and /var/www.
# The former is used by web applications packaged in Debian,
# the latter may be used for local directories served by the web server. If
# your system is serving content from a sub-directory in /srv you must allow
# access here, or in any related virtual host.
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory /usr/share>
AllowOverride None
Require all granted
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
Kod: Zaznacz cały
service apache2 restart