Help for this page

Select Code to Download


  1. or download this
    #!C:\perl\bin\perl.exe -wT
    
    ...
    END_HERE
    # must have a line after "END_HERE" or Perl won't recognize
    # the token
    
  2. or download this
    #
    # ServerName gives the name and port that the server uses to identify 
    +itself.
    ...
    # rebot.mn.rr.com:80
    # 127.0.0.1:80
    ServerName 127.0.0.1
    
  3. or download this
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    ...
        Allow from all
    </Directory>