DrupalBin
Submit Code
About
Recent Posts
Drupal 5 menu
40 min 33 sec
ago
Views 2 get all field names
1 hour 22 min
ago
Code
2 hours 55 sec
ago
How do i make this work in D6 (I have to clear the cache everytime to see the tabs)
4 hours 52 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
virtualhost
apache virtualhost configuration for drupal
June 28, 2008 - 9:29pm —
David Thomas
# save this as file, e.g: /etc/apache2/sites-available/drupal1.conf
<VirtualHost *:80>
ServerName drupal1 #put this in your hosts file
apache
virtualhost
Read more
Fix for apache virtualhost configuration for drupal
June 28, 2008 - 9:26pm — Anonymous
# can go in, e.g: /etc/apache2/sites-available/drupal1.conf
<VirtualHost *:80>
ServerName drupal1 #put this in your hosts file
DocumentRoot /home/user/www/drupal1 #drupal root dir
apache
virtualhost
Read more
apache virtualhost configuration for drupal
June 28, 2008 - 9:25pm — Anonymous
# can go in, e.g: /etc/apache2/sites-available/drupal1.conf
<VirtualHost *:80>
ServerName drupal1
DocumentRoot /home/user/www/drupal1
CustomLog /var/log/drupal1-access.log combined
apache
virtualhost
Read more