From: Nicolas B. <ni...@ma...> - 2004-11-23 06:55:41
|
Heravi, Mel M. wrote: >new to tclhttpd, and a long time user of "apache" i have few questions: > >i do not want to break apart my directory structure that i use under >apache. some clients want an out-of-the-box solution and that is a >strong reason for me to pay much attention to tclhttpd. > >my directory structure is as follows (under apache): > Top > cgi-bin > htdocs > images > other stuff... > > > This is a default tclhttpd setup, except the images dir... Here, Doc_AddRoot is your friend Doc_AddRoot c:/path_to_images /url_to_images >in apache: > ScriptAlias /bin/ /Top/cgi-bin/ > DocumentRoot /Top >etc. > > > Cgi_Directory "virtual directory" "physical_directory" could map additional dirs as executable (cgi) cgi dirs.. >i also access server folders through aliasing > Alias /MyDocs/ c:/here/there/ > > See above... hope this helps... regards, nicolas boretos >Question: > is it possible to maintain the same directory structure, and if so, >based on above example can you please educate me on the tclhttpd >directives to achive above. > >much oliged > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://productguide.itmanagersjournal.com/ >_______________________________________________ >TclHttpd-users mailing list >Tcl...@li... >https://lists.sourceforge.net/lists/listinfo/tclhttpd-users > > > > |