Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Pomoc W skonfigurowaniu strony apache2
#1
0
Dzień dobry

mam pytanie jak mam skonfigurować server apache żeby pliki strony były np. w katalogu /home/server/Dokumenty/website/
i aby działało przekierowywanie na podstrony z pliku .htaccess? prosiłbym o to aby w odpowiedźi podawać komendy

Konfiguracje mam taką znalazłem w necie:

<VirtualHost *:80>
    ServerAdmin [email protected]
    ServerName franektoube.pl
    ServerAlias www.franektoube.pl
    DocumentRoot /home/server/website/
    <Directory /home/server/website/>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
    </Directory>
    ErrorLog ${APACHE_LOG_DIR}/franektoube_error.log
    CustomLog ${APACHE_LOG_DIR}/franektoube_access.log combined
</VirtualHost>

i nie działa nadal 403 forbiden
Odpowiedz
#2
0
Do pliku /etc/apache2/apache2.conf po pozycji:
Kod:
<Directory /var/www/>
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>

Dopisz:
Kod:
<Directory /home/server/>
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>
i wykonaj:
Kod:
sudo systemctl reload apache2
[Obrazek: userbar.png]
Prowadzę to forum od roku 2007. Przez ten czas projekt minta bardzo negatywnie się zmienił, stąd mogą w moich postach być opinie z którymi można się nie zgadzać.
Odpowiedz
#3
0
Niestety nadal nie działa
Odpowiedz
#4
0
Co mówią logi?
[Obrazek: userbar.png]
Prowadzę to forum od roku 2007. Przez ten czas projekt minta bardzo negatywnie się zmienił, stąd mogą w moich postach być opinie z którymi można się nie zgadzać.
Odpowiedz
#5
0
W logach jest to
(Podaje z wykorzystanymi komendami)
Kod:
server@dom:/var/log/apache2$ cat franektoube_error.log
[Tue May 14 06:38:29.254011 2024] [core:error] [pid 2413:tid 139718104708672] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
[Tue May 14 06:38:31.603889 2024] [core:error] [pid 2413:tid 139718096315968] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
[Tue May 14 06:38:32.155250 2024] [core:error] [pid 2413:tid 139718087923264] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
[Tue May 14 06:38:32.600559 2024] [core:error] [pid 2413:tid 139718079530560] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
[Tue May 14 06:38:32.765333 2024] [core:error] [pid 2413:tid 139718071137856] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
[Tue May 14 06:38:32.889208 2024] [core:error] [pid 2413:tid 139718062745152] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
[Tue May 14 06:38:33.081533 2024] [core:error] [pid 2413:tid 139718054352448] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
[Tue May 14 06:38:33.233377 2024] [core:error] [pid 2413:tid 139717702055488] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
[Tue May 14 06:38:33.419367 2024] [core:error] [pid 2413:tid 139717693662784] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
[Tue May 14 06:38:33.570935 2024] [core:error] [pid 2413:tid 139717685270080] (13)Permission denied: [client 127.0.0.1:37538] AH00035: access to / denied (filesystem path '/home/server/website') because search permissions are missing on a component of the path
server@dom:/var/log/apache2$ cat franektoube_access.log
127.0.0.1 - - [14/May/2024:06:38:29 +0200] "GET / HTTP/1.1" 403 491 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [14/May/2024:06:38:31 +0200] "GET / HTTP/1.1" 403 490 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [14/May/2024:06:38:32 +0200] "GET / HTTP/1.1" 403 490 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [14/May/2024:06:38:32 +0200] "GET / HTTP/1.1" 403 490 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [14/May/2024:06:38:32 +0200] "GET / HTTP/1.1" 403 490 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [14/May/2024:06:38:32 +0200] "GET / HTTP/1.1" 403 490 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [14/May/2024:06:38:33 +0200] "GET / HTTP/1.1" 403 490 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [14/May/2024:06:38:33 +0200] "GET / HTTP/1.1" 403 490 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [14/May/2024:06:38:33 +0200] "GET / HTTP/1.1" 403 490 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [14/May/2024:06:38:33 +0200] "GET / HTTP/1.1" 403 490 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
server@dom:/var/log/apache2$ cat error.log
[Tue May 14 06:38:12.721411 2024] [mpm_event:notice] [pid 2411:tid 139718185424768] AH00489: Apache/2.4.52 (Ubuntu) configured -- resuming normal operations
[Tue May 14 06:38:12.721564 2024] [core:notice] [pid 2411:tid 139718185424768] AH00094: Command line: '/usr/sbin/apache2'
server@dom:/var/log/apache2$ cat other_vhosts_access.log
server@dom:/var/log/apache2$
Odpowiedz
#6
0
Kod:
chmod 755 /home/server/website
[Obrazek: userbar.png]
Prowadzę to forum od roku 2007. Przez ten czas projekt minta bardzo negatywnie się zmienił, stąd mogą w moich postach być opinie z którymi można się nie zgadzać.
Odpowiedz
#7
0
(14-05-2024, 09:14)mati75 napisał(a):
Kod:
chmod 755 /home/server/website
niestety nadal to samo
Odpowiedz
#8
0
A logi co mówią?
Odpowiedz
#9
0
Zrobiłem dokładnie to samo co tutaj opisane na mincie 21.3 i wszystko działa poprawnie.
[Obrazek: userbar.png]
Prowadzę to forum od roku 2007. Przez ten czas projekt minta bardzo negatywnie się zmienił, stąd mogą w moich postach być opinie z którymi można się nie zgadzać.
Odpowiedz


Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości