Changeset 334 for trunk/docs/examples


Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

Location:
trunk/docs/examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/examples/db_auth.inc.php

    r316 r334  
    33* The credentials here are to be loaded only by command-line scripts executed
    44* on the command line or via cron. This script should be not be readable by apache.
    5 * Ownershipt should be the web owner, with only user-readbility, such as:
     5* Ownership should be the web owner, with only user-readability, such as:
    66* -rw-------@  1 bob  bob   416 Mar 10 16:59 global/db_auth.inc.php
    77*/
  • trunk/docs/examples/virtualhost_directive.conf

    r288 r334  
    88    SetEnv DB_USER user_asdf
    99    SetEnv DB_PASS pass_asdf
    10     SetEnv SIGNING_KEY wekgbb92e2397g3r293gh
     10    SetEnv SIGNING_KEY kjhu3hf4gpoh2p9fgh8223t8h120
    1111    <Directory "/home/user/www.example.com">
    1212        php_admin_value open_basedir "/home/user/www.example.com:/usr/local/lib/php:/tmp"
Note: See TracChangeset for help on using the changeset viewer.