DrupalBin
Submit Code
About
Recent Posts
Code
2 min 41 sec
ago
Code
29 min 36 sec
ago
Fix for Code
1 hour 43 min
ago
Code
1 hour 43 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
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
apache
example vhost set up
August 20, 2008 - 8:18pm — Anonymous
<VirtualHost *>
ServerAdmin webmaster@localhost
ServerName drupal57
DocumentRoot /var/www/drupal-5.10/
<Directory /var/www/drupal-5.7/>
apache
Read more
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
apache vhosts conf file
March 21, 2008 - 9:57pm — Anonymous
<VirtualHost 7head.local>
DocumentRoot "D:\webserver\webapps\7head"
ServerName 7head.local
CustomLog "D:\webserver\logs\7head\access.log" combined
apache
Read more
que dice linux
March 11, 2008 - 11:48am — Anonymous
oskar@Oskar:~$ sudo su
root@Oskar:/home/oskar
# /etc/init.d/apache2 restart
apache
clean urls
Read more