Advertisement
Remote

Untitled

Mar 12th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.68 KB | None | 0 0
  1. C:\Windows\System32\drivers\etc\hosts
  2. -----------------------------------------------------------------------
  3. 192.168.1.2     fachowiec.com.pl
  4.  
  5.  
  6.  
  7.  
  8. D:\_server\bin\apache\Apache2.4.4\conf\extra\httpd-vhosts.conf
  9. -----------------------------------------------------------------------
  10. NameVirtualHost *:80
  11. <VirtualHost *:80>
  12.     ServerName fachowiec.com.pl
  13.     ServerAlias www.fachowiec.com.pl
  14.     DocumentRoot "D:\_server\www\fachowiec"
  15.     ErrorLog "logs\errors.log"
  16.     <directory "D:\_server\www\fachowiec">
  17.         Options Indexes FollowSymLinks
  18.         AllowOverride all
  19.         Order Deny,Allow
  20.         Deny from all
  21.         Allow from all
  22.     </directory>
  23. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement