Albert Leibbrandt
albert at compuscan.co.za
Tue Mar 28 02:38:29 EST 2006
Hi I've configure my apache to use mod_python and it works correctly. My problem comes in when I try to access a stylesheet from the html, it simply refuses to apply the styles. When I move the style sheet outside of the directory specified in the virtual host it works, it would seem that python is trying to execute everything in the directory? Have you guys got any advice, I have attached the virtual host configuration: <VirtualHost test> ServerAdmin test at test.test <mailto:evlangelis at gmail.com> DocumentRoot /www/test.chimeara DirectoryIndex index ServerName test.chimeara ErrorLog /www/logs/test.chimeara.error_log CustomLog /www/logs/test.chimeara.access_log common <Directory> SetHandler mod_python PythonHandler mod_python.publisher PythonDebug On </Directory> </VirtualHost> Thanks Albert -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20060328/251615da/attachment.html
|