| 
      
      
      From: Chris W. <ch...@cw...> - 2002-03-18 19:41:22
      
     | 
| On Mon, 2002-03-18 at 14:26, tr...@ab... wrote: > Let see if I understand ... every website with have there own > httpd_static.conf & > httpd_modperl.conf > > These files are edited to match site. > > Then they must be include in the real httpsd.conf > > how are rest of you doing this ... > cut and paste > some kind of include feature > > help clarification will be appreciated The real httpd.conf (or httpsd.conf) just has something like: # Static/proxy configuration Include /home/httpd/mysite/conf/httpd_static.conf # Modperl configuration Include /home/httpd/mysite/conf/httpd_modperl.conf Works like a charm. For more information on the Include directive, see: http://httpd.apache.org/docs/mod/core.html#include And for more about all the directives: http://httpd.apache.org/docs/mod/directives.html Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |