Hi,

I'm currently trying to configure *mod_wsgi-express *to run a website I'm 
developing in HTTP and HTTPS. After struggling for some time, I noticed 
that the problem also occurs for the demo-page that comes with the tool.
So let me describe the error in more detail with this minimal-example.

If I run the command
mod_wsgi-express start-server
I can acces the demo page (the one with the "malt whiskey") without 
problems, but things go wrong when I add HTTPS.

So I'm starting the server with
mod_wsgi-express --https-port 8443 --ssl-certificate-file=/home/pi/keys/
server.crt --ssl-certificate-key-file=/home/pi/keys/server.key --server-name 
localhost 
and no errors come up initally.

But if I try to access the site either at its unencrypted location at 
http://localhost:8000/ or the encrypted site at https://localhost:8443/, I 
get the following error:
403 Forbidden - You don't have permission to access this resource.
Addtionally I printed out the error-log and found the following error
AH01630: client denied by server configuration: /tmp/mod_wsgi-localhost:8000
:1000/htdocs/

I am guessing there is probably a very simple fix for this, but I can't get 
my head around it. So any help is greatly appreciated! Thanks in advance!

PS: I tried this both on my Ubuntu computer as well as my RaspberryPi. The 
error is the same.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/modwsgi/02cb86f5-c7b2-4aa7-bff6-c041a5d46e20o%40googlegroups.com.

Reply via email to