• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC website not work

LoOoZa

Member
Joined
Sep 18, 2017
Messages
68
Reaction score
6
hello guys

my site not work can anyone help me ?!

im use ubuntu 20:04


1648723801678.png


i have in site not found,

1648723850638.png
 
hello guys

my site not work can anyone help me ?!

im use ubuntu 20:04


View attachment 66595


i have in site not found,

View attachment 66596
I believe u changed "chown" to your user, the website may lose access to its own files, as the webserver uses user "www-data" to run the site and access, Also to complete fixing this problem try running this command
Code:
sudo chown -R www-data:www-data /var/www/html
to set all files owner to web server then try to restart the apache2 service by running
Code:
sudo service apache2 restart
if this solution doesn't work try to reinstall the webserver from the scratch "I mean reinstalling apache2/PHPMyAdmin together" or post the apache2 errors that located in
Code:
/var/log/apache2/error.log
to know where's the problem.
 
Back
Top