XFileSharing Pro - Apache 2.4

Message
Author
amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

Apache 2.4

#1 Postby amator » May 18, 2012 12:52 pm

Anyone tried running XFS Pro on apache 2.4?

chrda
Posts: 296
Joined: Sep 14, 2009 7:16 pm

#2 Postby chrda » May 18, 2012 5:47 pm

Apache 2.4 will most likely not do much for the perl usage on the XFS script.

You will still need nginx for downloads etc on high trafficed sites.

Myself i use Litespeed for the web frontend part, and apache + nginx for download servers.

I will test 2.4 at some point. But i dont see any rush for it ;)

amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

#3 Postby amator » May 18, 2012 8:44 pm

We already using nginx for file servers.

How about litespeed? Works fine? How many request per second do u have?

I do not know whether to invest in the LiteSpeed ​​/ nginx for the app server or do load balancer for that server.

chrda
Posts: 296
Joined: Sep 14, 2009 7:16 pm

#4 Postby chrda » May 18, 2012 11:04 pm

Many ways to do this.

For me litespeed is one webserver that does all, ddos protection, cache of static + dynamic content, and it works great with directadmin.

You can do free versions with putting varnish or nginx infront of apache also.
but then you get 2 services you need to watch + alot of config tuning.

Depends on your server skills.

I am current trying to make a general config file setup for varnish, as it is very powerful when used right.

amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

#5 Postby amator » May 22, 2012 1:38 pm

chrda, maybe u can help me.
I just installed litespeed as you said. All working fine (almost all).
We have custom payment gateway, and we recive payment confirmation from PayU by ipn.cgi. All site wokging fine, sending payment also fine, but I PayU panel I get error 500 (coused by ipn.cgi). So XFS can't recive payment confirmation from payu. ipn.cgi has 755 chmod so shuld work.
On apache everythink work fine so I belive this is litespeed issue.
Do u have any idea what can make this error? As far I remebmber, payu send confirmation by curl (don't sure).