Serveur web local accessible sur internet

Serveur web local accessible sur internet - Windows & Software

Marsh Posté le 31-08-2005 à 21:37:32    

Salut tlm!
Je suis pas sur de poster ce message dans le bon forum mais bon...
 
Voila j'aimerais mettre en place un serveur web en local (avec easyphp) et j'aimerais essayer de le rendre accessibles sur Internet mais je n'arrive pas à le faire...
J'ai essayé de désactiver le port 80 et même de désactiver totalement mon pare feu mais ca a pas marché non plus...
 
Y a quelqu'un qui a déjà réussi à le faire???

Reply

Marsh Posté le 31-08-2005 à 21:37:32   

Reply

Marsh Posté le 31-08-2005 à 21:39:39    

Tu utilise quel fournisseur d acces ? si tu utilise un routeur ADSL tu doit configurer ton routeur pour rediriger les requetes du port 80 de ton routeur vers le port 80 de ton PC

Reply

Marsh Posté le 31-08-2005 à 21:42:41    

Mon FAI est AOL.
 
Non je n'ai pas de routeur ADSL.
 
Y a quelque chose a faire de particulier en plus que de désactiver le port 80?  
 
Pour info, j'ai pris mon adresse IP et j'ai essayé depuis un autre pc connecté chez un autre FAI cette adresse : http://adresse_ip/un_repertoire et ca a mis impossible de trouver le serveur.....

Reply

Marsh Posté le 31-08-2005 à 21:47:19    

Il n'y a pas un truc sur eazsy php qui limite aux requêtes locales dans le .conf? enfin ca me dis qque chose jen suis vraiment pas sur,
sinon évite easy php pour un serveur web quand meme :s

Reply

Marsh Posté le 31-08-2005 à 21:47:57    

tu me conseilles quoi alors?

Reply

Marsh Posté le 31-08-2005 à 21:49:08    

et surtout comment??

Reply

Marsh Posté le 31-08-2005 à 21:51:06    

Reply

Marsh Posté le 31-08-2005 à 21:51:37    

mick8569 a écrit :

tu me conseilles quoi alors?


Le mieux, enfin c'est ce que j'ai fait, si ta un vieux PC qui traine genre un p2 qui traine essaye linux ! ca fait peur avant de commencer mais avec qques bons tutos ( que je suis en train décrire  :D ) c'est dans la poche
 
Sinon tu sais easy php c'est qun ensemple de logiciels qui existent déjà : apache, php, mysql... c'est vite fait à installer avec des bouts de tutos sur les passages ou tu bloques


Message édité par Proxounet le 31-08-2005 à 21:53:29
Reply

Marsh Posté le 31-08-2005 à 21:55:59    

salut, tu a pris quelle adresse ip deja?
 
de plus aol je sait pas mais avec toutes leurs interfaces et leur mode de connexion a la olé olé ca m'étonnerait pas que ca marche pas :/


---------------
204 - No Content
Reply

Marsh Posté le 31-08-2005 à 21:57:18    

Pour l'adresse IP j'ai fait un ipconfi/all et j'ai récup l'ip que j'ai trouvé (j'ai pas pris l'adresse IP que j'ai sur mon réseau local)

Reply

Marsh Posté le 31-08-2005 à 21:57:18   

Reply

Marsh Posté le 31-08-2005 à 22:00:09    

ok, tu a quoi comme pare feu?
 
j'ai deja vu des cas ou deux firewalls etaient en conflit (celui de win et un autre...)
 
sinon tu peux envoyer le httpd.conf?
 
et derniere chose, si tu est debutant et que tu veux pas installer apache+php+mysql a la main, je te conseille wamp (http://www.wampserver.com/) plutot que easy php :/


---------------
204 - No Content
Reply

Marsh Posté le 31-08-2005 à 22:05:14    

J'utilise norton 2005 comme firewall
 
Contenu du hhtttpd.conf (sans les commentaires...):
 

Code :
  1. #------------------------ IMPORTANT ! ----------------------
  2. # This file is GENERATED by EasyPHP when needed so edit the
  3. # file C:\Program Files\EasyPHP1-8\conf_files\httpd.conf if you want to do
  4. # modifications in this file
  5. #-----------------------------------------------------------
  6. # IMPORTANT
  7. # C:/Program Files/EasyPHP1-8 is used to specify EasyPHP installation path
  8. #
  9. # Based upon the NCSA server configuration files originally by Rob McCool.
  10. #
  11. # This is the main Apache server configuration file.  It contains the
  12. # configuration directives that give the server its instructions.
  13. # See <URL:http://www.apache.org/docs/> for detailed information about
  14. # the directives.
  15. #
  16. # Do NOT simply read the instructions in here without understanding
  17. # what they do.  They're here only as hints or reminders.  If you are unsure
  18. # consult the online docs. You have been warned. 
  19. #
  20. # After this file is processed, the server will look for and process
  21. # srm.conf and then access.conf
  22. # unless you have overridden these with ResourceConfig and/or
  23. # AccessConfig directives here.
  24. #
  25. # The configuration directives are grouped into three basic sections:
  26. #  1. Directives that control the operation of the Apache server process as a
  27. #     whole (the 'global environment').
  28. #  2. Directives that define the parameters of the 'main' or 'default' server,
  29. #     which responds to requests that aren't handled by a virtual host.
  30. #     These directives also provide default values for the settings
  31. #     of all virtual hosts.
  32. #  3. Settings for virtual hosts, which allow Web requests to be sent to
  33. #     different IP addresses or hostnames and have them handled by the
  34. #     same Apache server process.
  35. #
  36. # Configuration and logfile names: If the filenames you specify for many
  37. # of the server's control files begin with "/" (or "drive:/" for Win32), the
  38. # server will use that explicit path.  If the filenames do *not* begin
  39. # with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
  40. # with ServerRoot set to "/usr/local/apache" will be interpreted by the
  41. # server as "/usr/local/apache/logs/foo.log".
  42. #
  43. # NOTE: Where filenames are specified, you must use forward slashes
  44. # instead of backslashes (e.g., "c:/apache" instead of "c:\apache" ).
  45. # If a drive letter is omitted, the drive on which Apache.exe is located
  46. # will be used by default.  It is recommended that you always supply
  47. # an explicit drive letter in absolute paths, however, to avoid
  48. # confusion.
  49. #
  50. ### Section 1: Global Environment
  51. #
  52. # The directives in this section affect the overall operation of Apache,
  53. # such as the number of concurrent requests it can handle or where it
  54. # can find its configuration files.
  55. #
  56. #
  57. # ServerType is either inetd, or standalone.  Inetd mode is only supported on
  58. # Unix platforms.
  59. #
  60. ServerType standalone
  61. #
  62. # ServerRoot: The top of the directory tree under which the server's
  63. # configuration, error, and log files are kept.
  64. #
  65. ServerRoot "C:/Program Files/EasyPHP1-8/apache"
  66. #
  67. # PidFile: The file in which the server should record its process
  68. # identification number when it starts.
  69. #
  70. PidFile logs/httpd.pid
  71. #
  72. # ScoreBoardFile: File used to store internal server process information.
  73. # Not all architectures require this.  But if yours does (you'll know because
  74. # this file will be  created when you run Apache) then you *must* ensure that
  75. # no two invocations of Apache share the same scoreboard file.
  76. #
  77. ScoreBoardFile logs/apache_runtime_status
  78. #
  79. # In the standard configuration, the server will process httpd.conf (this
  80. # file, specified by the -f command line option), srm.conf, and access.conf
  81. # in that order.  The latter two files are now distributed empty, as it is
  82. # recommended that all directives be kept in a single file for simplicity. 
  83. # The commented-out values below are the built-in defaults.  You can have the
  84. # server ignore these files altogether by using "/dev/null" (for Unix) or
  85. # "nul" (for Win32) for the arguments to the directives.
  86. #
  87. #ResourceConfig conf/srm.conf
  88. #AccessConfig conf/access.conf
  89. #
  90. # Timeout: The number of seconds before receives and sends time out.
  91. #
  92. Timeout 300
  93. #
  94. # KeepAlive: Whether or not to allow persistent connections (more than
  95. # one request per connection). Set to "Off" to deactivate.
  96. #
  97. KeepAlive On
  98. #
  99. # MaxKeepAliveRequests: The maximum number of requests to allow
  100. # during a persistent connection. Set to 0 to allow an unlimited amount.
  101. # We recommend you leave this number high, for maximum performance.
  102. #
  103. MaxKeepAliveRequests 100
  104. #
  105. # KeepAliveTimeout: Number of seconds to wait for the next request from the
  106. # same client on the same connection.
  107. #
  108. KeepAliveTimeout 15
  109. #
  110. # Apache on Win32 always creates one child process to handle requests.  If it
  111. # dies, another child process is created automatically.  Within the child
  112. # process multiple threads handle incoming requests.  The next two
  113. # directives control the behaviour of the threads and processes.
  114. #
  115. #
  116. # MaxRequestsPerChild: the number of requests each child process is
  117. # allowed to process before the child dies.  The child will exit so
  118. # as to avoid problems after prolonged use when Apache (and maybe the
  119. # libraries it uses) leak memory or other resources.  On most systems, this
  120. # isn't really needed, but a few (such as Solaris) do have notable leaks
  121. # in the libraries.  For Win32, set this value to zero (unlimited)
  122. # unless advised otherwise.
  123. #
  124. # NOTE: This value does not include keepalive requests after the initial
  125. #       request per connection. For example, if a child process handles
  126. #       an initial request and 10 subsequent "keptalive" requests, it
  127. #       would only count as 1 request towards this limit.
  128. #
  129. MaxRequestsPerChild 0
  130. #
  131. # Number of concurrent threads (i.e., requests) the server will allow.
  132. # Set this value according to the responsiveness of the server (more
  133. # requests active at once means they're all handled more slowly) and
  134. # the amount of system resources you'll allow the server to consume.
  135. #
  136. ThreadsPerChild 50
  137. #
  138. # Listen: Allows you to bind Apache to specific IP addresses and/or
  139. # ports, in addition to the default. See also the <VirtualHost>
  140. # directive.
  141. #
  142. #Listen 3000
  143. #Listen 12.34.56.78:80
  144. Listen 127.0.0.1:80
  145. Listen 169.254.122.55:80
  146. Listen 172.211.162.128:80
  147. #
  148. # BindAddress: You can support virtual hosts with this option. This directive
  149. # is used to tell the server which IP address to listen to. It can either
  150. # contain "*", an IP address, or a fully qualified Internet domain name.
  151. # See also the <VirtualHost> and Listen directives.
  152. #
  153. #BindAddress *
  154. #
  155. # Dynamic Shared Object (DSO) Support
  156. #
  157. # To be able to use the functionality of a module which was built as a DSO you
  158. # have to place corresponding `LoadModule' lines at this location so the
  159. # directives contained in it are actually available _before_ they are used.
  160. # Please read the file README.DSO in the Apache 1.3 distribution for more
  161. # details about the DSO mechanism and run `apache -l' for the list of already
  162. # built-in (statically linked and thus always available) modules in your Apache
  163. # binary.
  164. #
  165. # Note: The order in which modules are loaded is important.  Don't change
  166. # the order below without expert advice.
  167. #
  168. # Example:
  169. # LoadModule foo_module modules/mod_foo.so
  170. #
  171. #LoadModule vhost_alias_module modules/mod_vhost_alias.so
  172. #LoadModule mime_magic_module modules/mod_mime_magic.so
  173. #LoadModule status_module modules/mod_status.so
  174. #LoadModule info_module modules/mod_info.so
  175. #LoadModule speling_module modules/mod_speling.so
  176. #LoadModule rewrite_module modules/mod_rewrite.so
  177. LoadModule anon_auth_module modules/mod_auth_anon.so
  178. #LoadModule dbm_auth_module modules/mod_auth_dbm.so
  179. #LoadModule digest_auth_module modules/mod_auth_digest.so
  180. #LoadModule digest_module modules/mod_digest.so
  181. #LoadModule proxy_module modules/mod_proxy.so
  182. #LoadModule cern_meta_module modules/mod_cern_meta.so
  183. #LoadModule expires_module modules/mod_expires.so
  184. #LoadModule headers_module modules/mod_headers.so
  185. #LoadModule usertrack_module modules/mod_usertrack.so
  186. #LoadModule unique_id_module modules/mod_unique_id.so
  187. LoadModule php4_module "C:/Program Files/EasyPHP1-8/php/php4apache.dll"
  188. #
  189. #  Reconstruction of the complete module list from all available modules
  190. #  (static and shared ones) to achieve correct module execution order.
  191. #
  192. # The modules listed below, without a corresponding LoadModule directive,
  193. # are static bound into the standard Apache binary distribution for Windows.
  194. #
  195. # Note: The order in which modules are loaded is important.  Don't change
  196. # the order below without expert advice.
  197. #
  198. # [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE, UPDATE THIS TOO!]
  199. ClearModuleList
  200. #AddModule mod_vhost_alias.c
  201. AddModule mod_env.c
  202. AddModule mod_log_config.c
  203. #AddModule mod_mime_magic.c
  204. AddModule mod_mime.c
  205. AddModule mod_negotiation.c
  206. #AddModule mod_status.c
  207. #AddModule mod_info.c
  208. AddModule mod_include.c
  209. AddModule mod_autoindex.c
  210. AddModule mod_dir.c
  211. AddModule mod_isapi.c
  212. AddModule mod_cgi.c
  213. AddModule mod_asis.c
  214. AddModule mod_imap.c
  215. AddModule mod_actions.c
  216. #AddModule mod_speling.c
  217. AddModule mod_userdir.c
  218. AddModule mod_alias.c
  219. #AddModule mod_rewrite.c
  220. AddModule mod_access.c
  221. AddModule mod_auth.c
  222. AddModule mod_auth_anon.c
  223. #AddModule mod_auth_dbm.c
  224. #AddModule mod_auth_digest.c
  225. #AddModule mod_digest.c
  226. #AddModule mod_proxy.c
  227. #AddModule mod_cern_meta.c
  228. #AddModule mod_expires.c
  229. #AddModule mod_headers.c
  230. #AddModule mod_usertrack.c
  231. #AddModule mod_unique_id.c
  232. AddModule mod_so.c
  233. AddModule mod_setenvif.c
  234. AddModule mod_php4.c
  235. #
  236. # ExtendedStatus controls whether Apache will generate "full" status
  237. # information (ExtendedStatus On) or just basic information (ExtendedStatus
  238. # Off) when the "server-status" handler is called. The default is Off.
  239. #
  240. #ExtendedStatus On
  241. ### Section 2: 'Main' server configuration
  242. #
  243. # The directives in this section set up the values used by the 'main'
  244. # server, which responds to any requests that aren't handled by a
  245. # <VirtualHost> definition.  These values also provide defaults for
  246. # any <VirtualHost> containers you may define later in the file.
  247. #
  248. # All of these directives may appear inside <VirtualHost> containers,
  249. # in which case these default settings will be overridden for the
  250. # virtual host being defined.
  251. #
  252. #
  253. # Port: The port to which the standalone server listens.  Certain firewall
  254. # products must be configured before Apache can listen to a specific port.
  255. # Other running httpd servers will also interfere with this port.  Disable
  256. # all firewall, security, and other services if you encounter problems.
  257. # To help diagnose problems use the Windows NT command NETSTAT -a
  258. #
  259. Port 80
  260. #
  261. # ServerAdmin: Your address, where problems with the server should be
  262. # e-mailed.  This address appears on some server-generated pages, such
  263. # as error documents.
  264. #
  265. ServerAdmin admin@localhost
  266. #
  267. # ServerName allows you to set a host name which is sent back to clients for
  268. # your server if it's different than the one the program would get (i.e., use
  269. # "www" instead of the host's real name).
  270. #
  271. # Note: You cannot just invent host names and hope they work. The name you
  272. # define here must be a valid DNS name for your host. If you don't understand
  273. # this, ask your network administrator.
  274. # If your host doesn't have a registered DNS name, enter its IP address here.
  275. # You will have to access it by its address (e.g., http://123.45.67.89/)
  276. # anyway, and this will make redirections work in a sensible way.
  277. #
  278. # 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. Your
  279. # machine always knows itself by this address. If you use Apache strictly for
  280. # local testing and development, you may use 127.0.0.1 as the server name.
  281. #
  282. ServerName localhost
  283. #
  284. # DocumentRoot: The directory out of which you will serve your
  285. # documents. By default, all requests are taken from this directory, but
  286. # symbolic links and aliases may be used to point to other locations.
  287. #
  288. DocumentRoot "C:/Program Files/EasyPHP1-8/www"
  289. #
  290. # Each directory to which Apache has access, can be configured with respect
  291. # to which services and features are allowed and/or disabled in that
  292. # directory (and its subdirectories).
  293. #
  294. # First, we configure the "default" to be a very restrictive set of
  295. # permissions. 
  296. #
  297. <Directory />
  298.     Options FollowSymLinks Indexes
  299.     AllowOverride All
  300. </Directory>
  301. #
  302. # Note that from this point forward you must specifically allow
  303. # particular features to be enabled - so if something's not working as
  304. # you might expect, make sure that you have specifically enabled it
  305. # below.
  306. #
  307. #
  308. # This should be changed to whatever you set DocumentRoot to.
  309. #
  310. <Directory "C:/Program Files/EasyPHP1-8/www">
  311. #
  312. # This may also be "None", "All", or any combination of "Indexes",
  313. # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
  314. #
  315. # Note that "MultiViews" must be named *explicitly* --- "Options All"
  316. # doesn't give it to you.
  317. #
  318.     Options Indexes FollowSymLinks Includes
  319. #
  320. # This controls which options the .htaccess files in directories can
  321. # override. Can also be "All", or any combination of "Options", "FileInfo",
  322. # "AuthConfig", and "Limit"
  323. #
  324.     AllowOverride All
  325. #
  326. # Controls who can get stuff from this server.
  327. #
  328.     Order allow,deny
  329.     Allow from all
  330. </Directory>
  331. #
  332. # UserDir: The name of the directory which is appended onto a user's home
  333. # directory if a ~user request is received.
  334. #
  335. # Under Win32, we do not currently try to determine the home directory of
  336. # a Windows login, so a format such as that below needs to be used.  See
  337. # the UserDir documentation for details.
  338. #
  339. <IfModule mod_userdir.c>
  340.     UserDir "C:/Program Files/EasyPHP1-8/apache/users/"
  341. </IfModule>
  342. #
  343. # Control access to UserDir directories.  The following is an example
  344. # for a site where these directories are restricted to read-only.
  345. #
  346. #<Directory "C:/Program Files/EasyPHP1-8/apache/users">
  347. #    AllowOverride FileInfo AuthConfig Limit
  348. #    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
  349. #    <Limit GET POST OPTIONS PROPFIND>
  350. #        Order allow,deny
  351. #        Allow from all
  352. #    </Limit>
  353. #    <LimitExcept GET POST OPTIONS PROPFIND>
  354. #        Order deny,allow
  355. #        Deny from all
  356. #    </LimitExcept>
  357. #</Directory>
  358. #
  359. # DirectoryIndex: Name of the file or files to use as a pre-written HTML
  360. # directory index.  Separate multiple entries with spaces.
  361. #
  362. <IfModule mod_dir.c>
  363.     DirectoryIndex index.html index.shtml index.wml index.pwml index.php index.php3 index.php4
  364. </IfModule>
  365. #
  366. # AccessFileName: The name of the file to look for in each directory
  367. # for access control information.
  368. #
  369. AccessFileName .htaccess
  370. #
  371. # The following lines prevent .htaccess files from being viewed by
  372. # Web clients.  Since .htaccess files often contain authorization
  373. # information, access is disallowed for security reasons.  Comment
  374. # these lines out if you want Web visitors to see the contents of
  375. # .htaccess files.  If you change the AccessFileName directive above,
  376. # be sure to make the corresponding changes here.
  377. #
  378. # Also, folks tend to use names such as .htpasswd for password
  379. # files, so this will protect those as well.
  380. #
  381. <Files ~ "^\.ht">
  382.     Order allow,deny
  383.     Deny from all
  384.     Satisfy All
  385. </Files>
  386. #
  387. # CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with each
  388. # document that was negotiated on the basis of content. This asks proxy
  389. # servers not to cache the document. Uncommenting the following line disables
  390. # this behavior, and proxies will be allowed to cache the documents.
  391. #
  392. #CacheNegotiatedDocs
  393. #
  394. # UseCanonicalName:  (new for 1.3)  With this setting turned on, whenever
  395. # Apache needs to construct a self-referencing URL (a URL that refers back
  396. # to the server the response is coming from) it will use ServerName and
  397. # Port to form a "canonical" name.  With this setting off, Apache will
  398. # use the hostname:port that the client supplied, when possible.  This
  399. # also affects SERVER_NAME and SERVER_PORT in CGI scripts.
  400. #
  401. UseCanonicalName Off
  402. #
  403. # TypesConfig describes where the mime.types file (or equivalent) is
  404. # to be found.
  405. #
  406. <IfModule mod_mime.c>
  407.     TypesConfig conf/mime.types
  408. </IfModule>
  409. #
  410. # DefaultType is the default MIME type the server will use for a document
  411. # if it cannot otherwise determine one, such as from filename extensions.
  412. # If your server contains mostly text or HTML documents, "text/plain" is
  413. # a good value.  If most of your content is binary, such as applications
  414. # or images, you may want to use "application/octet-stream" instead to
  415. # keep browsers from trying to display binary files as though they are
  416. # text.
  417. #
  418. DefaultType text/plain
  419. #
  420. # The mod_mime_magic module allows the server to use various hints from the
  421. # contents of the file itself to determine its type.  The MIMEMagicFile
  422. # directive tells the module where the hint definitions are located.
  423. # mod_mime_magic is not part of the default server (you have to add
  424. # it yourself with a LoadModule [see the DSO paragraph in the 'Global
  425. # Environment' section], or recompile the server and include mod_mime_magic
  426. # as part of the configuration), so it's enclosed in an <IfModule> container.
  427. # This means that the MIMEMagicFile directive will only be processed if the
  428. # module is part of the server.
  429. #
  430. <IfModule mod_mime_magic.c>
  431.     MIMEMagicFile conf/magic
  432. </IfModule>
  433. #
  434. # HostnameLookups: Log the names of clients or just their IP addresses
  435. # e.g., www.apache.org (on) or 204.62.129.132 (off).
  436. # The default is off because it'd be overall better for the net if people
  437. # had to knowingly turn this feature on, since enabling it means that
  438. # each client request will result in AT LEAST one lookup request to the
  439. # nameserver.
  440. #
  441. HostnameLookups Off
  442. #
  443. # ErrorLog: The location of the error log file.
  444. # If you do not specify an ErrorLog directive within a <VirtualHost>
  445. # container, error messages relating to that virtual host will be
  446. # logged here.  If you *do* define an error logfile for a <VirtualHost>
  447. # container, that host's errors will be logged there and not here.
  448. #
  449. ErrorLog logs/error.log
  450. #
  451. # LogLevel: Control the number of messages logged to the error.log.
  452. # Possible values include: debug, info, notice, warn, error, crit,
  453. # alert, emerg.
  454. #
  455. LogLevel warn
  456. #
  457. # The following directives define some format nicknames for use with
  458. # a CustomLog directive (see below).
  459. #
  460. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
  461. LogFormat "%h %l %u %t \"%r\" %>s %b" common
  462. LogFormat "%{Referer}i -> %U" referer
  463. LogFormat "%{User-agent}i" agent
  464. #
  465. # The location and format of the access logfile (Common Logfile Format).
  466. # If you do not define any access logfiles within a <VirtualHost>
  467. # container, they will be logged here.  Contrariwise, if you *do*
  468. # define per-<VirtualHost> access logfiles, transactions will be
  469. # logged therein and *not* in this file.
  470. #
  471. CustomLog logs/access.log common
  472. #
  473. # If you would like to have agent and referer logfiles, uncomment the
  474. # following directives.
  475. #
  476. #CustomLog logs/referer.log referer
  477. #CustomLog logs/agent.log agent
  478. #
  479. # If you prefer a single logfile with access, agent, and referer information
  480. # (Combined Logfile Format) you can use the following directive.
  481. #
  482. #CustomLog logs/access.log combined
  483. #
  484. # Optionally add a line containing the server version and virtual host
  485. # name to server-generated pages (error documents, FTP directory listings,
  486. # mod_status and mod_info output etc., but not CGI generated documents).
  487. # Set to "EMail" to also include a mailto: link to the ServerAdmin.
  488. # Set to one of:  On | Off | EMail
  489. #
  490. ServerSignature Email
  491. #
  492. # Apache parses all CGI scripts for the shebang line by default.
  493. # This comment line, the first line of the script, consists of the symbols
  494. # pound (#) and exclamation (!) followed by the path of the program that
  495. # can execute this specific script.  For a perl script, with perl.exe in
  496. # the C:\Program Files\Perl directory, the shebang line should be:
  497.    #!c:/program files/perl/perl
  498. # Note you _must_not_ indent the actual shebang line, and it must be the
  499. # first line of the file.  Of course, CGI processing must be enabled by
  500. # the appropriate ScriptAlias or Options ExecCGI directives for the files
  501. # or directory in question.
  502. #
  503. # However, Apache on Windows allows either the Unix behavior above, or can
  504. # use the Registry to match files by extention.  The command to execute
  505. # a file of this type is retrieved from the registry by the same method as
  506. # the Windows Explorer would use to handle double-clicking on a file.
  507. # These script actions can be configured from the Windows Explorer View menu,
  508. # 'Folder Options', and reviewing the 'File Types' tab.  Clicking the Edit
  509. # button allows you to modify the Actions, of which Apache 1.3 attempts to
  510. # perform the 'Open' Action, and failing that it will try the shebang line.
  511. # This behavior is subject to change in Apache release 2.0.
  512. #
  513. # Each mechanism has it's own specific security weaknesses, from the means
  514. # to run a program you didn't intend the website owner to invoke, and the
  515. # best method is a matter of great debate.
  516. #
  517. # To enable the this Windows specific behavior (and therefore -disable- the
  518. # equivilant Unix behavior), uncomment the following directive:
  519. #
  520. #ScriptInterpreterSource registry
  521. #
  522. # The directive above can be placed in individual <Directory> blocks or the
  523. # .htaccess file, with either the 'registry' (Windows behavior) or 'script'
  524. # (Unix behavior) option, and will override this server default option.
  525. #
  526. #
  527. # Aliases: Add here as many aliases as you need (with no limit). The format is
  528. # Alias fakename realname
  529. #
  530. <IfModule mod_alias.c>
  531.     #
  532.     # Note that if you include a trailing / on fakename then the server will
  533.     # require it to be present in the URL.  So "/icons" isn't aliased in this
  534.     # example, only "/icons/".  If the fakename is slash-terminated, then the
  535.     # realname must also be slash terminated, and if the fakename omits the
  536.     # trailing slash, the realname must also omit it.
  537.     #
  538.     Alias /icons/ "C:/Program Files/EasyPHP1-8/apache/icons/"
  539.     <Directory "C:/Program Files/EasyPHP1-8/apache/icons">
  540.         Options Indexes MultiViews
  541.         AllowOverride None
  542.         Order allow,deny
  543.         Allow from all
  544.     </Directory>
  545.     Alias /images_easyphp/ "C:/Program Files/EasyPHP1-8/home/images_easyphp/"
  546.     <Directory "C:/Program Files/EasyPHP1-8/home/images_easyphp">
  547.         Options Indexes MultiViews
  548.         AllowOverride None
  549.         Order allow,deny
  550.         Allow from all
  551.     </Directory>
  552.     Alias /mysql/ "C:/Program Files/EasyPHP1-8/phpmyadmin/"
  553.     <Directory "C:/Program Files/EasyPHP1-8/phpmyadmin">
  554.         Options FollowSymLinks Indexes
  555.         AllowOverride None
  556.         Order deny,allow
  557.         allow from 127.0.0.1
  558.         deny from all
  559.     </Directory>
  560.     Alias /home/ "C:/Program Files/EasyPHP1-8/home/"
  561.     <Directory "C:/Program Files/EasyPHP1-8/home">
  562.         Options FollowSymLinks Indexes
  563.         AllowOverride None
  564.         Order deny,allow
  565.         allow from 127.0.0.1
  566.         deny from all
  567.     </Directory>
  568.     # This Alias will project the on-line documentation tree under /manual/
  569.     # even if you change the DocumentRoot. Comment it if you don't want to
  570.     # provide access to the on-line documentation.
  571.     #
  572.     #Alias /manual/ "C:/Program Files/EasyPHP1-8/apache/htdocs/manual/"
  573.     #<Directory "C:/Program Files/EasyPHP1-8/apache/htdocs/manual">
  574.     #    Options Indexes FollowSymlinks MultiViews
  575.     #    AllowOverride None
  576.     #    Order allow,deny
  577.     #    Allow from all
  578.     #</Directory>
  579.     #
  580.     # ScriptAlias: This controls which directories contain server scripts.
  581.     # ScriptAliases are essentially the same as Aliases, except that
  582.     # documents in the realname directory are treated as applications and
  583.     # run by the server when requested rather than as documents sent to the client.
  584.     # The same rules about trailing "/" apply to ScriptAlias directives as to
  585.     # Alias.
  586.     #
  587.     ScriptAlias /cgi-bin/ "C:/Program Files/EasyPHP1-8/cgi-bin/"
  588.     #
  589.     # "C:/Program Files/EasyPHP1-8/apache/cgi-bin" should be changed to whatever your ScriptAliased
  590.     # CGI directory exists, if you have that configured.
  591.     #
  592.     <Directory "C:/Program Files/EasyPHP1-8/cgi-bin">
  593.         AllowOverride None
  594.         Options None
  595.         Order allow,deny
  596.         Allow from all
  597.     </Directory>
  598. </IfModule>
  599. # End of aliases.
  600. #
  601. # Redirect allows you to tell clients about documents which used to exist in
  602. # your server's namespace, but do not anymore. This allows you to tell the
  603. # clients where to look for the relocated document.
  604. # Format: Redirect old-URI new-URL
  605. #
  606. #
  607. # Directives controlling the display of server-generated directory listings.
  608. #
  609. <IfModule mod_autoindex.c>
  610.     #
  611.     # FancyIndexing is whether you want fancy directory indexing or standard
  612.     #
  613.     # Note, add the option TrackModified to the IndexOptions default list only
  614.     # if all indexed directories reside on NTFS volumes.  The TrackModified flag
  615.     # will report the Last-Modified date to assist caches and proxies to properly
  616.     # track directory changes, but it does _not_ work on FAT volumes.
  617.     #
  618.     IndexOptions FancyIndexing
  619.     #
  620.     # AddIcon* directives tell the server which icon to show for different
  621.     # files or filename extensions.  These are only displayed for
  622.     # FancyIndexed directories.
  623.     #
  624.     AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
  625.     AddIconByType (TXT,/icons/text.gif) text/*
  626.     AddIconByType (IMG,/icons/image2.gif) image/*
  627.     AddIconByType (SND,/icons/sound2.gif) audio/*
  628.     AddIconByType (VID,/icons/movie.gif) video/*
  629.     AddIcon /icons/binary.gif .bin .exe
  630.     AddIcon /icons/binhex.gif .hqx
  631.     AddIcon /icons/tar.gif .tar
  632.     AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
  633.     AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
  634.     AddIcon /icons/a.gif .ps .ai .eps
  635.     AddIcon /icons/layout.gif .html .shtml .htm .pdf
  636.     AddIcon /icons/text.gif .txt
  637.     AddIcon /icons/c.gif .c
  638.     AddIcon /icons/p.gif .pl .py
  639.     AddIcon /icons/f.gif .for
  640.     AddIcon /icons/dvi.gif .dvi
  641.     AddIcon /icons/uuencoded.gif .uu
  642.     AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
  643.     AddIcon /icons/tex.gif .tex
  644.     AddIcon /icons/bomb.gif core
  645.     AddIcon /icons/back.gif ..
  646.     AddIcon /icons/hand.right.gif README
  647.     AddIcon /icons/folder.gif ^^DIRECTORY^^
  648.     AddIcon /icons/blank.gif ^^BLANKICON^^
  649.     #
  650.     # DefaultIcon is which icon to show for files which do not have an icon
  651.     # explicitly set.
  652.     #
  653.     DefaultIcon /icons/unknown.gif
  654.     #
  655.     # AddDescription allows you to place a short description after a file in
  656.     # server-generated indexes.  These are only displayed for FancyIndexed
  657.     # directories.
  658.     # Format: AddDescription "description" filename
  659.     #
  660.     AddDescription "GZIP compressed document" .gz
  661.     AddDescription "tar archive" .tar
  662.     AddDescription "GZIP compressed tar archive" .tgz
  663.     AddDescription "ZIP archive" .zip
  664.     AddDescription "CAB archive" .cab
  665.     AddDescription "Win32 Executable" .exe
  666.     #
  667.     # ReadmeName is the name of the README file the server will look for by
  668.     # default, and append to directory listings.
  669.     #
  670.     # HeaderName is the name of a file which should be prepended to
  671.     # directory indexes.  
  672.     #
  673.     # If MultiViews are amongst the Options in effect, the server will
  674.     # first look for name.html and include it if found.  If name.html
  675.     # doesn't exist, the server will then look for name.txt and include
  676.     # it as plaintext if found.
  677.     #
  678.     ReadmeName README
  679.     HeaderName HEADER
  680.     #
  681.     # IndexIgnore is a set of filenames which directory indexing should ignore
  682.     # and not include in the listing.  Shell-style wildcarding is permitted.
  683.     #
  684.     IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
  685. </IfModule>
  686. # End of indexing directives.
  687. #
  688. # Document types.
  689. #
  690. <IfModule mod_mime.c>
  691.     #
  692.     # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
  693.     # information on the fly. Note: Not all browsers support this.
  694.     # Despite the name similarity, the following Add* directives have nothing
  695.     # to do with the FancyIndexing customization directives above.
  696.     #
  697.     AddEncoding x-compress Z
  698.     AddEncoding x-gzip gz tgz
  699.     #
  700.     # AddLanguage allows you to specify the language of a document. You can
  701.     # then use content negotiation to give a browser a file in a language
  702.     # it can understand.
  703.     #
  704.     # Note 1: The suffix does not have to be the same as the language
  705.     # keyword --- those with documents in Polish (whose net-standard
  706.     # language code is pl) may wish to use "AddLanguage pl .po" to
  707.     # avoid the ambiguity with the common suffix for perl scripts.
  708.     #
  709.     # Note 2: The example entries below illustrate that in quite
  710.     # some cases the two character 'Language' abbreviation is not
  711.     # identical to the two character 'Country' code for its country,
  712.     # E.g. 'Danmark/dk' versus 'Danish/da'.
  713.     #
  714.     # Note 3: In the case of 'ltz' we violate the RFC by using a three char
  715.     # specifier. But there is 'work in progress' to fix this and get
  716.     # the reference data for rfc1766 cleaned up.
  717.     #
  718.     # Danish (da) - Dutch (nl) - English (en) - Estonian (ee)
  719.     # French (fr) - German (de) - Greek-Modern (el)
  720.     # Italian (it) - Korean (kr) - Norwegian (no) - Norwegian Nynorsk (nn)
  721.     # Portugese (pt) - Luxembourgeois* (ltz)
  722.     # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
  723.     # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
  724.     # Russian (ru)
  725.     #
  726.     AddLanguage da .dk
  727.     AddLanguage nl .nl
  728.     AddLanguage en .en
  729.     AddLanguage et .ee
  730.     AddLanguage fr .fr
  731.     AddLanguage de .de
  732.     AddLanguage el .el
  733.     AddLanguage he .he
  734.     AddCharset ISO-8859-8 .iso8859-8
  735.     AddLanguage it .it
  736.     AddLanguage ja .ja
  737.     AddCharset ISO-2022-JP .jis
  738.     AddLanguage kr .kr
  739.     AddCharset ISO-2022-KR .iso-kr
  740.     AddLanguage nn .nn
  741.     AddLanguage no .no
  742.     AddLanguage pl .po
  743.     AddCharset ISO-8859-2 .iso-pl
  744.     AddLanguage pt .pt
  745.     AddLanguage pt-br .pt-br
  746.     AddLanguage ltz .lu
  747.     AddLanguage ca .ca
  748.     AddLanguage es .es
  749.     AddLanguage sv .sv
  750.     AddLanguage cz .cz
  751.     AddLanguage ru .ru
  752.     AddLanguage tw .tw
  753.     AddLanguage zh-tw .tw
  754.     AddCharset Big5         .Big5    .big5
  755.     AddCharset WINDOWS-1251 .cp-1251
  756.     AddCharset CP866        .cp866
  757.     AddCharset ISO-8859-5   .iso-ru
  758.     AddCharset KOI8-R       .koi8-r
  759.     AddCharset UCS-2        .ucs2
  760.     AddCharset UCS-4        .ucs4
  761.     AddCharset UTF-8        .utf8
  762.     # LanguagePriority allows you to give precedence to some languages
  763.     # in case of a tie during content negotiation.
  764.     #
  765.     # Just list the languages in decreasing order of preference. We have
  766.     # more or less alphabetized them here. You probably want to change this.
  767.     #
  768.     <IfModule mod_negotiation.c>
  769.         LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
  770.     </IfModule>
  771.     #
  772.     # AddType allows you to tweak mime.types without actually editing it, or to
  773.     # make certain files to be certain types.
  774.     #
  775.     AddType application/x-tar .tgz
  776.     AddType image/x-icon .ico
  777.     AddType application/vnd.wap.wmlc .wmlc
  778.     AddType application/x-httpd-php .phtml .pwml .php3 .php4 .php .php2 .inc
  779.     AddType text/vnd.wap.wml .wml
  780.     AddType text/vnd.wap.wmlscript .wmls
  781.     AddType text/vnd.wap.wmlscriptc .wmlsc
  782.     AddType image/vnd.wap.wbmp .wbmp
  783.     #
  784.     # AddHandler allows you to map certain file extensions to "handlers",
  785.     # actions unrelated to filetype. These can be either built into the server
  786.     # or added with the Action command (see below)
  787.     #
  788.     # If you want to use server side includes, or CGI outside
  789.     # ScriptAliased directories, uncomment the following lines.
  790.     #
  791.     # To use CGI scripts:
  792.     #
  793.     AddHandler cgi-script .cgi
  794.     #
  795.     # To use server-parsed HTML files
  796.     #
  797.     AddType text/html .shtml
  798.     AddHandler server-parsed .shtml
  799.     #
  800.     # Uncomment the following line to enable Apache's send-asis HTTP file
  801.     # feature
  802.     #
  803.     #AddHandler send-as-is asis
  804.     #
  805.     # If you wish to use server-parsed imagemap files, use
  806.     #
  807.     #AddHandler imap-file map
  808.     #
  809.     # To enable type maps, you might want to use
  810.     #
  811.     #AddHandler type-map var
  812. </IfModule>
  813. # End of document types.
  814. #
  815. # Action lets you define media types that will execute a script whenever
  816. # a matching file is called. This eliminates the need for repeated URL
  817. # pathnames for oft-used CGI file processors.
  818. # Format: Action media/type /cgi-script/location
  819. # Format: Action handler-name /cgi-script/location
  820. #
  821. #
  822. # MetaDir: specifies the name of the directory in which Apache can find
  823. # meta information files. These files contain additional HTTP headers
  824. # to include when sending the document
  825. #
  826. #MetaDir .web
  827. #
  828. # MetaSuffix: specifies the file name suffix for the file containing the
  829. # meta information.
  830. #
  831. #MetaSuffix .meta
  832. #
  833. # Customizable error response (Apache style)
  834. #  these come in three flavors
  835. #
  836. #    1) plain text
  837. #ErrorDocument 500 "The server made a boo boo.
  838. #  n.b.  the single leading (" ) marks it as text, it does not get output
  839. #
  840. #    2) local redirects
  841. #ErrorDocument 404 /missing.html
  842. #  to redirect to local URL /missing.html
  843. #ErrorDocument 404 /cgi-bin/missing_handler.pl
  844. #  N.B.: You can redirect to a script or a document using server-side-includes.
  845. #
  846. #    3) external redirects
  847. #ErrorDocument 402 http://some.other-server.com/subscription_info.html
  848. #  N.B.: Many of the environment variables associated with the original
  849. #  request will *not* be available to such a script.
  850. #
  851. # Customize behaviour based on the browser
  852. #
  853. <IfModule mod_setenvif.c>
  854.     #
  855.     # The following directives modify normal HTTP response behavior.
  856.     # The first directive disables keepalive for Netscape 2.x and browsers that
  857.     # spoof it. There are known problems with these browser implementations.
  858.     # The second directive is for Microsoft Internet Explorer 4.0b2
  859.     # which has a broken HTTP/1.1 implementation and does not properly
  860.     # support keepalive when it is used on 301 or 302 (redirect) responses.
  861.     #
  862.     BrowserMatch "Mozilla/2" nokeepalive
  863.     BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
  864.     #
  865.     # The following directive disables HTTP/1.1 responses to browsers which
  866.     # are in violation of the HTTP/1.0 spec by not being able to grok a
  867.     # basic 1.1 response.
  868.     #
  869.     BrowserMatch "RealPlayer 4\.0" force-response-1.0
  870.     BrowserMatch "Java/1\.0" force-response-1.0
  871.     BrowserMatch "JDK/1\.0" force-response-1.0
  872. </IfModule>
  873. # End of browser customization directives
  874. #
  875. # Allow server status reports, with the URL of http://servername/server-status
  876. # Change the "localhost" to match your domain to enable.
  877. #
  878. #<Location /server-status>
  879. #    SetHandler server-status
  880. #    Order deny,allow
  881. #    Deny from all
  882. #    Allow from localhost
  883. #</Location>
  884. #
  885. # Allow remote server configuration reports, with the URL of
  886. # http://servername/server-info (requires that mod_info.c be loaded).
  887. # Change the "localhost" to match your domain to enable.
  888. #
  889. #<Location /server-info>
  890. #    SetHandler server-info
  891. #    Order deny,allow
  892. #    Deny from all
  893. #    Allow from localhost
  894. #</Location>
  895. #
  896. # There have been reports of people trying to abuse an old bug from pre-1.1
  897. # days.  This bug involved a CGI script distributed as a part of Apache.
  898. # By uncommenting these lines you can redirect these attacks to a logging  
  899. # script on phf.apache.org.  Or, you can record them yourself, using the script
  900. # support/phf_abuse_log.cgi.
  901. #
  902. #<Location /cgi-bin/phf*>
  903. #    Deny from all
  904. #    ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
  905. #</Location>
  906. #
  907. # Proxy Server directives. Uncomment the following lines to
  908. # enable the proxy server:
  909. #
  910. #<IfModule mod_proxy.c>
  911. #    ProxyRequests On
  912. #    <Directory proxy:*>
  913. #        Order deny,allow
  914. #        Deny from all
  915. #        Allow from localhost
  916. #    </Directory>
  917.     #
  918.     # Enable/disable the handling of HTTP/1.1 "Via:" headers.
  919.     # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
  920.     # Set to one of: Off | On | Full | Block
  921.     #
  922. #    ProxyVia On
  923.     #
  924.     # To enable the cache as well, edit and uncomment the following lines:
  925.     # (no cacheing without CacheRoot)
  926.     #
  927. #    CacheRoot "C:/Program Files/Apache Group/Apache/proxy"
  928. #    CacheSize 5
  929. #    CacheGcInterval 4
  930. #    CacheMaxExpire 24
  931. #    CacheLastModifiedFactor 0.1
  932. #    CacheDefaultExpire 1
  933. #    NoCache a-domain.com another-domain.edu joes.garage-sale.com
  934. #</IfModule>
  935. # End of proxy directives.
  936. ### Section 3: Virtual Hosts
  937. #
  938. # VirtualHost: If you want to maintain multiple domains/hostnames on your
  939. # machine you can setup VirtualHost containers for them. Most configurations
  940. # use only name-based virtual hosts so the server doesn't need to worry about
  941. # IP addresses. This is indicated by the asterisks in the directives below.
  942. #
  943. # Please see the documentation at <URL:http://www.apache.org/docs/vhosts/>
  944. # for further details before you try to setup virtual hosts.
  945. #
  946. # You may use the command line option '-S' to verify your virtual host
  947. # configuration.
  948. #
  949. # Use name-based virtual hosting.
  950. #
  951. #NameVirtualHost *
  952. #
  953. # VirtualHost example:
  954. # Almost any Apache directive may go into a VirtualHost container.
  955. # The first VirtualHost section is used for requests without a known
  956. # server name.
  957. #
  958. #<VirtualHost *>
  959. #    ServerAdmin webmaster@dummy-host.example.com
  960. #    DocumentRoot /www/docs/dummy-host.example.com
  961. #    ServerName dummy-host.example.com
  962. #    ErrorLog logs/dummy-host.example.com-error_log
  963. #    CustomLog logs/dummy-host.example.com-access_log common
  964. #</VirtualHost>
  965. #alias
  966. #alias


Reply

Marsh Posté le 31-08-2005 à 22:09:34    

J'ai oublié de dire, la ou y a Listen j'ai rajouté deux adresses IP, c'est parce que l'une des deux est mon IP sur Internet mais je suis pas sur c'est laquelle...
 
Voila désolé j'ai oublié d'enlever les commentaires j'ai cliqué sur Valider votre message trop rapidement ;)

Reply

Marsh Posté le 31-08-2005 à 22:10:09    

# # Listen: Allows you to bind Apache to specific IP addresses and/or
# # ports, in addition to the default. See also the <VirtualHost>
# # directive.
# #
# #Listen 3000
# #Listen 12.34.56.78:80
# Listen 127.0.0.1:80
# Listen 169.254.122.55:80
# Listen 172.211.162.128:80
 
essaye de mettre ton ip public ?

Reply

Marsh Posté le 31-08-2005 à 22:12:00    

Déjà essayé, les deux adresses que j'ai mise c'est les adresses que j'ai récupéré en faisant ipconfig /all

Reply

Marsh Posté le 31-08-2005 à 22:14:06    

tu récupere quoi comme adresses?


---------------
204 - No Content
Reply

Marsh Posté le 31-08-2005 à 22:15:46    

je récupère :  
 
169.254.122.55
172.211.162.128
 
Je suis pas sur de laquelle est mon IP sur internet alors j'ai mis les deux...  

Reply

Marsh Posté le 31-08-2005 à 22:20:56    

http://172.211.162.128/ c'est ton ip aol et j'arrive a y accéder a ton serveur web, ya aucun probleme :d


---------------
204 - No Content
Reply

Marsh Posté le 31-08-2005 à 22:21:50    

172.211.162.128  j'arrive à me connecter à ton serveur.

Reply

Marsh Posté le 31-08-2005 à 22:33:07    

j'y arrive moi [:mlc]


---------------
204 - No Content
Reply

Marsh Posté le 31-08-2005 à 23:27:59    

alors le probleme c'est le routage ton modem comprends pas ta requete vers toi meme

Reply

Marsh Posté le 31-08-2005 à 23:44:41    

ba c'est normal que ca ne fonctionne aps chez lui avec son adresse ip publique :/

Reply

Marsh Posté le 01-09-2005 à 00:11:59    

si je tente d'acceder a mon site, mon ip publique marche, mon ip locale aussi (localhost, 127.0.0.1) et mon ip réseau aussi (192.xxxxxxxx)


---------------
204 - No Content
Reply

Marsh Posté le 01-09-2005 à 08:19:08    

Je ne pensais pas qu'un routeur pouvait le fiare tout seul, et tout ca sans modifier le fichier hosts ni utiliser de proxy ?

Reply

Marsh Posté le 01-09-2005 à 08:19:48    

Enfin quoi qu'il en soit c'est pas étonnant que ca ne fontionne pas chez lui

Reply

Marsh Posté le 03-09-2005 à 12:12:02    

+1 avec proxounet

Reply

Marsh Posté le 07-09-2005 à 16:49:13    

bah c simple il fo enlever ou mette un # devant 127.0.0.1

Reply

Marsh Posté le 07-09-2005 à 16:49:38    

dans la config de apache

Reply

Marsh Posté le 07-09-2005 à 16:53:06    

ouais ou tout simplement une seule ligne
listen 80
fera l'affaire.
comme ca si les adresses IP changent tu seras pas obligé de retourner dans le httpd.conf pour les mettre à jour...


Message édité par aknott31 le 07-09-2005 à 16:53:49
Reply

Marsh Posté le    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed