topical media & game development

talk show tell print

professional-php-24-apache-snippet-staging-protected.conf / conf



  <VirtualHost 192.168.2.1:80>
   ServerName staging.widgets.com
   ServerAdmin ed@example.com
   CustomLog /home/widgets/logfile_wid-staging common
   ErrorLog /home/widgets/errlog_wid-staging
   DocumentRoot /home/widgets/public_html/staging/php
   <Directory /home/widgets/public_html/staging/php>
    AuthType Basic
    AuthName Staging
    AuthUserFile /home/widgets/.htpasswd
    Satisfy All
    Require valid-user
   </Directory>
  </VirtualHost>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.