
September 7th, 2009, 04:30 AM
|
|
Registered User
|
|
Join Date: Sep 2009
Posts: 1
Time spent in forums: 7 m 58 sec
Reputation Power: 0
|
|
|
Apache 2.2 Server Configuration
Hi,
I am trying to use Apache Server 2.2 over python webserver Django. I am trying to work out one example.
Where i add a directory as given below:
<Directory “C:/WSGIAPPLICATION”>
AllowOverride None
Options None
Order deny,allow
Allow from all
</Directory>
I am getting error as follows:
The Apache service named reported the following error:
>>> <Directory "\x93C:/WSGIAPPLICATION\x94"> path is invalid
I am working on windows. Not sure why i get this error?
|