8wDlpd.png
8wDFp9.png
8wDEOx.png
8wDMfH.png
8wDKte.png

将 django 项目上传到 apache 服务器时出现内部服务器错误

osomanden 1月前

29 0

尝试将我的 djnago 项目上传到 apache2 服务器,但一开始无法访问(错误 403)。问题解决后又出现了新的内部服务器错误。/var/log/apache2/error.log:[Sat Se...

尝试将我的 djnago 项目上传到 apache2 服务器,但一开始无法访问(错误 403)。问题解决后又出现了新的内部服务器错误。

/var/log/apache2/error.log:

[Sat Sep 07 22:05:50.292291 2024] [core:warn] [pid 74852:tid 129319697659776] AH00045: child process 74853 still did not exit, sending a SIGTERM
[Sat Sep 07 22:05:50.292335 2024] [core:warn] [pid 74852:tid 129319697659776] AH00045: child process 74854 still did not exit, sending a SIGTERM
[Sat Sep 07 22:05:52.294434 2024] [core:error] [pid 74852:tid 129319697659776] AH00046: child process 74853 still did not exit, sending a SIGKILL
[Sat Sep 07 22:05:52.294476 2024] [core:error] [pid 74852:tid 129319697659776] AH00046: child process 74854 still did not exit, sending a SIGKILL
[Sat Sep 07 22:05:53.295592 2024] [mpm_event:notice] [pid 74852:tid 129319697659776] AH00491: caught SIGTERM, shutting down
[Sat Sep 07 22:08:55.562107 2024] [mpm_event:notice] [pid 76122:tid 129486358599552] AH00489: Apache/2.4.52 (Ubuntu) mod_wsgi/4.9.0 Python/3.10 configured -- resuming normal operations
[Sat Sep 07 22:08:55.562464 2024] [core:notice] [pid 76122:tid 129486358599552] AH00094: Command line: '/usr/sbin/apache2'

/etc/apache2/sites-available/mysite.conf

<VirtualHost *:80>
    ServerName myip

    WSGIScriptAlias / /my/directory/my_project/wsgi.py

    <Directory /my/directory/my_project>
        <Files wsgi.py>
            Require all granted
        </Files>
    </Directory>

    Alias /static /my/directory/my_project
    <Directory /my/directory/my_project>
        Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/mysite_error.log
    CustomLog ${APACHE_LOG_DIR}/mysite_access.log combined
</VirtualHost>

如果有人需要更多信息,我很乐意提供

我已经尝试使用 sudo chmod -R 755 和 sudo chown -R www-data:www-data 等命令,但对我不起作用

帖子版权声明 1、本帖标题:将 django 项目上传到 apache 服务器时出现内部服务器错误
    本站网址:http://xjnalaquan.com/
2、本网站的资源部分来源于网络,如有侵权,请联系站长进行删除处理。
3、会员发帖仅代表会员个人观点,并不代表本站赞同其观点和对其真实性负责。
4、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
5、站长邮箱:yeweds@126.com 除非注明,本帖由osomanden在本站《django》版块原创发布, 转载请注明出处!
最新回复 (0)
返回
作者最近主题: