~andreserl/+junk/cobbler

« back to all changes in this revision

Viewing changes to debian/cobbler-web.postinst

  • Committer: Andres Rodriguez
  • Date: 2011-12-09 19:21:57 UTC
  • Revision ID: andreserl@ubuntu.com-20111209192157-rul6dqkyaog2f3i5
Reverted changes back to rev50

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                ln -s /etc/cobbler/cobbler_web.conf /etc/apache2/conf.d/cobbler_web.conf 
10
10
        fi
11
11
        chown www-data:www-data /var/lib/cobbler/webui_sessions
12
 
        chmod 0700 /var/lib/cobbler/webui_sessions
13
 
        chown www-data:www-data /var/lib/cobbler/webui_cache
14
 
        chmod 0700 /var/lib/cobbler/webui_cache
15
12
        a2enmod proxy_http
16
13
        a2enmod wsgi
17
14