Re: Apache 2.2.3 and mod_python 3.2.10

2006-12-19 Thread Graham Dumpleton
m.banaouas wrote: > sorry, I give here the right paths: > > I installed Apache 2.2.3 and mod_python 3.2.10 on WinXP plateform > I configured mod_python via httpd.conf: > LoadModule python_module modules/mod_python.so > > but my script folder configuration doesn't

Re: Apache 2.2.3 and mod_python 3.2.10

2006-12-19 Thread m.banaouas
sorry, I give here the right paths: I installed Apache 2.2.3 and mod_python 3.2.10 on WinXP plateform I configured mod_python via httpd.conf: LoadModule python_module modules/mod_python.so but my script folder configuration doesn't work correctely: Alias /myfolder D:/myfolder Order

Apache 2.2.3 and mod_python 3.2.10

2006-12-19 Thread m.banaouas
I installed Apache 2.2.3 and mod_python 3.2.10 on WinXP plateform I configured mod_python via httpd.conf: LoadModule python_module modules/mod_python.so but my script folder configuration doesn't work correctely: Alias /myfolder D:/myfolder Order allow,deny Allow fro