Wow, can you believe it?! In 2019 and this video is super clear than many/thousands today (03 October 2019). Nice job man. And surely I'm subscribing to this channel.
Great man very usefull your video.. I had try other tutorial but they are complicated and it not work.. But your's yes it work with very easy way to do. Now I'm gonna try your video on install php7 on wondows 10.. I had very trouble with this too. Anyway thank you, I'm french and I have trouble for find good tutorial, so thank you ! 😃😇
Oh man... you're a lifesaver. This was so easy to do, but the other explanations I found were basically "just download and install it... easy"... Like ok, maybe it's easy but can you give me a hint on where to start?? Anyway thanks, this was clear and complete, and I now seem to have it working.
I am getting this error[ " httpd.exe: could not reliably determine the server's fully qualified domain name...." ] While using the start command. Please help me how can I solve this
I am getting an error which states (OS 10013) An attempt was made to access a socket in a way forbidden by its access permissions. :AH0072: make_sock: could not bind to address 0.0.0.0:80 AH00451: no listening sockets available, shutting down AH00015: Unable to open logs
C:\Apache24\Apache24\bin>httpd.exe -k start httpd.exe: Syntax error on line 75 of C:/Apache24/Apache24/conf/httpd.conf: Cannot load modules/mod_actions.so into server: The specified module could not be found. i am having this error
the changes I made in the htdoc by adding extra !! is not showing when I type localhost. it still shows "it works!" but with 1 exclamation mark. Please can you kindly correct me where I am going wrong ?
You may need to (1) save your file to disk - text editors don't write the file until you select Ctrl-S, (2) refresh your web-page - sometimes it has a cache that retains a prior version of the web-page.
The computer needs to be "seen" by other computers in the network. For Windows, type "ipconfig" in a command window to see your IP address on the network. You may need to adjust your Firewall settings to open port 80 (http) and port 443 (https). Use "ping 127.0.0.1" or replace it with the ip address to see if that computer is visible on the network.
man its give me a eror H00558: httpd.exe: Could not reliably determine the server's fully qualified domain name, using fe80::f94c:8948:2c78:f469. Set the 'ServerName' directive globally to suppress this message
Cristian Dumbrava, just set ServerName in your httpd.conf file. It is using the IPv6 address of your server as the name. It just looks like a warning, not a critical error.
Here is help on changing your extension: ua-cam.com/video/YlN9ax7yC0A/v-deo.html You may need to right-click and select "Open with..." to change what program opens an html file by default.
Server root is where the Apache program is installed. You may need to change the directory path where you are serving the files. It is the directory where you have index.htm and it is the place where you store the files that you are serving.
@@apm thanks for the video but I have a problem. When I wrote : C:\Apache24\bin\httpd.exe -k start I found : cannot load modules /mod_actions.so into server. the specified module could not be found. How can you help me please to figure out?
@@betidegilles9154 does it work with a fresh install before you changed the httpd.conf file? Maybe start over and follow the instructions exactly. There are two directories that you need to update in the httpd.conf file. The first is there Apache is installed. The second is the location of the directory where you want to serve the files (such as index.html).
You'll need to stop the service as I show in the video. Then you can just delete the folder. You may need to uninstall from the "Add or Remove Programs".
You'll need to be on an account that has administrative privileges. Also, check that there isn't another program that is using your port 80. You can check that in your firewall settings or sometimes you can find the program by typing in your web-browser: localhost or 127.0.0.1
Well, what should I write down to the name of the server? I wrote localhost but so does it seem to have some windows? I use windows 10 as an operating system You have facebook to get that from the viewer to join me in the pc to do it
You may need to start your server with administrative privileges. You can do that at the command prompt by right-clicking and selecting to run as administrator before you start the command prompt.
thx, it worked only after facing some issues on installing it with the command httpd.exe -k install so I uninstalled then reinstalled it then finally: it works !!!
@@apm my error was the name i put apache and not Apache24 but it's ok now just i don't see "it work!" :/ i follow what you do but it doesn't work maybe version 2.4.37
@@apm line 39: it was written c:\Apache24 and my directory was c:\apache it was just my fault. i solved that but now i dont have any message of error. My server doesn't work, it's like when you don't have a internet.
Talk to someone and say I have to go to listen port but need port exactly but there is something about me backward loopback and must be disabled how do you know how to do it?
Cristian Dumbrava, I haven't seen that error before. You normally listen on port 80 or port 443 or sometimes 8080. Maybe try a different port if you have another service that is using port 80.
Wow, can you believe it?!
In 2019 and this video is super clear than many/thousands today (03 October 2019).
Nice job man. And surely I'm subscribing to this channel.
Thanks for the feedback!
Great man very usefull your video.. I had try other tutorial but they are complicated and it not work.. But your's yes it work with very easy way to do. Now I'm gonna try your video on install php7 on wondows 10.. I had very trouble with this too.
Anyway thank you, I'm french and I have trouble for find good tutorial, so thank you ! 😃😇
I’m glad that it helped!
Oh man... you're a lifesaver. This was so easy to do, but the other explanations I found were basically "just download and install it... easy"... Like ok, maybe it's easy but can you give me a hint on where to start??
Anyway thanks, this was clear and complete, and I now seem to have it working.
I am getting this error[ " httpd.exe: could not reliably determine the server's fully qualified domain name...." ] While using the start command. Please help me how can I solve this
Does this help? stackoverflow.com/questions/5856205/could-not-reliably-determine-the-servers-fully-qualified-domain-name
@@apm Thank you
Thanks man. Finally it worked.
I am getting an error which states
(OS 10013) An attempt was made to access a socket in a way forbidden by its access permissions. :AH0072: make_sock: could not bind to address 0.0.0.0:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
You may have another process that is using port 80. That doesn't look like an Apache response.
C:\Apache24\Apache24\bin>httpd.exe -k start
httpd.exe: Syntax error on line 75 of C:/Apache24/Apache24/conf/httpd.conf: Cannot load modules/mod_actions.so into server: The specified module could not be found.
i am having this error
Did you change your root directory? It isn't finding mod_actions.so - you may need to reinstall and try with the default directories first.
@@apm I will try that sir
how is about window apache 2.4 with ssl?
Can you make a video about apache 2.4 with ssl on Window , please?
There is an SSL option for download. I typically use CentOS for SSL and https connections.
@@apm thank you.
it works for edge but not for chrome. please help me with this pls
If it works in one web-browser then it isn't a server problem - it may be that Chrome is blocking your test page.
My WIndows 10 will not stop the IIS server. I need help. I have tried everything I can find.
Try NET STOP IISADMIN from the command prompt
@@apm I did. It says it cannot be found. HOWEVER! I found a way around it. I went into Apache httpd.conf and changed the 80 to 8080
the changes I made in the htdoc by adding extra !! is not showing when I type localhost. it still shows "it works!" but with 1 exclamation mark. Please can you kindly correct me where I am going wrong ?
You may need to (1) save your file to disk - text editors don't write the file until you select Ctrl-S, (2) refresh your web-page - sometimes it has a cache that retains a prior version of the web-page.
@@apm it worked . thanks a lot
Please can you also do a video on how to install phpmyadmin
@@josiahedmond5734 , I don't have a video on that topic but maybe this can help: ua-cam.com/video/KFYXY3MT-XA/v-deo.html
How to make this online in network so the other computer can see your website
The computer needs to be "seen" by other computers in the network. For Windows, type "ipconfig" in a command window to see your IP address on the network. You may need to adjust your Firewall settings to open port 80 (http) and port 443 (https). Use "ping 127.0.0.1" or replace it with the ip address to see if that computer is visible on the network.
man its give me a eror
H00558: httpd.exe: Could not reliably determine the server's fully qualified domain name, using fe80::f94c:8948:2c78:f469. Set the 'ServerName' directive globally to suppress this message
Cristian Dumbrava, just set ServerName in your httpd.conf file. It is using the IPv6 address of your server as the name. It just looks like a warning, not a critical error.
my HTML file is in chrome how do i change it to normal html file type
Here is help on changing your extension: ua-cam.com/video/YlN9ax7yC0A/v-deo.html You may need to right-click and select "Open with..." to change what program opens an html file by default.
Great video im just stuck with this error
httpd.exe: Syntax error on line 39 of D:/Apache24/conf/httpd.conf: ServerRoot must be a valid directory
Server root is where the Apache program is installed. You may need to change the directory path where you are serving the files. It is the directory where you have index.htm and it is the place where you store the files that you are serving.
@@apm thanks for the video but I have a problem. When I wrote : C:\Apache24\bin\httpd.exe -k start
I found :
cannot load modules /mod_actions.so into server. the specified module could not be found.
How can you help me please to figure out?
@@betidegilles9154 does it work with a fresh install before you changed the httpd.conf file? Maybe start over and follow the instructions exactly. There are two directories that you need to update in the httpd.conf file. The first is there Apache is installed. The second is the location of the directory where you want to serve the files (such as index.html).
Very interesting video! It's really clear! Thank you very much!
How do I change user from system32 to another name?
You may be in the system32 directory. You need to type: cd "C:\Apache\bin" to change directory to the binary folder.
How do I remove it completely? Please I need helpp.
You'll need to stop the service as I show in the video. Then you can just delete the folder. You may need to uninstall from the "Add or Remove Programs".
i get an error talking about some sucket and that i donr have any right to connect to permissions
You'll need to be on an account that has administrative privileges. Also, check that there isn't another program that is using your port 80. You can check that in your firewall settings or sometimes you can find the program by typing in your web-browser: localhost or 127.0.0.1
Well, what should I write down to the name of the server?
I wrote localhost but so does it seem to have some windows?
I use windows 10 as an operating system
You have facebook to get that from the viewer to join me in the pc to do it
Cristian Dumbrava, I don't think it matters what your ServerName is set to, especially if you are just running a localhost.
i install http.exe -k install work
httpd.exe -k start work but
apache monitor when i go start its appear the request operation has field
why ?
Cristian Dumbrava, check the error.log file - it may tell you what is wrong.
I get an error that says that it cant access a listening socket because of its access permissions. Do you know how to fix this?
You may need to start your server with administrative privileges. You can do that at the command prompt by right-clicking and selecting to run as administrator before you start the command prompt.
Super useful video. Thanks.
thx, it worked only after facing some issues on installing it with the command httpd.exe -k install so I uninstalled then reinstalled it then finally:
it works !!!
can i have your email pls because I am facing some difficulties in installing it
thanks man
i get an error sintax error httpd.conf line 39
i was able to solve this problem but it don't work
What was the error on line 39? You may need to restart your Apache server and look in the log file to see what error is described.
@@apm my error was the name i put apache and not Apache24 but it's ok now just i don't see "it work!" :/ i follow what you do but it doesn't work maybe version 2.4.37
@@apm line 39: it was written c:\Apache24
and my directory was c:\apache it was just my fault. i solved that but now i dont have any message of error. My server doesn't work, it's like when you don't have a internet.
this is the best video!!!
Thankyou, it's working!!!
You're welcome!
Thank you so much for this video, it's too much helpful for me.
THANKS OMG FINNALY!!!
Muchas gracias, amigo, me sirvió bastante. Saludos desde Perú
man do you can in my pc with team viewer and make
Cristian Dumbrava, sorry, I don't typically troubleshoot at that level. Maybe start the install over and follow each step exactly.
Talk to someone and say I have to go to listen port but need port exactly but there is something about me backward loopback and must be disabled how do you know how to do it?
Cristian Dumbrava, I haven't seen that error before. You normally listen on port 80 or port 443 or sometimes 8080. Maybe try a different port if you have another service that is using port 80.
Thanks a lot.
Thankyou so much!
It works!
thnx
iam no ida