[ create a new paste ] login | about

Link: http://codepad.org/MSbOrGVf    [ raw code | fork ]

Plain Text, pasted on Oct 13:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
metulburr /etc/apache2/sites-enabled $ cat python-forum.io.conf 
<VirtualHost *:80>
    ServerAlias www.python-forum.io
    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/metulburr.com
    ServerName python-forum.io
    Alias /python-gaming /var/www/html
    <Directory /var/www/metulburr.com>
        Order allow,deny
        Allow from all

        AllowOverride All


....


Create a new paste based on this one


Comments: