Sorry everyone, Answered my own question, what I did what reference my second non-mod_perl server and stored the CSS information there. i.e. <link rel="stylesheet" href="http://XXX.XXX.XXX.XXX/css/general.css" type ="text/css"> where XXX... is the IP address of the non-mod_perl server.
Brett Brett.Gillett @tsx.ca To: [EMAIL PROTECTED] cc: 11/19/2002 Subject: mod_perl + CSS 10:50 AM Hiya everyone, Another newbie question, I have an apache server setup with two instances, one for static pages and one for mod_perl dynamic pages. I use HTML::Template to generate my content. I would like to use CSS for styling but I can't seem to get it to work with mod_perl. I am assuming that it's a configuration issue, since I see mod_perl attempting to execute the css file. Does anyone have any configuration suggestions for mod_perl + css. TIA, Brett