'apache' Tag

  • Mar
    15
    2009

    How to: Close .tpl access with .htaccess

    The index.php in the template directory only protects you if someone enters the root of a particular directory. However if they know the exact file name they are looking for, it is very possible that the contents of the file will be output into the browser. Particularly for Smarty .tpl files.
    I only thought about this [More...]

  • Oct
    25
    2008

    How to: Setup Subversion on Bluehost

    Just some notes as I am working my way through getting SVN working on my account. I followed the tutorial located here
    Here is my edited code which installs the most updated version of SVN

    Code:
    cd ~
    mkdir src
    cd ~/src
    wget http://www.gtlib.gatech.edu/pub/apache/apr/apr-util-1.2.12.tar.gz
    wget http://www.gtlib.gatech.edu/pub/apache/apr/apr-1.2.12.tar.gz
    wget http://subversion.tigris.org/downloads/subversion-1.5.4.tar.gz
    wget http://www.webdav.org/neon/neon-0.28.0.tar.gz
    tar -xzf apr-util-1.2.12.tar.gz
    tar -xzf apr-1.2.12.tar.gz
    tar -xzf subversion-1.5.4.tar.gz
    tar -xzf neon-0.28.0.tar.gz
    cd ~/src/apr-1.2.12
    ./configure –prefix=$HOME LDFLAGS=”-L/lib64″
    make
    make install
    cd ~/src/apr-util-1.2.12
    ./configure [More...]

 
© 2008 - 2012 — All Rights Reserved — Ideamesh, Inc. 25 queries. 0.354 seconds.