[TYPO3-debian] Using different PHP versions on one system

Michael Stucki michael at typo3.org
Thu Oct 18 11:10:12 CEST 2007


Hi Christian,

> Michael Stucki wrote:
>> just in case you didn't notice this, here's a manual which I've published
>> recently:
>>
http://buzz.typo3.org/people/stucki/article/how-to-use-different-php-versions-on-one-server/
> 
> Thank you Michael for all your work on this.

You're welcome. Finally some feedback, at least! I already thought it was
worthless... :-/

> Our next systems will also use fastcgi. There are just too many
> advantages against mod_php, especially if you can get rid of safe_mode
> with a sane security model instead and without major performance loss on
> a multi-virtual-host system (if there is enough ram).

Absolutely, although I recommend fcgid over fastcgi (maybe you just mixed
that up?) because of its license (iirc mod_fastcgi is non-free).

> This document finally gave me enough self confident to set up fastcgi
> for our dedicated typo3 systems on etch.
> 
> BTW:
> We use rssh in chroots for some users, to enable scp-like-upload and to
> get rid of ftp. This will work even better with fastcgi and its
> different built in user/group models. I might be able to assemble a
> howto as soon we have ported our setup from sarge to etch in a few weeks.
> Is somebody interested in a howto specifically for a working typo3
> implementation (fileadmin folders)?

How about FTP over SSL? I think this is supported by much more clients, and
it's pretty easy to set up with vsftp (I only used this one so far).

I'm also thinking about setting up a WebDAV server which runs as CGI and can
be used with mod_fcgid as well. mod_dav will not work because it can't run
with suexec, but maybe the CGI version might work...(?)

Anyway, I didn't try this yet and won't do it until end of year
(holiday!! :-)) but here is the CGI implementation which I found:

http://plan9.aichi-u.ac.jp/netlib/webappls/webdav.cgi
http://plan9.aichi-u.ac.jp/netlib/webappls/webdav

(the latter one is an improved version with fixes for MacOS, but you might
need to check both of them...)

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/


More information about the TYPO3-debian mailing list