ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Vitaly Ostanin <vyt@vzljot.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: [sisyphus] Re: Trac beta usage
Date: Tue, 06 Sep 2005 15:38:14 +0400
Message-ID: <431D7FA6.9010305@vzljot.ru> (raw)
In-Reply-To: <20050906135615.45f5cc3c.bga@tepkom.ru>


[-- Attachment #1.1: Type: text/plain, Size: 1153 bytes --]

Grigory Batalov пишет:
> On Tue, 06 Sep 2005 12:25:23 +0400
> Vitaly Ostanin <vyt@vzljot.ru> wrote:
> 
> 
>>>У меня возникли трудности с версией 0.8.4, работает только
>>>вариант standalone-сервера.
>>>
>>>Всвязи с чем вопрос: не стоит ли попробовать какую-нибудь бету
>>>(и какую)? Достаточно ли они стабильны, чтобы не плясать вокруг
>>>при будущем обновлении?
>>
>>Я сижу на текущем trunk, отслеживая их timeline, сейчас они вроде
>>как готовят 0.9 beta. Работает всё достаточно стабильно, а
>>критичные баги они оперативно исправляют. Запускаю с mod_python и
>>apache2.
> 
>   А mod_python и apache2 из Сизифа или из backports?
>   Или самосборные?

apache2 из Сизифа, mod_python самосборный, спек в аттаче, конфиг
трака тоже.

>>>P.S. Кстати, 0.8.4 могу залить в backports, раз уж себе собрал.
>>>     Надо?
>>
>>Лучше подождать 0.9 - 0.8.4 фатально устарела, и там неприятные
>>баги с кодировками. Но вообще дело хозяйское :)
> 
>   Тогда не буду =).

У них, оказывается, уже 0.9b1 готова, обновление баз с 0.8.4
работает (но не гарантирую :)).

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #1.2: apache2-mod_python.spec --]
[-- Type: text/plain, Size: 1624 bytes --]

# -*-rpm-spec-*-

%define modulename mod_python

Name: apache2-%modulename
Version: 3.1.4
Release: alt0.1

Summary: Python module for Apache2 Server
License: Apache Software License
Group: System/Servers
Url: http://www.modpython.org

Source0: %modulename-%version.tgz

PreReq: apache2 >= %apache_version
BuildPreReq: apache2-devel >= %apache_version
PreReq: python >= %__python_version
BuildPreReq: rpm-build-python >= 0.21-alt1
BuildPreReq: python-devel = %__python_version
Requires: python = %__python_version
Provides: mod_python%__python_version

# Automatically added by buildreq on Wed Apr 13 2005
BuildRequires: apache2-devel hostinfo libapr-devel libaprutil-devel python-base python-dev python-modules-encodings

%add_python_req_skip _apache

%description
Python module for Apache2 Server.

%prep
%setup -q -n %modulename-%version

%build
%configure --with-apxs=%apache_apxs
%make

%install
%make DESTDIR=%buildroot install

### Creating %modulename.conf
%__cat <<EOF >%modulename.conf
### %modulename.conf - configuration directives for the Python Apache2 module.

# LoadModule python_module      modules/mod_python.so
EOF

%__mkdir_p %buildroot%apache_addonconfdir
%__install -m 0644 %modulename.conf %buildroot%apache_addonconfdir

%post
[ -x %apache_ctl ] && %apache_ctl update ||:

%postun
[ -x %apache_ctl ] && %apache_ctl update ||:

%files 
%python_sitelibdir/%modulename
%apache_moduledir/%modulename.so
%config(noreplace) %apache_addonconfdir/%modulename.conf

%changelog
* Wed Apr 13 2005 Vitaly A. Ostanin <vyt@altlinux.ru> 3.1.4-alt0.1
- First build for Sisyphus based on spec from Sisyphus mod_python

[-- Attachment #1.3: A.trac.conf --]
[-- Type: text/plain, Size: 418 bytes --]

Alias /trac/ /usr/share/trac/htdocs/

<Location "/projects">
    SetHandler mod_python
    PythonHandler trac.web.modpython_frontend
    PythonOption TracEnv /var/www/apache2/html/trac/projects
    PythonOption TracLocale ru_RU.UTF-8
</Location>

<Location "/projects/login">
    AuthType Basic
    AuthName "myproject"
    AuthUserFile /var/www/apache2/html/trac/projects/.htaccess
    Require valid-user
</Location>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

      reply	other threads:[~2005-09-06 11:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-05 15:24 [sisyphus] " Grigory Batalov
2005-09-06  8:25 ` [sisyphus] " Vitaly Ostanin
2005-09-06  9:56   ` Grigory Batalov
2005-09-06 11:38     ` Vitaly Ostanin [this message]

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=431D7FA6.9010305@vzljot.ru \
    --to=vyt@vzljot.ru \
    --cc=sisyphus@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 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