[TYPO3-linux] TYPO3-linux Digest, Vol 58, Issue 1

Daniel Kemper mail at dkemper.de
Wed May 13 13:12:47 CEST 2009


Hello Gilles,
I use Typo3 with nginx.

Nginx and Typo3 working good together and its a very good performance. You
must install FastCGI and edit the .htaccess because Nginx using a different
"Url-Rewriting" syntax. There is online tool to convert the .htaccess to a
nginx like syntax. But i can´t find the link.

Add this to your webserver config to enable the url rewriting.

  location / {
    root /var/www/virtual/myhost.de/public/;

    index index.html index.php;

    if (!-e $request_filename) {
        rewrite ^(.*) /index.php last;
    }
  }

@ Steffen give it a try. Nginx is a very fast webserver and is used by over
20% of the russian websites.

Have fun with a such great performance.

Daniel


On Wed, May 13, 2009 at 12:00 PM,
<typo3-linux-request at lists.netfielders.de>wrote:

> Send TYPO3-linux mailing list submissions to
>        typo3-linux at lists.netfielders.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-linux
> or, via email, send a message with subject or body 'help' to
>        typo3-linux-request at lists.netfielders.de
>
> You can reach the person managing the list at
>        typo3-linux-owner at lists.netfielders.de
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TYPO3-linux digest..."
>
>
> Today's Topics:
>
>   1. Re: typo3 under nginx (Steffen Mutter)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 13 May 2009 06:13:17 +0000 (UTC)
> From: Steffen Mutter <steffen at gnuher.de>
> Subject: Re: [TYPO3-linux] typo3 under nginx
> To: typo3-linux at lists.netfielders.de
> Message-ID:
>        <mailman.1.1242195602.21294.typo3-linux at lists.netfielders.de>
> Content-Type: text/plain; charset=UTF-8
>
> Hi Gilles.
>
> Michael's absolutely right.
>
> > Gilles Kirouac schrieb:
> >>   Typo3 normally requires Apache as a web server.
>
> No - it just needs a webserver +
> PHP and a database.
> If you want to make it easy, use apache(2), php5.x and MySQL.
>
> >> Can I use nginx (nginx.net)?
>
> You can use any webserver you like, the main dependency is PHP.
> If you want 'nice' urls you might run into trouble. With Apache there's a
> module called mod_rewrite.so used for this.
> lighthttpd also supports this, with a plugin and has its advantages in
> performance.
> I never used nginx and I probably never will :-)
>
> >> Where can I find advice?
>
> Just download the source and the dummy-package of TYPO3. Unpack it, read
> the installation instructions to start off.
> If you want to do imageprocessing, use graphicsmagick - do not even think
> about imagemagick, it's a mess.
>
> >> Is there a How-To on the subject?
>
> Good luck,
> Steffen
>
>
> ------------------------------
>
> _______________________________________________
> TYPO3-linux mailing list
> TYPO3-linux at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-linux
>
> End of TYPO3-linux Digest, Vol 58, Issue 1
> ******************************************
>


More information about the TYPO3-linux mailing list