dongyi1921 2017-07-19 11:26
浏览 54
已采纳

Symfony - 安装在CentOS服务器上

I'm trying to install Symfony for the first time, following the official guide. So, installing the symfony installer went smoothly, then running symfony new my_project_name creates the folder under /home/myuser/public_html/my_project_name. Then, trying to open mydomain.com results in a 403 Forbidden page. If I try to open mydomain.com/my_project_name it's also a 403 Forbidden.

Looking in the Apache configuration, I see user apache and group apache. So I'm trying to chown the whole project folder to apache.apache - doesn't help.

Tried to run composer install or composer update - doesn't help either.

Any help would be appreciated.

  • 写回答

1条回答 默认 最新

  • duanli3277 2017-07-19 11:44
    关注

    You can follow the official guide on how to setup the web server for apache / nginx : https://symfony.com/doc/current/setup/web_server_configuration.html

    You might be missing something in your virtualhost.

    The "no input file specified" seems to be related to an .htaccess issue. Related topic : No input file specified - apache and php-fastcgi

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 微信会员卡等级和折扣规则
  • ¥15 微信公众平台自制会员卡可以通过收款码收款码收款进行自动积分吗
  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表
  • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分