Comment creer un serveur sur son pc?

bartseb -  
sebsauvage Messages postés 33284 Date d'inscription   Statut Modérateur Dernière intervention   -
Bonjour a tous!
Je voudrai savoir comment creer un serveur (pour heberger son propre site) sur son PC.
Merci d'avance.

8 réponses

  1. sebsauvage Messages postés 33284 Date d'inscription   Statut Modérateur Dernière intervention   15 684
     
    bartseb: il faut créer au moins index.html pour TinyWeb.

    Après ça roule...
    2
  2. sebsauvage Messages postés 33284 Date d'inscription   Statut Modérateur Dernière intervention   15 684
     
    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
  3. bartseb
     
    Desolé mais je ni suis pas arrivé.
    Pouvez vous me preciser etape par etape.
    0
  4. choubaka Messages postés 5535 Date d'inscription   Statut Modérateur Dernière intervention   2 113
     
    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
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. bartseb
     
    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
  7. choubaka Messages postés 5535 Date d'inscription   Statut Modérateur Dernière intervention   2 113
     
    salut

    quel fichier?
    0
  8. bartseb
     
    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
  9. FuOne
     
    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