-
Published Question
I created a shell script that takes the folder name as input and creates a repo on my server while also creating a subfolder inside "www/codepixelz/" which is linked to my subfolder codepixelz.tech
So if someone provi...
1
•
•
By
utsavrathour
Git
-
Published Question
When I check my mail using "mail" it shows undelivered messages.
When I open any of the email, it gives this error.
<^>This is the mail system at host ubuntu-s-1vcpu-1gb-sgp1-01.
I'm sorry to have to inform you that y...
1
•
•
By
utsavrathour
Ubuntu 18.04
-
Published Question
I setup LAMP as per the tutorials that I found and have installed it fine it seems. When I visit the IP, the Apache2 default page shows up. However if I try to access IP/sub-folder-name I get 404.
What step am I missi...
Accepted Answer:
Hi @utsavrathour,
You can't browse folders from your browser. You need to either use SSH or FTP. I would recommend SSH but in order to use that, you need some knowledge on Unix systems.
If you don't have such knowled...
3
•
•
By
utsavrathour
Apache
-
Published Answer
I did all that was mentioned on the link. I had done so while installing Apache as well. But still can’t access. I also added a dom…
•
By
utsavrathour
-
Published Question
I setup Ubuntu, Apaceh, PHP and MySql following the documentation but can not access my site at 139.59.254.150
What else do I need to do?
Accepted Answer:
Hello @utsavrathour,
To me, it looks like that either the Apache service is not running or your firewall is blocking the connections.
First check if Apache is running:
command.bash
systemctl status apache2
If Apache ...
4
•
•
By
utsavrathour
Apache