Installation fails when apache is not running as apache.apache
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LAVA Dashboard (deprecated) |
Invalid
|
Undecided
|
Unassigned | ||
django-debian |
Confirmed
|
Medium
|
Unassigned |
Bug Description
after installed launch-control with the Instructions, an "Internal Server Error" occurs when access "http://
> sudo apt-get install libapache2-mod-wsgi
> sudo a2enmod wsgi
> sudo add-apt-repository ppa:zkrynicki/lava
> sudo apt-get update
> sudo apt-get install launch-
> Afterwards the system will ask you some questions. The only important
> one is the database backend question, please make sure to select the
> one that corresponds to the package selection made earlier. When
> prompted for database password just use the default automatically
> generated value.
>
> The dashboard should now be available at
> http://
> Note: the system is available to anyone that can connect to your host,
> that is, it listens on 0.0.0.0, not on 127.0.0.1.
The reason is that i have changed the apache instance's user and group to apache in "/etc/apache2/
#export APACHE_
#export APACHE_
export APACHE_
export APACHE_
and the process about chat and resolution,please chech the attachment.
To fix this we'd need to detect unsupported installation attempt and notify the user.
Alternatively we could somehow adapt to the proper user (instead of www-data) but I don't know any interface to query apache for such information.