
1st November 2011, 00:36
|
|
Junior Member
|
|
Join Date: Apr 2011
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I know it's a bit early to ask, but when do you think there will be a stable release of the new version? I'm planning to re-build up my VPS from scratch, but I would definitely wait for the new ISPConfig. Nginx support is more then welcome, well done!
Last edited by szucsati; 1st November 2011 at 12:08.
|

1st November 2011, 07:30
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
ISPConfig 3.0.4 will be released this week.
|

1st November 2011, 14:04
|
|
Senior Member
|
|
Join Date: Sep 2005
Posts: 1,186
Thanks: 60
Thanked 13 Times in 11 Posts
|
|
I don't have the ressources to test this beta so here comes a theoretical question:
how does the nginx support look like? what exactly does this ISPCFG version do to support nginx?
can I select which webserver to run for a particular site? i.e. chose to run some sites on apache and some on nginx?
Does ISPCFG do nginx configs or do we still have to modify those manually?
I would be happy to use ISPCFG for general management of quota, and other services but completely switch to nginx and ditch apache. even if it means I have to do manual work to get nginx running for all my sites.
does ispcfg set the right ownership user/group for sites created to be run on nginx?
|

1st November 2011, 14:31
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
ISPConfig does the same for a nginx setup that it does for a apache setup, so its a full configuration as usual.
If you have a multiserver setup, then you can switch which website is created on a nginx server and which on a apache server. You can not run apache and nginx on the same server.
|

1st November 2011, 16:03
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Quote:
Originally Posted by Croydon
I don't know if this is fixed in stable branch, but in trunk theres a problem with the seo-redirect:
Code:
<tmpl_if name='seo_redirect_enabled'>
RewriteCond %{HTTP_HOST} ^<tmpl_var name='seo_redirect_origin_domain'>$ [NC]
RewriteRule ^(.*)$ http://<tmpl_var name='seo_redirect_target_domain'>/$1 [R=301,L]
</tmpl_if>
This leads to a double // at the end of the domain.
Code:
<tmpl_if name='seo_redirect_enabled'>
RewriteCond %{HTTP_HOST} ^<tmpl_var name='seo_redirect_origin_domain'>$ [NC]
RewriteRule ^(.*)$ http://<tmpl_var name='seo_redirect_target_domain'>$1 [R=301,L]
</tmpl_if>
should be correct.
|
I've just fixed this.
|

4th November 2011, 17:32
|
|
Senior Member
|
|
Join Date: Sep 2005
Posts: 1,186
Thanks: 60
Thanked 13 Times in 11 Posts
|
|
Do you have a link to the description of the new features? i.e. vserver - what exactly can it do?
Can I use an existing Debian Squeeze installation and replace apache with nginx just like that?
If more is needed, any how-tos?
|

4th November 2011, 17:47
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Quote:
|
Do you have a link to the description of the new features? i.e. vserver - what exactly can it do?
|
The new manual contains already the description of all features and settings. The online demo is also up to date, so you can see the new features there too.
Quote:
|
Can I use an existing Debian Squeeze installation and replace apache with nginx just like that?
|
No. Apache and Nginx use different config file formats and also require a different PHP configuration. In the manual there is a configuration guide for Nginx included and there will be perfect server tutorials for nginx installations available soon too.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 15:12.
|
|
Recent comments
13 hours 51 min ago
18 hours 56 min ago
23 hours 20 min ago
1 day 1 hour ago
1 day 15 hours ago
1 day 15 hours ago
1 day 20 hours ago
2 days 3 hours ago
2 days 3 hours ago
2 days 5 hours ago