You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Br...@tsx.ca on 2002/11/19 16:50:05 UTC

mod_perl + CSS

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


Re: mod_perl + CSS

Posted by Enrico Sorcinelli <e....@pisa.iol.it>.
On Tue, 19 Nov 2002 10:50:05 -0500
Brett.Gillett@tsx.ca wrote:

> 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
> 

Hi.
You should better explain your actual configuration in order 
to help you. 
Have you a proxy front-end/mod_perl middle-end architecture
or you use two Apache running on different ports?

	- Enrico