Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
drupal_notes [2008-03-19 16:59] 81.188.78.24drupal_notes [2008-03-19 17:05] 81.188.78.24
Line 11: Line 11:
   * make a vhost in /etc/apache2/sites-available/new_site   * make a vhost in /etc/apache2/sites-available/new_site
  
-<pre>+<file>
 <VirtualHost *> <VirtualHost *>
-        ServerAdmin pix@test.at+        ServerAdmin admin@example.com
         DocumentRoot /usr/share/drupal5         DocumentRoot /usr/share/drupal5
         ServerName 127.0.0.1         ServerName 127.0.0.1
Line 34: Line 34:
         ServerSignature Off         ServerSignature Off
 </VirtualHost> </VirtualHost>
-</pre>+</file> 
 + 
 +also you need to make a new site config directory in /etc/drupal/5/sites. the easiest way to do this is to copy the "default" site: 
 + 
 +<code> 
 +cp -r /etc/drupal/5/sites/default /etc/drupal/5/sites/new-site 
 +</code> 
 + 
 +make sure that both the dbconfig.php and settings.php files are writeable by www-user. 
 + 
 +<code> 
 +chmod g+w /etc/drupal/5/sites/dbconfig.php /etc/drupal/5/sites/settings.php 
 +</code> 
 + 
  
 ==== themes ==== ==== themes ====
  • drupal_notes.txt
  • Last modified: 2008-03-31 17:24
  • by 81.188.78.24