Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nginx-0.5.35 на ОС ubuntu 7.10 , пустые страницы, 404 работает.
Здравствуйте,
устанавливаю nginx на ОС ubuntu 7.10
tar zxf nginx-0.5.35.tar.gz
cd nginx-0.5.35
./configure
далее мне показывает:
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.
устанавливаю PCRE library
затем заново:
./configure
make
make install
nginx успешно установился.
запускаю /usr/local/nginx/sbin/nginx
далее через браузер захожу http://localhost и вижу пустую страницу.
Смотрю HTML код, там тоже пусто. Ни одного символа.
Набираю http://localhost/indexxxx.html показывает 404 как и должно.
А те файлы которые существуют не отображает. Может быть кто нибудь с
этим уже сталкивался ? В чём может быть причина?
Заранее спасибо за помощь!
|