home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / config.inc.cgi < prev    next >
Encoding:
Text File  |  2004-07-05  |  350 b   |  15 lines

  1. #!perl/bin/perl.exe
  2.  
  3. # select language
  4. $lang = "deutsch";
  5.  
  6. # where to find conf-files
  7. $httpdconf = "../../conf/httpd.conf";
  8. $sslconf   = "../../conf/mods/ssl.conf";
  9.  
  10. # where to find log-files
  11. $log1      = "../../logs/error.log";
  12. $log2      = "../../logs/ssl/error.log";
  13. $log3      = "../../logs/access.log";
  14. $log4      = "../../logs/ssl/access.log";
  15.