Hi,

So I made another install with a new user (pizzaclub).

I wrote this in the default.conf:

<VirtualHost *:80>

ServerAdmin webmaster@localhost
DocumentRoot /var/www/html

ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

Alias /static /home/pizzaclub/pizzaclub/static
    <Directory /home/pizzaclub/pizzaclub/static>
        Require all granted
    </Directory>

    <Directory /home/pizzaclub/pizzaclub/static>
        <Files wsgi.py>
            Require all granted
        </Files>
    </Directory>

    WSGIDaemonProcess pizzaclub 
python-path=/home/pizzaclub:/home/pizzaclub/pizzaclubenv/lib/python2.7/site-packages
    WSGIProcessGroup pizzaclub
    WSGIScriptAlias / /home/pizzaclub/pizzaclub/wsgi.py

</VirtualHost>

And I still have the same issue which is the 403 error:

[Wed Nov 11 15:07:26.244727 2015] [mpm_event:notice] [pid 27193:tid 
140432722884480] AH00491: caught SIGTERM, shutting down
[Wed Nov 11 15:07:26.354982 2015] [mpm_event:notice] [pid 27289:tid 
140603486005120] AH00489: Apache/2.4.7 (Ubuntu) mod_wsgi/3.4 Python/2.7.6 
configured -- resuming normal operations
[Wed Nov 11 15:07:26.355107 2015] [core:notice] [pid 27289:tid 
140603486005120] AH00094: Command line: '/usr/sbin/apache2'
[Wed Nov 11 15:07:28.461063 2015] [authz_core:error] [pid 27293:tid 
140603387373312] [client 109.10.154.52:51815] AH01630: client denied by 
server configuration: /home/pizzaclub/pizzaclub/wsgi.py
[Wed Nov 11 15:07:30.563364 2015] [authz_core:error] [pid 27293:tid 
140603376875264] [client 109.10.154.52:51815] AH01630: client denied by 
server configuration: /home/pizzaclub/pizzaclub/wsgi.py


Thanks again,

Robin.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/20b471a9-96a9-45f3-beee-055edce27880%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to