Hi all,
I have Cherokee Version: 0.11.2 compiled from source on Debian Etch and working, with php5 - compiled with php5-cgi ( FastCGI enabled)
I am now trying to transfer all my old websites (installed on Apache2) to the new Cherokee.
on the Apache2 i have about 10 virtual servers configured with "Virtual-Ip" (each site has it's own unique
real ip address)
here is the relevant part from my httpd.conf (not the real addresses...):
Code:
NameVirtualHost 1.1.1.1
NameVirtualHost 1.1.1.2
<VirtualHost 1.1.1.1>
DocumentRoot /var/www/site1
ServerName site1.com
<Directory /var/www/site/site1>
Options +FollowSymLinks MultiViews +Includes
AllowOverride ALL
Order allow,deny
allow from all
</Directory>
</VirtualHost>
<VirtualHost 1.1.1.1>
DocumentRoot /var/www/site1
ServerName www.site1.com
<Directory /var/www/site/site1>
Options +FollowSymLinks MultiViews +Includes
AllowOverride ALL
Order allow,deny
allow from all
</Directory>
</VirtualHost>
<VirtualHost 1.1.1.2>
DocumentRoot /var/www/site2
ServerName site2.com
<Directory /var/www/site/site2>
Options +FollowSymLinks MultiViews +Includes
AllowOverride ALL
Order allow,deny
allow from all
</Directory>
</VirtualHost>
<VirtualHost 1.1.1.2>
DocumentRoot /var/www/site2
ServerName www.site2.com
<Directory /var/www/site/site2>
Options +FollowSymLinks MultiViews +Includes
AllowOverride ALL
Order allow,deny
allow from all
</Directory>
</VirtualHost>
how can i configure this on Cherokee. i looked at the documentation but i don't see anything related to "Virtual-Ip"
help will be much appreciated.
Recent comments
10 hours 41 min ago
17 hours 22 min ago
21 hours 13 min ago
22 hours 52 min ago
1 day 7 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 1 hour ago