View previous topic :: View next topic |
Author |
Message |
iBannerX
Joined: 05 Feb 2010 Posts: 9
|
Posted: Thu Dec 02, 2010 7:03 am Post subject: Can EBP be powered by Nginx? |
|
|
Hi,
Can Easy Banner Pro be powered by Nginx instead of Apache? |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6207
|
Posted: Thu Dec 02, 2010 8:19 am Post subject: |
|
|
It should work, as far as I know. A short time ago there was another user who installed it on Nginx server and it worked well. The only limitation is that there are not available Rewrite commands. The flash charts on the home page need by default Apache Rewrite. Nginx offers similar command as well but you will need to edit the default commands if you want to use the charts. |
|
Back to top |
|
 |
iBannerX
Joined: 05 Feb 2010 Posts: 9
|
Posted: Thu Dec 02, 2010 6:37 pm Post subject: |
|
|
Do you remember who the user is
What are the apache commands use for the charts?
Do you happen to have the nginx rewrite commands for the charts? |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6207
|
Posted: Fri Dec 03, 2010 2:03 am Post subject: |
|
|
The content of the file looks like this:
RewriteEngine On
RewriteRule charts-(.*)\.xml chart.php?vars=$1 [L] |
I think that it should be quite simple to create Nginx commands if you are familiar with it. I don't remember who the user was but he probably disabled the charts. The script can work well also without them. |
|
Back to top |
|
 |
iBannerX
Joined: 05 Feb 2010 Posts: 9
|
Posted: Mon Dec 27, 2010 4:12 am Post subject: |
|
|
Thanks. Manage to get it to work! |
|
Back to top |
|
 |
|