Trouble installing Joomla - Apache test page

alexkillerbg

New member
XNullUser
Joined
Jun 13, 2025
Messages
4
Reaction score
0
Points
1
Location
Bulgaria
NullCash
3
1. I created a virtual host, running on Alma 8 (latest update). I have a MySQL server working with phpBB on a different virtual host on the same machine.
2. I created a folder called test on /var/www.
3. I unpacked all the files (as I have done many times before) to the /var/www/test folder.
4. I fire up the browser and enter http://test.mydomain.com and I get the test page.
5. I chmoded chmod -R 755 /var/www/test - no change only the test page
6. I changed this to 777. - no change
7. chown -R apache:apache /var/www/test - no change.
 

pinter

New member
XNullUser
Joined
Apr 27, 2022
Messages
26
Reaction score
8
Points
3
NullCash
105
1. I created a virtual host, running on Alma 8 (latest update). I have a MySQL server working with phpBB on a different virtual host on the same machine.
2. I created a folder called test on /var/www.
3. I unpacked all the files (as I have done many times before) to the /var/www/test folder.
4. I fire up the browser and enter http://test.mydomain.com and I get the test page.
5. I chmoded chmod -R 755 /var/www/test - no change only the test page
6. I changed this to 777. - no change
7. chown -R apache:apache /var/www/test - no change.
Just a stab in the dark, could it be a virtual host issue with http vs https?
 
Top