Inet-Admins mailing list archive (inet-admins@info.east.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [inet-admins] Cisco Documentaion CD
On Sat, 27 Mar 1999, Dmitry Morozovsky wrote:
> On Sat, 27 Mar 1999, Basil V. Dolmatov wrote:
>
> > Кто-нибудь уже разбирался с тем, чем запакованы новые
> > DocCD от Cisco? Поделитесь информацией.
> >
> > P.S. Цель очевидна, реализовать распаковку Апачем "на лету"
> > и держать диск подмонтированным к web-серверу.
>
> gzip :)))
O! Thanks!
Ты правильно помнишь мою сисопскую лень.. :) Спасибо! :)
>
> ------- httpd.conf:
> <Directory */cdrom>
> Action text/gzipped /cgi-bin/gzcat.cgi?
> AddHandler text/gzipped .html .htm
> </Directory>
>
> ------- gzcat.cgi:
> #!/bin/sh -
>
> echo "Content-type: text/html"
> echo ""
>
> HF=${DOCUMENT_ROOT}/$REQUEST_URI
>
> if [ -r $HF ]; then
> gzcat -f $HF
> else
> echo "No such file, sorry"
> fi
>
>
> Sincerely,
> D.Marck [DM5020, DM268-RIPE, DM3-RIPN]
> ------------------------------------------------------------------------
> *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
> ------------------------------------------------------------------------
>
> =============================================================================
> "inet-admins" Internet access mailing list. Maintained by East Connection ISP.
> Mail "unsubscribe inet-admins" to Majordomo@info.east.ru if you want to quit.
> Archive is accessible on http://info.east.ru/rus/inetadm.html
>
--------------------------------------
Basil (Vasily) Dolmatov CCNA,CCDA
East Connection ISP, Moscow, Russia. (http://www.east.ru)
=============================================================================
"inet-admins" Internet access mailing list. Maintained by East Connection ISP.
Mail "unsubscribe inet-admins" to Majordomo@info.east.ru if you want to quit.
Archive is accessible on http://info.east.ru/rus/inetadm.html
|