Posted by Jerry Stuckle on 11/16/05 04:53
Jim Carlock wrote:
> And one more Apache related question.
>
> IIS servers use a global.asa file in the root of the web
> for a variety of things including setting up odbc, and
> misc other settings.
>
> There's also a way to turn on an anonymous default file,
> a file that gets presented when someone browses to
> a folder with no default document. How do I achieve
> this with an Apache server?
>
> --
> Jim Carlock
> Post replies to the newsgroup, thanks.
>
>
Check the Apache doc.
There is no "default" page in Apache, other than what you specify in the
httpd.conf file. Often this is index.html, default.htm or similar - but
it's whatever you specify.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|