this is apache config
<VirtualHost *:8080>

ServerAdmin webmaster@localhost

DocumentRoot /var/www/html


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

Alias /static /home/minom/project/school/static
        <Directory /home/minom/project/school/static>
            Require all granted
        </Directory>
        WSGIScriptAlias / /home/minom/project/school/school/wsgi.py
WSGIDaemonProcess abc.com user=minom processes=2 threads=15
        WSGIProcessGroup abc.com
        <Directory /home/minom/project/school/school>
        <Files wsgi.py>
            Require all granted
        </Files>
    </Directory>
    
</VirtualHost>



Gergely Polonkai於 2016年5月11日星期三 UTC+8下午2時10分37秒寫道:
>
> If your 404 pages are white with DEBUG=True, then the problem lies within 
> the web server config. Could you show us the working apache config, too?
>
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/12fe8620-3544-4ebb-8c42-060a4ccd96e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to