Project

General

Profile

Redmine isn't working with apache(Application error)

Added by Xeross NA over 15 years ago

Hey, i've setup Redmine it works fine when i start the included server and access through 127.0.0.1:3000 after that i've configured it with apache but it ain't working.
I got mod_cgi enabled.

Here's the config block for Redmine

<VirtualHost *:80>
    ServerName dev.lecowow.com
    DocumentRoot "/Server/Apache/htdocs/Redmine/" 
    CustomLog "/Server/Apache/logs/Access_Redmine_Log" combined
    # DefaultInitEnv RAILS_ENV production
    <Directory "/Server/Apache/htdocs/Redmine/">
        Options FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>

i commented out the defaultinitenv because it wasn't working, all files are owned by ftpuser:ftpgroup (On which apache runs) and all permissions are set properly as far as i know.

So what could be the problem of it not working ?

Thanks for your attention, Xeross


    (1-2/2)