Skip to content

Instantly share code, notes, and snippets.

@iezg
Last active December 12, 2015 04:18

Revisions

  1. Imanol Eizaguirre revised this gist Feb 5, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion USERNAME.conf
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    <Directory "/Users/xalernita/Sites/">
    <Directory "/Users/USERNAME/Sites/">
    Options Indexes Multiviews
    AllowOverride All
    Order allow,deny
  2. Imanol Eizaguirre revised this gist Feb 5, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile2.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    sudo apachectl start
    $ sudo apachectl start
  3. Imanol Eizaguirre created this gist Feb 5, 2013.
    2 changes: 2 additions & 0 deletions .htaccess
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    AddHandler x-web-app-manifest+json .webapp
    AddType application/x-web-app-manifest+json .webapp
    6 changes: 6 additions & 0 deletions USERNAME.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <Directory "/Users/xalernita/Sites/">
    Options Indexes Multiviews
    AllowOverride All
    Order allow,deny
    Allow from all
    </Directory>
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    $ nano /etc/apache2/users/USERNAME.conf
    1 change: 1 addition & 0 deletions gistfile2.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    sudo apachectl start