Virtual Host Setup

Virtual Host Setup

Monday 19 February 2007 6:59:56 am - 3 replies

Modified on Monday 19 February 2007 7:03:02 am by Karsten Jennissen

Author Message

Softriva .com

Monday 19 February 2007 12:03:32 pm

Did you check your permissions?

For me I am using virtual IPs as shown below. I put them in /etc/rc.local so they get loaded when pc loads.

I don't know, I am just trying to say something that might help you.

ifconfig eth0:1 192.168.1.20 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:2 192.168.1.21 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:3 192.168.1.22 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:4 192.168.1.23 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:5 192.168.1.24 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:6 192.168.1.25 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:7 192.168.1.26 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:8 192.168.1.27 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:9 192.168.1.28 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:10 192.168.1.29 broadcast 192.168.1.255 netmask 255.255.255.0
ifconfig eth0:11 192.168.1.30 broadcast 192.168.1.255 netmask 255.255.255.0

Karsten Jennissen

Tuesday 20 February 2007 11:57:04 pm

I now use this setup and it works. Don't ask me why...


<Directory /var/www/karstenj/stories/dev>
       allow from all
       Options +Indexes
</Directory>

RewriteEngine On
RewriteRule !(^/design|^/var/.*/storage|^/var/storage|^/var/.*/cache|^/var/cache|^/extension/.*/design|^/kernel/setup/packages|^/packages|^/share/icons).*\.(gif|css|jpg|png|jar|js|ico|pdf|swf|html)$ /index.php

Cheers,
Karsten

Nominee Na

Wednesday 04 April 2007 8:39:39 am

Hi Karsten,

I am having the exactly same problem as you had. My admin site works just fine, however the user site just hangs forever.

I tried to add your code to VirtualHost part in my httpd.conf file, and it is still not working.

I am using WestHost, they do not provide support for ez Publish. Your help would be appreciated.

Thanks,
Nominee

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.