Comment creer un serveur sur son pc?

Fermé
bartseb - 12 avril 2005 à 19:44
sebsauvage Messages postés 32893 Date d'inscription mercredi 29 août 2001 Statut Modérateur Dernière intervention 21 octobre 2019 - 31 mai 2005 à 09:08
Bonjour a tous!
Je voudrai savoir comment creer un serveur (pour heberger son propre site) sur son PC.
Merci d'avance.
A voir également:

8 réponses

sebsauvage Messages postés 32893 Date d'inscription mercredi 29 août 2001 Statut Modérateur Dernière intervention 21 octobre 2019 15 655
31 mai 2005 à 09:08
bartseb: il faut créer au moins index.html pour TinyWeb.

Après ça roule...
2
sebsauvage Messages postés 32893 Date d'inscription mercredi 29 août 2001 Statut Modérateur Dernière intervention 21 octobre 2019 15 655
12 avril 2005 à 19:56
Il suffit d'installer un serveur web.

Le plus simple de tous, c'est tinyweb: il ne fait que 34 ko et c'est un serveur web très performant et gratuit:
http://www.ritlabs.com/tinyweb/


Après, si tu veux faire du php, mysql et autres, tu peux installer EasyPHP:
http://www.easyphp.org/
0
Desolé mais je ni suis pas arrivé.
Pouvez vous me preciser etape par etape.
0
choubaka Messages postés 39375 Date d'inscription jeudi 4 avril 2002 Statut Modérateur Dernière intervention 14 avril 2024 2 100
12 avril 2005 à 20:38
salut

la recette de cuisine en anglais ...

Installing 
    
To install TinyWeb server just create a shortcut in Startup menu with the following properties:

Target
 c:\www\bin\tiny.exe c:\www\root  
Start In
 c:\www\log  


c:\www\bin\tiny.exe is the path to TinyWeb executable, c:\www\root is the path to www home (root) directory, and c:\www\log is the directory for log files TinyWeb keeps. 

TinyWeb is neither windowed nor console application, moreover, it is not a Windows Service. Once started, tiny.exe will appear in Task List. There is no way to stop Tiny Web except End Task operation. 

Command-line Options
First parameter (mandatory) is a path www home (root) directory. 
Second parameter (optional) is a port number. By default it is 80 for HTTP and 443 for HTTPS(SSL/TLS). 
Third parameter (optional) is a dotted-decimal IP address to bind the server. By default, TinyWeb binds to all available local addresses. 
Examples

Run TinyWeb on port 8000:
c:\www\bin\tiny.exe c:\www\root 8000 
Run TinyWeb on port 8000 and address 212.56.194.250:
c:\www\bin\tiny.exe c:\www\root 8000 212.56.194.250 

 
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
Escuse moi , j'ai telecharger le fichier.Et quand je veut l'instaler sa marche pas.Sa me met un message d'erreur(comme koi il manque un fichier)
Ya pas d'autre moyen pour creer un serveur.
0
choubaka Messages postés 39375 Date d'inscription jeudi 4 avril 2002 Statut Modérateur Dernière intervention 14 avril 2024 2 100
12 avril 2005 à 20:52
salut

quel fichier?
0
Ben en fet si j'ai bien compris faut creer les fichier qu'il de mande d, dans ton disk C:/
Mais apres faut faire quoi?
0
Franchement utilisur esayphp ya pas mieu, avec apache et mysql tu a l'oportunité de te faire un bon petit serveur pour gerer ton site web
0