Re: Problems serving static files with Apache and mod_python

2008-10-15 Thread bruno desthuilliers
On 15 oct, 17:42, Javi <[EMAIL PROTECTED]> wrote: > I do tests using development server and everything is OK. But now, the > app must be available to the users. If I musn't match the content > static folder with a url, how must I rewrite the href to static file? The way you should have done it

Re: Problems serving static files with Apache and mod_python

2008-10-15 Thread Javi
I do tests using development server and everything is OK. But now, the app must be available to the users. If I musn't match the content static folder with a url, how must I rewrite the href to static file? I mean, using the development server the href to a css file is as follow: . How must I chan

Re: Problems serving static files with Apache and mod_python

2008-10-14 Thread bruno desthuilliers
On 14 oct, 20:28, Javi <[EMAIL PROTECTED]> wrote: > Dear group, > > sorry for starting another thread on this issue. I've seen loads of > messages with similar but particular problems. > My system: > * apache2 (2.2.9-10) > * libapache2-mod-python (3.3.1-5) > * python-django (1.0-1) > > My proje

Problems serving static files with Apache and mod_python

2008-10-14 Thread Javi
Dear group, sorry for starting another thread on this issue. I've seen loads of messages with similar but particular problems. My system: * apache2 (2.2.9-10) * libapache2-mod-python (3.3.1-5) * python-django (1.0-1) My project is located at: ~/Desktop/csl2-sdocente/src/candidateTool and the a