[Radiant] Deploying Radiant on Debian with Apache 2 and fastcgi
Daniel Sheppard
daniels at thegroggysquirrel.com
Thu Jul 5 20:47:51 CDT 2007
Check your apache error log and see where it is looking to get load your stylesheets from.
> -----Original Message-----
> From: radiant-bounces at lists.radiantcms.org
> [mailto:radiant-bounces at lists.radiantcms.org] On Behalf Of Ouroz Ouroz
> Sent: Friday, 6 July 2007 1:34 AM
> To: radiant at lists.radiantcms.org
> Subject: [Radiant] Deploying Radiant on Debian with Apache 2
> and fastcgi
>
> 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 webmaster at localhost
> 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: Radiant at lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>
More information about the Radiant
mailing list