From: Epiphanov Sergei <serpiph@nikiet.ru> To: "Рассылка Sisyphus" <sisyphus@lists.altlinux.org> Subject: [sisyphus] apache2 config Date: Wed, 21 Mar 2007 17:40:01 +0300 Message-ID: <200703211740.01635.serpiph@nikiet.ru> (raw) Вопрос по apache2. Поставил с нуля apache2, к /etc/httpd2/conf/httpd.conf добавил строку Include conf/extra/httpd.gitweb.conf, в котором прописано: <IfModule alias_module> <IfModule env_module> <IfModule rewrite_module> #Alias /git/ /home/Repo/ <Location "/git"> RewriteEngine on RewriteRule ^/(.*\.git/(?!/?(info|objects|refs)).*)? $ /cgi-bin/gitweb.cgi%{REQUEST_URI} [L,PT] SetEnv GITWEB_CONFIG /etc/gitweb.conf </Location> </IfModule> </IfModule> </IfModule> Но при проверке выясняется, что для gitweb.cgi окружение так и не поставлено (то есть не отработал SetEnv). При этом все нужные модули загружены, так как игра с RewriteEngine в этом файле меняет поведение сервера при перезагрузке. Уже замучился искать, что не так, прошу помощи. -- С уважением, Епифанов Сергей
next reply other threads:[~2007-03-21 14:40 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-03-21 14:40 Epiphanov Sergei [this message] 2007-03-21 14:56 ` Aleksey Avdeev 2007-03-21 15:25 ` Epiphanov Sergei 2007-03-21 15:30 ` Epiphanov Sergei 2007-03-21 15:38 ` Aleksey Avdeev 2007-03-22 7:58 ` Epiphanov Sergei 2007-03-22 10:44 ` Aleksey Avdeev 2007-03-22 11:17 ` Epiphanov Sergei 2007-03-22 12:09 ` Aleksey Avdeev
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=200703211740.01635.serpiph@nikiet.ru \ --to=serpiph@nikiet.ru \ --cc=sisyphus@lists.altlinux.org \ /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 Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git