You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mirrors@apache.org by Dmitry Morozovsky <ma...@rinet.ru> on 2001/03/02 09:35:11 UTC

minimal Apache requirements for current Apache mirror

Hi there colleagues,

what are the requirements with the version and settings of Apache for
holding Apache mirror? I've got at least one error now: selecting docs
does not autoselect languageed index and lead me to ftp-like directory
index.

... also, link to Apache Server at the first page still pointing to
httpd.apache.org, not to the httpd.html in the local tree... :(

Thanks for the info. Also, I suppose it'll be very useful to mention the
settings needed at the "how-to-mirror" page.

Sincerely,
D.Marck                                   [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------


Re: [qmirror] minimal Apache requirements for current Apache mirror

Posted by Dmitry Morozovsky <ma...@rinet.ru>.
On Fri, 2 Mar 2001, jason andrade wrote:

ja> > BTW, SSIs *are* working. What actually does not work is language
ja> > autoselection.
ja> 
ja> well, are you running apache 1.3.X and i assume you have the content
ja> negotiation stuff working ?  i have to admit, i'm not too sure - there
ja> are only one or two sites for which this was an issue for me.

well, please let me know if you find something interesting

ja> > It's for sure not the work neither for Redirect nor for Rewrite -- as
ja> > client's browser send request to master server ;-)
ja> 
ja> then i guess you want to stick with what i do.
ja> 
ja> #
ja> /usr/bin/perl -pi -e 's/httpd.apache.org\//apache.planetmirror.com\/httpd.html/g' /ftp/pub/apache/index.html
ja> /usr/bin/perl -pi -e 's/php.apache.org\//php.planetmirror.com\//g' /ftp/pub/apache/index.html

thanks, I hope I do the trick via sed(1) or even ed(1) ;-)

Sincerely,
D.Marck                                   [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------


Re: [qmirror] minimal Apache requirements for current Apache mirror

Posted by jason andrade <ja...@dstc.edu.au>.
On Fri, 2 Mar 2001, Dmitry Morozovsky wrote:

> BTW, SSIs *are* working. What actually does not work is language
> autoselection.

well, are you running apache 1.3.X and i assume you have the content
negotiation stuff working ?  i have to admit, i'm not too sure - there
are only one or two sites for which this was an issue for me.

> It's for sure not the work neither for Redirect nor for Rewrite -- as
> client's browser send request to master server ;-)

then i guess you want to stick with what i do.

#
/usr/bin/perl -pi -e 's/httpd.apache.org\//apache.planetmirror.com\/httpd.html/g' /ftp/pub/apache/index.html
/usr/bin/perl -pi -e 's/php.apache.org\//php.planetmirror.com\//g' /ftp/pub/apache/index.html


regards,

-jason


Re: [qmirror] minimal Apache requirements for current Apache mirror

Posted by Dmitry Morozovsky <ma...@rinet.ru>.
On Fri, 2 Mar 2001, jason andrade wrote:

ja> > what are the requirements with the version and settings of Apache for
ja> > holding Apache mirror? I've got at least one error now: selecting docs
ja> > does not autoselect languageed index and lead me to ftp-like directory
ja> > index.
ja> 
ja> you need to have SSI - server side includes.
ja> 
ja> you need to make sure you actually turn it on in that virtual server.
ja> 
ja> have a look at options and make sure you have IncludesNoExec

Oh I forgot to mention already installed options. They are:

Options +IncludesNoEXEC
<Directory /*/apache.org>
Options +Indexes
AllowOverride All
</Directory>

BTW, SSIs *are* working. What actually does not work is language
autoselection.

ja> > ... also, link to Apache Server at the first page still pointing to
ja> > httpd.apache.org, not to the httpd.html in the local tree... :(
ja> 
ja> i currently use perl to rewrite this after a mirror.  i am thinking
ja> of playing with either RedirectPermanent or actually using the rewrite
ja> module to look for URLs like that and re-map them into my space.

It's for sure not the work neither for Redirect nor for Rewrite -- as
client's browser send request to master server ;-)


Sincerely,
D.Marck                                   [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------


Re: [qmirror] minimal Apache requirements for current Apache mirror

Posted by jason andrade <ja...@dstc.edu.au>.
On Fri, 2 Mar 2001, Dmitry Morozovsky wrote:

> Hi there colleagues,
> 
> what are the requirements with the version and settings of Apache for
> holding Apache mirror? I've got at least one error now: selecting docs
> does not autoselect languageed index and lead me to ftp-like directory
> index.

you need to have SSI - server side includes.

you need to make sure you actually turn it on in that virtual server.

have a look at options and make sure you have IncludesNoExec

> 
> ... also, link to Apache Server at the first page still pointing to
> httpd.apache.org, not to the httpd.html in the local tree... :(

i currently use perl to rewrite this after a mirror.  i am thinking
of playing with either RedirectPermanent or actually using the rewrite
module to look for URLs like that and re-map them into my space.

> Thanks for the info. Also, I suppose it'll be very useful to mention the
> settings needed at the "how-to-mirror" page.

that's a bit beyond me :-)

regards,

-jason