Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Unnamed
Friday, August 10th, 2007 at 8:02:08pm MDT 

  1. #
  2. # Virtual Hosts
  3. #
  4. # If you want to maintain multiple domains/hostnames on your
  5. # machine you can setup VirtualHost containers for them. Most configurations
  6. # use only name-based virtual hosts so the server doesn't need to worry about
  7. # IP addresses. This is indicated by the asterisks in the directives below.
  8. #
  9. # Please see the documentation at
  10. # <URL:http://httpd.apache.org/docs/2.2/vhosts/>
  11. # for further details before you try to setup virtual hosts.
  12. #
  13. # You may use the command line option '-S' to verify your virtual host
  14. # configuration.
  15.  
  16. #
  17. # Use name-based virtual hosting.
  18. #
  19. NameVirtualHost *:80
  20.  
  21. #
  22. # VirtualHost example:
  23. # Almost any Apache directive may go into a VirtualHost container.
  24. # The first VirtualHost section is used for all requests that do not
  25. # match a ServerName or ServerAlias in any <VirtualHost> block.
  26. #
  27. <VirtualHost *:80>
  28.         ServerAdmin wshelley@serenityproject.net
  29.         DocumentRoot "C:/xampp/htdocs"
  30.         ErrorLog logs/error.log
  31.         CustomLog logs/access.log common
  32. </VirtualHost>
  33.  
  34. <VirtualHost *:80>
  35.         DocumentRoot "C:/xampp/htdocs"
  36.         ServerName viewsvn.serenityproject.net
  37.         ServerAlias www.viewsvn.serenityproject.net
  38.         ErrorLog logs/viewsvn.serenityproject.net-error_log.log
  39.         CustomLog logs/viewsvn.serenityproject.net-access_log.log common
  40. </VirtualHost>
  41.  
  42. <VirtualHost *:80>
  43.         ServerName svn.serenityproject.net
  44.         ServerAlias www.svn.serenityproject.net
  45.         <Location />
  46.           DAV svn
  47.           SVNPath C:/SerenityProject/Repository
  48.           
  49.           AuthzSVNAccessFile C:/SerenityProject/authz
  50.           
  51.           AuthType Basic
  52.           AuthName "Serenity Project Repository"
  53.           AuthUserFile C:/SerenityProject/passwd
  54.         </Location>
  55.        
  56.         ErrorLog logs/svn.serenityproject.net-error_log.log
  57.         CustomLog logs/svn.serenityproject.net-access_log.log common
  58. </VirtualHost>
  59.  
  60. ##<VirtualHost *:80>
  61. ##    ServerAdmin webmaster@dummy-host.example.com
  62. ##    DocumentRoot /www/docs/dummy-host.example.com
  63. ##    ServerName dummy-host.example.com
  64. ##    ServerAlias www.dummy-host.example.com
  65. ##    ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log
  66. ##    CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common
  67. ##</VirtualHost>

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right
worth-right
fantasy-obligation