hi friends! i just created aaPanel website via admin panel Website-Add site
aatest.app - /www/wwwroot/aatest.app (root dir) but when paste aatest.app to browser address bar - i can not open site and see error DNS_PROBE_FINISHED_NXDOMAIN
When i edited my /etc/hosts and add 127.0.0.1 aatest.app - i see error ERR_CONNECTION_REFUSED
192.168.1.10:8888/dfdsfds - my admin panel address
apache, mysql, php - runned.
when i go to 192.168.1.10 - i see (css styled page)
Site not found (green background)
Your request did not find this site in the web server!
Probable cause:
Did not bind this domain name or IP to this site!
Configuration file not in effect!
etc....
in Website - Site modification[aatest.app] - Configuration file is see
`<VirtualHost *:80>
ServerAdmin webmaster@example.com
DocumentRoot "/www/wwwroot/aatest.app"
ServerName aatest.app
ServerAlias aatest.app
#errorDocument 404 /404.html
ErrorLog "/www/wwwlogs/aatest.app-error_log"
CustomLog "/www/wwwlogs/aatest.app-access_log" combined
#DENY FILES
<Files ~ (\.user.ini|\.htaccess|\.git|\.svn|\.project|LICENSE|README.md)$>
Order allow,deny
Deny from all
</Files>
#PHP
<FilesMatch \.php$>
SetHandler "proxy:unix:/tmp/php-cgi-73.sock|fcgi://localhost"
</FilesMatch>
#PATH
<Directory "/www/wwwroot/aatest.app">
SetOutputFilter DEFLATE
Options FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.php index.html index.htm default.php default.html default.htm
</Directory>
</VirtualHost>`
what i need to do for open aaPanel sites? and process my web-deweloping..