hey Darren, I did all the configurations that u did but when I tried to put my IP @ in the browser like u did at the end of the video it didn't show me the Html page ..why ?
Make sure to enter the correct IP address. how to do that -> run ifconfig on the server you will find the correct IP Address. It's very late to answer the question but it might help anyone else who is facing down the same problem. (If it's because of incorrect IP Address)
I did exactly what you told but when i create a SUB DIRECTORY and open that directory it says "Forbidden You don't have permission to access /directory/ on this server."
Hey no worries, glad it was useful. Yeah they are the legacy commands, it would be more correct to use systemctl :) I have to get out of the habit of using the old commands!
hi Darren great video i try to install bigtop and adding the repo file but is still not letting me download the other files keep on giving an error saying there is no package for that just wondering if you can help thanks a lot
@@DarrensTechTutorials thank so much for getting back i'm very stuck it keep on saying no package when i install i only got pig and hive. I fallow the hadoop dummie book but is kinde of old so i don't know if is because of the link is different now or something else.
@@DarrensTechTutorialsappreciate it my first time using it too and my teacher is not giving clear instruction i'm very stuck. the Bigtop was spouse get centos to install the other components that will be need it for hadoop but i'm getting massages no package available to install
Hi there, If you like this video feel free to subscribe to my channel my clicking here: goo.gl/ajiwW2 More CentOS videos can be found on my CentOS playlist here: ua-cam.com/video/qZXZepdUjRI/v-deo.html Thanks :)
Hello I have been trying to do this and everything has worked fine until the last bit, I do not have a firewall no such file or directory, But when i go to the IP i am told that it is impossible to connect to that ip. do you have any idea what i have done wrong ? everything has been correct until you did the firewall which i do not have. Please any idea how i can get the testing 123 to show up on the browser. Thank you very much
sudo service httpd status Redirecting to /bin/systemctl status httpd.service httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled) Active: active (running) since Sat 2018-04-07 10:14:15 EDT; 2min 18s ago Docs: man:httpd(8) man:apachectl(8) Main PID: 537 (httpd) Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec" CGroup: /system.slice/httpd.service ├─537 /usr/sbin/httpd -DFOREGROUND └─538 /usr/sbin/httpd -DFOREGROUND And sudo service iptables status Redirecting to /bin/systemctl status iptables.service iptables.service - IPv4 firewall with iptables Loaded: loaded (/usr/lib/systemd/system/iptables.service; enabled) Active: active (exited) since Sat 2018-04-07 10:03:33 EDT; 14min ago Main PID: 85 (code=exited, status=0/SUCCESS) CGroup: /system.slice/iptables.service Apr 07 10:03:33 vipervid.com systemd[1]: Starting IPv4 firewall with iptables... Apr 07 10:03:33 vipervid.com iptables.init[85]: iptables: Applying firewall ...] Apr 07 10:03:33 vipervid.com systemd[1]: Started IPv4 firewall with iptables. Hint: Some lines were ellipsized, use -l to show in full Also this is what i am trying to do. set up a website with only Apache. Create a user and give them access to a home folder make the website be available from a subfolder called public_html which is in the users home folder. Not having much luck so far. Thank you very much
Hey No worries at all, happy to help. Could you try disable iptables and let me know if you get access to the testing page. sudo service iptables stop If this works we know that's the issue and we can re enable iptables and look at letting the correct ports through for the site. Thanks.
Hello This is what i got sudo service iptables stop Redirecting to /bin/systemctl stop iptables.service then nothing. How do i get access to the testing page ? excuse my stupidity it is my ip. Thank you
Hi there,
Please support me on patreon if you found this video helpful! www.patreon.com/darrenstechtutorials
hi darren i need your help please
hey Darren, I did all the configurations that u did but when I tried to put my IP @ in the browser like u did at the end of the video it didn't show me the Html page ..why ?
Make sure to enter the correct IP address. how to do that -> run ifconfig on the server you will find the correct IP Address. It's very late to answer the question but it might help anyone else who is facing down the same problem. (If it's because of incorrect IP Address)
I did exactly what you told but when i create a SUB DIRECTORY and open that directory it says "Forbidden
You don't have permission to access /directory/ on this server."
Hey Raul sounds like permissions issues if you run with sudo does it work?
That was easy, thank you so much.
Btw what was the very last command which published the page?
Hey Reda, thank you so much for the positive comment, I press esc to leave insert mode and then wq! to write and quit the file, hope this helps. :)
How do you know which ip address to type in to test it? Great video nice and simple.
ip addr is the command if you are working in Virtual box it will show the IP address that has been assigned to that virtual machine
Can't thank you enough bro! Definitely saved my project!
No worries at all, good luck with the project!
thanks for the tutorial. Are you using legacy commands? I was taught to use things like systemctl etc. just wondering
Hey no worries, glad it was useful. Yeah they are the legacy commands, it would be more correct to use systemctl :) I have to get out of the habit of using the old commands!
hi Darren great video i try to install bigtop and adding the repo file but is still not letting me download the other files keep on giving an error saying there is no package for that just wondering if you can help thanks a lot
Hey, is this when you try run yum install httpd you get an error?
@@DarrensTechTutorials thank so much for getting back i'm very stuck it keep on saying no package when i install i only got pig and hive. I fallow the hadoop dummie book but is kinde of old so i don't know if is because of the link is different now or something else.
Hey no worries happy to try and help, I haven't used hadoop much, are you trying to install Apache as part of it?
@@DarrensTechTutorialsappreciate it my first time using it too and my teacher is not giving clear instruction i'm very stuck. the Bigtop was spouse get centos to install the other components that will be need it for hadoop but i'm getting massages no package available to install
Thanks Darren. Your tutorial helped me a bunch
Glad it was helpful!
Hey Darren, thanks for the tutorial man.
No probs, glad it was useful
Hi there,
If you like this video feel free to subscribe to my channel my clicking here:
goo.gl/ajiwW2
More CentOS videos can be found on my CentOS playlist here:
ua-cam.com/video/qZXZepdUjRI/v-deo.html
Thanks :)
Hello I have been trying to do this and everything has worked fine until the last bit, I do not have a firewall no such file or directory, But when i go to the IP i am told that it is impossible to connect to that ip. do you have any idea what i have done wrong ? everything has been correct until you did the firewall which i do not have.
Please any idea how i can get the testing 123 to show up on the browser.
Thank you very much
Hey Bertie,
Could you run these two commands and let me know what the output is:
sudo service httpd status
and
sudo service iptables status
Thanks :)
sudo service httpd status
Redirecting to /bin/systemctl status httpd.service
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: active (running) since Sat 2018-04-07 10:14:15 EDT; 2min 18s ago
Docs: man:httpd(8)
man:apachectl(8)
Main PID: 537 (httpd)
Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec"
CGroup: /system.slice/httpd.service
├─537 /usr/sbin/httpd -DFOREGROUND
└─538 /usr/sbin/httpd -DFOREGROUND
And
sudo service iptables status
Redirecting to /bin/systemctl status iptables.service
iptables.service - IPv4 firewall with iptables
Loaded: loaded (/usr/lib/systemd/system/iptables.service; enabled)
Active: active (exited) since Sat 2018-04-07 10:03:33 EDT; 14min ago
Main PID: 85 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/iptables.service
Apr 07 10:03:33 vipervid.com systemd[1]: Starting IPv4 firewall with iptables...
Apr 07 10:03:33 vipervid.com iptables.init[85]: iptables: Applying firewall ...]
Apr 07 10:03:33 vipervid.com systemd[1]: Started IPv4 firewall with iptables.
Hint: Some lines were ellipsized, use -l to show in full
Also this is what i am trying to do.
set up a website with only Apache.
Create a user and give them access to a home folder
make the website be available from a subfolder called public_html which is in the users home folder.
Not having much luck so far.
Thank you very much
Hey No worries at all, happy to help.
Could you try disable iptables and let me know if you get access to the testing page.
sudo service iptables stop
If this works we know that's the issue and we can re enable iptables and look at letting the correct ports through for the site.
Thanks.
Hello
This is what i got
sudo service iptables stop
Redirecting to /bin/systemctl stop iptables.service
then nothing.
How do i get access to the testing page ?
excuse my stupidity it is my ip.
Thank you
OK, me install it now! But no cent os!
exactly the tutorial i needed, thanks so much
No worries at all, glad it was helpful
thank you for this tutorial it makes my work quite easy..
Glad it helped, don't forget to subscribe :)
Thank you very much for this tutorial.
Nice video dude, thank you very much
You're welcome glad it was helpful
thank u Mr Darren"s
Thank You!
No worries at all, glad it was useful :)
Thank you sir
thanks!!
grande crack