From: Ivan Adzhubei <ivan@protein.bio.msu.su> To: ALT-Linux List <mandrake-russian@altlinux.ru> Subject: [mdk-re] Re: Problems with apache-mod_perl configuration Date: Thu Nov 15 00:39:01 2001 Message-ID: <3BF2E5F4.76F8EF68@protein.bio.msu.su> (raw) Приветствую! Я разобрался в чем проблемы. Конфигурация по умолчанию поставляемая с apache-1.3.22rusPL30.9-alt1 не совсем корректна. > > Запрос на http://localhost/ выдает головную HTML страничку в виде plain > > text, судя по всему - не настроен сотв. MIME type. Файлы в /var/www/html > > лежат вида index.shtml.ru(en|de|...), при загрузке они все показываются > > в plain text, а русские варианты еще и в неправильной кодировке. Раньше, > > например для apache_rus-1.3.12_PL29.4, ничего специального указывать для > > .shtml файлов не требовалось и все работало из коробки. Что и где > > сломалось в 1.3.22 я пока не могу определить. /etc/httpd/conf/http-perl.conf: # # To use server-parsed HTML files # #AddType text/html .shtml #AddHandler server-parsed .shtml Две последние строчки надо раскомментировать чтобы правильно обрабатывались .shtml файлы которые устанавливаются в корень сервера (домашняя страничка по умолчанию и пр.) > > Многие линки в Apache Manual не работают, проверка показала что линки > > ссылаются на документы вида doc_name.html, а на самом деле присутствуют > > только документы вида doc_name.html.en. Надо включить опцию MultiViews, хотя бы для иерархии документов /var/www/html/manual, например добавив следующую секцию в /etc/httpd/conf/http-perl.conf: <Directory /var/www/html/manual> Options MultiViews Indexes Includes FollowSymLinks AllowOverride None order allow,deny allow from all </Directory> Без этого многоязычная документация не будет нормально обрабатываться. Можно включить MultiViews и для всего дерева /var/www/html. Кроме того наткнулся на странную секцию в /etc/rc.d/init.d/httpd-perl, там определена функция moduleargs(), которая нигде не используется? В ней однако имеется ошибка, первой строкой там прописано: moduledir=/usr/lib/perl-apache а правильно: moduledir=/usr/lib/apache-perl Впрочем, если функция действительно не нужна, то лучше бы ее убрать вообще. -- Иван
next reply other threads:[~2001-11-15 0:39 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2001-11-15 0:39 Ivan Adzhubei [this message] 2001-11-15 12:36 ` Alexander Bokovoy
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=3BF2E5F4.76F8EF68@protein.bio.msu.su \ --to=ivan@protein.bio.msu.su \ --cc=mandrake-russian@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git