Развертывание django проект под под-URL с Apache/FastCGi

Необходимо удостовериться, чтобы Вы имели +x на всех каталогах в продвижении пути к корню сайта - так /home, /home/noisepages и /home/noisepages/www

0
задан 21 May 2012 в 12:52
1 ответ

grep for the 404 message in your access_log files, it will indicate whether the RewriteRule matched or not.

grep " 404 " access_log

either you will see

 127.0.0.1 - - [11/May/2012:23:50:56 +0100] "GET /index.fcgi/XXXX HTTP/1.1" 404 123

or

 127.0.0.1 - - [11/May/2012:23:50:56 +0100] "GET /XXXX HTTP/1.1" 404 123

the second ones indicates that the rewrite didn't match...

0
ответ дан 5 December 2019 в 16:17

Теги

Похожие вопросы