Hi,

I tried to deploy my Radiant application using Apache 2 and fastcgi on
Debian.

I modified the file public/.htaccess, adding:

[code]AddHandler fcgid-script .fcgi[/code]

and created a virtual host like this:

[code]<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    ServerName ruby.cms01.uperto.int
    DocumentRoot /var/www/test/public/
    ErrorLog /var/www/test/log/apache.log

    <Directory /var/www/test/public/>
        Options Indexes FollowSymLinks MultiViews ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>[/code]

It is working, when I go to ruby.cms01.uperto.int, it goes to the real
path, which is /var/www/test/public/ and the login page appears, but my
problem is that I don't have any images, stylesheets or javascript.
I tried with aliases, but it doesn't work...

I really don't find answers anymore, and a little help would be great!

Thanks in advance, and tell me if you need more information ;)

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to