National Game Zone
https://www.ngz.ro/forum/

[Tutorial IT]Mic tutorial pentru Administratori incepatori –
https://www.ngz.ro/forum/viewtopic.php?f=44&t=8815
Pagina 1 din 1

Autor:  Cosma#FTW [ 05 Aug 2014, 11:24 ]
Subiectul mesajului:  [Tutorial IT]Mic tutorial pentru Administratori incepatori –

Nume Tutorial:Mic tutorial pentru Administratori incepatori – Server web Apache
Descriere:Mic tutorial pentru Administratori incepatori – Server web Apache
Download:
Autor:
Sursa (Link-ul oficial):
Spoiler: show
tutorialeweb.net

Propria parere:Nu l-am incercat.
Tutorialul:
Cum sa pornesti, opresti si restartezi seviciul web Apache (comenzile trebuie executate din linie de comanda)?
Restart: “/etc/rc.d/init.d/apachectl restart”
Stop: “/etc/rc.d/init.d/apachectl stop”
Start: “/etc/rc.d/init.d/apachectl start”

Unde este fisierul de configurare httpd.conf?
“/etc/httpd/conf/httpd.conf”

Cate procese Apache ruleaza intr-un moment anume pe server?
“ps auwx |grep httpd |wc -l”

Unde se afla fisierul cu log-uri de erori pe server?
“/var/log/httpd/error_log”

Unde este fisierul cu log-uri de status ?
“/var/log/httpd/access_log”

Coduri HTTP pe care ar fi bine sa le stiti
200 = Successful Request
304 = Successful request, but the web page requested hasn’t been modified since the current version in the remote web browser’s cache.
401 = Unauthorized access. Someone entered an incorrect username / password on a password protected page
403 = Forbidden. File permissions prevents Apache from reading the file.
404 = Page Not found. The page requested doesn’t exist.
500 = Internal Server Error
[/quote]

Pagina 1 din 1 Ora este UTC + 2 [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/