Hi,
is there some official (recomended) way how to handle DVD isos with 32bit (i386) CentOS (4.3). The included apache (2.0.52) does not allow to handle files over 2GB. I see two possibilities:
- offer httpd package compiled with large-files support - suggest some light-weight HTTP daemon to redirect request for ISOs on (boa?) + maybe write some howto
merlin.fit.vutbr.cz does have DVD isos on disk, but cannot serve them, that's bad...
I am going to implement the second approach but want to know if someone had solved this yet before I start.
Thanks in advance.
--
Tomas Kasparek, PhD student E-mail: kasparek@fit.vutbr.cz CVT FIT VUT Brno, BI/140a Web: http://www.fit.vutbr.cz/~kasparek Bozetechova 2, 612 66 Fax: +420 54114-1270 Brno, Czech Republic Phone: +420 54114-1220
ICQ: 293092805 jabber: tomas.kasparek@jabber.cz GPG: 2F1E 1AAF FD3B CFA3 1537 63BD DCBE 18FF A035 53BC
Maybe i'm saying something stupid, but maybe a thttpd sitting on a non-standard port with a mod_rewrite rule in apache would do the trick ?
Le jeudi 01 juin 2006 à 08:01 +0200, Kasparek Tomas a écrit :
Hi,
is there some official (recomended) way how to handle DVD isos with 32bit (i386) CentOS (4.3). The included apache (2.0.52) does not allow to handle files over 2GB. I see two possibilities:
- offer httpd package compiled with large-files support
- suggest some light-weight HTTP daemon to redirect request for ISOs on (boa?) + maybe write some howto
merlin.fit.vutbr.cz does have DVD isos on disk, but cannot serve them, that's bad...
I am going to implement the second approach but want to know if someone had solved this yet before I start.
Thanks in advance.
--
Tomas Kasparek, PhD student E-mail: kasparek@fit.vutbr.cz CVT FIT VUT Brno, BI/140a Web: http://www.fit.vutbr.cz/~kasparek Bozetechova 2, 612 66 Fax: +420 54114-1270 Brno, Czech Republic Phone: +420 54114-1220
ICQ: 293092805 jabber: tomas.kasparek@jabber.cz GPG: 2F1E 1AAF FD3B CFA3 1537 63BD DCBE 18FF A035 53BC _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
On Thu, Jun 01, 2006 at 09:55:18AM +0200, Pix wrote:
Maybe i'm saying something stupid, but maybe a thttpd sitting on a non-standard port with a mod_rewrite rule in apache would do the trick ?
Yes, you are right, I just want to know if anyone was not thinking about recompiling the apache wth largefile support - that will be the best solution for me as admin ( = no additional work necessary). If not, I will go the second way - the lightweight web server and redirection.
In this case is there someone using this setup? If so which LW web server are you using? Let share your experience with others in list...
is there some official (recomended) way how to handle DVD isos with 32bit (i386) CentOS (4.3). The included apache (2.0.52) does not allow to handle files over 2GB. I see two possibilities:
- offer httpd package compiled with large-files support
- suggest some light-weight HTTP daemon to redirect request for ISOs on (boa?) + maybe write some howto
merlin.fit.vutbr.cz does have DVD isos on disk, but cannot serve them, that's bad...
I am going to implement the second approach but want to know if someone had solved this yet before I start.
--
Tomas Kasparek, PhD student E-mail: kasparek@fit.vutbr.cz CVT FIT VUT Brno, BI/140a Web: http://www.fit.vutbr.cz/~kasparek Bozetechova 2, 612 66 Fax: +420 54114-1270 Brno, Czech Republic Phone: +420 54114-1220
ICQ: 293092805 jabber: tomas.kasparek@jabber.cz GPG: 2F1E 1AAF FD3B CFA3 1537 63BD DCBE 18FF A035 53BC
Kasparek Tomas wrote:
On Thu, Jun 01, 2006 at 09:55:18AM +0200, Pix wrote:
Maybe i'm saying something stupid, but maybe a thttpd sitting on a non-standard port with a mod_rewrite rule in apache would do the trick ?
Yes, you are right, I just want to know if anyone was not thinking about recompiling the apache wth largefile support - that will be the best solution for me as admin ( = no additional work necessary). If not, I will go the second way - the lightweight web server and redirection.
rebuilding apache with the largefile support breaks the api - so you need to then rebuild everything down the line that needs or might need or uses apache too - php, mod_python, mod_dav_svn mod_perl, mod_ssl and their dep chains.....
so, i am not sure if thats something i'd recommend or even try to do for myself.
Hi, Apache 2.2.2 has been released. Maybe someone can pack this version for mirror site administrators? This version supports the "Large File Support" feature to handle files larger than 2GB. (http://httpd.apache.org/docs/2.2/new_features_2_2.html)
In order to provide uses to download DVD-iso files, we use lighttpd (http://www.lighttpd.net/) as the HTTP server. It has "Large File Support " support. If your site is based on CentOS, you can get the lighttpd package through DAG repository (http://dag.wieers.com/home-made/apt/).
Karanbir Singh wrote:
Kasparek Tomas wrote:
On Thu, Jun 01, 2006 at 09:55:18AM +0200, Pix wrote:
Maybe i'm saying something stupid, but maybe a thttpd sitting on a non-standard port with a mod_rewrite rule in apache would do the trick ?
Yes, you are right, I just want to know if anyone was not thinking about recompiling the apache wth largefile support - that will be the best solution for me as admin ( = no additional work necessary). If not, I will go the second way - the lightweight web server and redirection.
rebuilding apache with the largefile support breaks the api - so you need to then rebuild everything down the line that needs or might need or uses apache too - php, mod_python, mod_dav_svn mod_perl, mod_ssl and their dep chains.....
so, i am not sure if thats something i'd recommend or even try to do for myself.
On Thu, 2006-06-01 at 23:01 +0800, ftpmirror wrote:
Hi, Apache 2.2.2 has been released. Maybe someone can pack this version for mirror site administrators? This version supports the "Large File Support" feature to handle files larger than 2GB. (http://httpd.apache.org/docs/2.2/new_features_2_2.html)
In order to provide uses to download DVD-iso files, we use lighttpd (http://www.lighttpd.net/) as the HTTP server. It has "Large File Support " support. If your site is based on CentOS, you can get the lighttpd package through DAG repository (http://dag.wieers.com/home-made/apt/).
lighttpd does a good job. We use it at duke for our public mirror, too.
-sv
Hi,
I forgot to provide the url of our site. It is http://ftp.ncnu.edu.tw/ (running CentOS and lighttpd). Maybe someone wants to see a demo site.
ftpmirror wrote:
Hi, Apache 2.2.2 has been released. Maybe someone can pack this version for mirror site administrators? This version supports the "Large File Support" feature to handle files larger than 2GB. (http://httpd.apache.org/docs/2.2/new_features_2_2.html)
In order to provide uses to download DVD-iso files, we use lighttpd (http://www.lighttpd.net/) as the HTTP server. It has "Large File Support " support. If your site is based on CentOS, you can get the lighttpd package through DAG repository (http://dag.wieers.com/home-made/apt/).
Karanbir Singh wrote:
Kasparek Tomas wrote:
On Thu, Jun 01, 2006 at 09:55:18AM +0200, Pix wrote:
Maybe i'm saying something stupid, but maybe a thttpd sitting on a non-standard port with a mod_rewrite rule in apache would do the trick ?
Yes, you are right, I just want to know if anyone was not thinking about recompiling the apache wth largefile support - that will be the best solution for me as admin ( = no additional work necessary). If not, I will go the second way - the lightweight web server and redirection.
rebuilding apache with the largefile support breaks the api - so you need to then rebuild everything down the line that needs or might need or uses apache too - php, mod_python, mod_dav_svn mod_perl, mod_ssl and their dep chains.....
so, i am not sure if thats something i'd recommend or even try to do for myself.
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror .