
merci
Modérateur : Modérateurs
DragonEye a écrit :jai 200go de libre
DragonEye a écrit :ah oups mais metton juste pour un sire personel ou des guguse du genre ?
MacWorld a écrit :DragonEye a écrit :jai 200go de libre
en passent, juste sur le serveur que le CAQ utilise, ya environ 3-4x ce que tu as de libres...
ca vaut rien des gigs de disque dur si t'as pas une bonne connection internet stable, un ordi stable, des backups et surtout, ca vaut RIEN si t'as Windows...![]()
(:
L3G10N a écrit :Si c'est un PATA, je peux te le prendre moica irait bien dans mon Xbox.
Si c'est un SATA, je peux te le prendre moica irait bien dans mon PC pour mes videos et mp3
hahahah il me revien a 206.99 txt in (bureau en gros)
c'est un 205go pc133 ata/133 avec 8me de catche 7200rpm
overdrift a écrit :hahahah il me revien a 206.99 txt in (bureau en gros)
c'est un 205go pc133 ata/133 avec 8me de catche 7200rpm
206.99 TX in, c ca que je paye pour un HD 300go SATA W/16m 7200 rpm, pis 195 pour un IDE. un 200go, je pourrais avoir ca pour meme pas 130$
mais sur le site bureau en gros, y se vend 149.44 TX in![]()
dites-moi ou je suis dans le champ.
Step 3. Password your web site documents.
But we don’t want just anyone to be able to download your music. Your bandwidth is precious, and we want to secure things a bit. Let’s create a password prompt.
First, open a command prompt (go to the Start menu, choose Run, then type cmd.) Change to the Apache bin directory by typing:
cd "C:\Program Files\Apache Group\Apache2\bin"
Then create a password file by typing:
htpasswd -c C:\Gina\my_password_file gina
Replace the path with the path of your new password file (which should in any folder EXCEPT the web server’s document root.) Replace gina with the username you want to use. When prompted, enter the password you want to set up. Once you’ve done that, a password file will be created.
Now we want to apply that login to your music directory. Open up a new file in a plain text editor like Notepad. Copy and paste the following into it:
AuthType Basic
AuthName "This is a private area, please log in"
AuthUserFile c:\Gina\my_password_file
AuthGroupFile /dev/null
<Limit GET POST PUT>
require valid-user
</Limit>
Make sure you replace C:\Gina\my_password_file in the text with your own password file created above. Save this new file IN YOUR WEB SERVER DOCUMENT ROOT (in this case, C:\Gina\My Music) and name it .htaccess. Don’t forget the dot in the beginning, before .htaccess. So, in this case, we’re saving the file as C:\Gina\My Music\ .htaccess.
Note: If you’re using Notepad to create your .htaccess file, when you save the file, put quotes around the filename - “.htaccess” - so that Notepad doesn’t automatically put a .txt extension on the file. If there’s a .txt file extension, your password won’t work!
Now, using your web browser, go to http://localhost/. You should be prompted to log in. Enter your username and password you set up in your password file. Rock!