Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

Php (fr) Apache Const

Quiz yourself by thinking what should be in each of the black spaces below before clicking on it to display the answer.
        Help!  

Question
Answer
[Apache Cons] Le nom du serveur hote qui execute le script. Si le script est exexute sur un hote virtuel, ce sera la valeur d efinie pour cet hote virtuel.   SERVER_NAME  
🗑
[Apache Cons] Version du serveur.   SERVER_SOFTWARE  
🗑
[Apache Cons] Methode de requete utilisee pour acceder a la page ('GET', 'HEAD', 'POST', 'PUT').   REQUEST_METHOD  
🗑
[Apache Cons] La chaine de requ¨ºte de l url (la chaine elle meme. si elle existe)   QUERY_STRING  
🗑
[Apache Cons] La racine sous laquelle le script courant est execute (path defini dans la configuration du serveur).   DOCUMENT_ROOT  
🗑
[Apache Cons] Contenu de l'entete "connection" : de la requete courante (si elle existe ex: 'Keep-Alive').   HTTP_CONNECTION  
🗑
[Apache Cons] Contenu de l'entete "Host" de la requete courante (si elle existe).   HTTP_HOST  
🗑
[Apache Cons] L'adresse de la page (si elle existe) qui a conduit le client a la page courante. Cette valeur est affectee par le client, et tous les clients ne l ont pas.   HTTP_REFERER  
🗑
Cette chaine decrit le navigateur utilise pour affiche la page HTML. Vous pouvez utiliser cette valeur avec get_browser() pour optimiser votre page.   HTTP_USER_AGENT  
🗑
[Apache Cons] L'adresse IP du client qui demande la page HTML au serveur web.   REMOTE_ADDR  
🗑
[Apache Cons] La valeur donnee la directive qui determine l administrateur du serveur dans le fichier de configuration. Si le script est execute par un hote virtuel, cela sera la valeur definie par l'hote virtuel.   SERVER_ADMIN  
🗑
[Apache Cons] Chemin dans le systeme de fichier (du document root) jusqu'au script courant, une fois que le serveur a fait une traduction virtuel->reel.   PATH_TRANSLATED  
🗑
[Apache Cons] Contient le nom du script courant. Tout comme $PHP_SELF, cela sert lorsque les pages doivent s'appeler elles-m¨ºmes.   SCRIPT_NAME  
🗑
[Apache Cons] Chaine contenant l'urI qui a ete demande et fourni pour acceder a cette page (ex: '/index.html').   REQUEST_URI  
🗑
[Apache Func] Returns the Apache version on success or FALSE on failure.   string apache_get_version ( void )  
🗑
[Apache Func] Ecrivez une fonction qui retourne la version d apache.   <?php $version = apache_get_version(); echo "$version\n"; ?> peut retourner : Apache/1.3.29 (Unix) PHP/4.3.4  
🗑


   

Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
 
To hide a column, click on the column name.
 
To hide the entire table, click on the "Hide All" button.
 
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
 
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.

 
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: dcrypto
Popular Computers sets