add new personal portal in php
Added by fonzo de laia almost 4 years ago
hi,
I have a crm in php made with lavarel 7, I am trying to implement it in the system, I have made several attempts (virtualhost, UserDir enabled UserDir public_html, put in other directories and not on /var/spool/html etc ...) but it always appears the message "File not found."
The error log file tells me "[authz_core: error] [pid 19524] [myip client: 54924] AH01630: client denied by server configuration: /var/spool/html/public/"
/var/spool/html is the folder where it is located now
my current configuration in /etc/httpd/conf.d/crm.conf
Alias /easycrm /var/spool/html/public
<VirtualHost *:80>
ServerName mydomain
ServerAlias mydomain
DocumentRoot /var/spool/html/public
DirectoryIndex index.html index.php
<Directory /var/spool/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride none
Require all granted
</Directory>
</VirtualHost>
Thanks!
Replies (1)
RE: add new personal portal in php
-
Added by fonzo de laia almost 4 years ago
I think the problem is here
/etc/httpd/conf.d/fpm.conf
in fact I tried to exclude it gives me a different error
has anyone had any similar problem can help me