XFileSharing Pro - what happen with mod_perl

Message
Author
nik0la
Posts: 102
Joined: Dec 30, 2009 1:50 pm

what happen with mod_perl

#1 Postby nik0la » Aug 28, 2010 5:03 pm

Hello

What happen with mod_perl version of xfilesharingpro? it will come out soon?

mrperl
Posts: 65
Joined: Mar 06, 2010 11:40 am

re: what happen with mod_perl

#2 Postby mrperl » Sep 03, 2010 3:49 pm

The 1.8 source looks the same overall as 1.7, so I don't see any progress.

1.7 did not work reliably under Apache 2.0 mod_perl Apache::Registry and Apache::PerlRun due to the encrypted stuff and some other minor things.

Apache::Registry - only 1 day of programming plus testing
Apache::PerlRun - only 1 day of programming plus testing
Handlers - complete rewrite.

mrperl

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#3 Postby PilgrimX182 » Sep 07, 2010 9:55 am

The main problem is WSD filter not working under mod_perl and we're not feeling good loosing obfuscation of Session.pm module since script will be nulled in weeks like it was last time.

But it's likely possible to implement mod_perl for index_dl.pm, will experiment with this.

mrperl, not true about 1.8. index_dl.pm appeared and it's fast-cgi campatible already.

glumbo
Posts: 211
Joined: Mar 11, 2011 6:26 am

#4 Postby glumbo » Jan 27, 2012 4:29 am

How can we use FastCGI with index_dl.pm?

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#5 Postby admin » Jan 27, 2012 5:03 am

Well, we already have Fast CGI solution for the main server. It will help to reduce main server load.

glumbo
Posts: 211
Joined: Mar 11, 2011 6:26 am

#6 Postby glumbo » Jan 27, 2012 5:31 am

You mean it's already implemented by default?

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#7 Postby admin » Jan 27, 2012 8:09 am

No

qq_bbq
Posts: 122
Joined: Jul 05, 2009 11:33 pm

#8 Postby qq_bbq » Jan 27, 2012 7:13 pm

What version of xfs does fastcgi support and is it currently already in the source code so we just need enable fastcgi in server?