Need to source envvars before being able to use 'apache2' binary.
Bug #259363 reported by
Sander Smeenk
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: apache2.2-common
Hi,
It appears you *need* to source /etc/apache2/
This is annoying.
| $ /usr/sbin/apache2 -S
| apache2: bad user name ${APACHE_RUN_USER}
| $ . /etc/apache2/
| $ /usr/sbin/apache2 -S
| [ .. expected output .. ]
Is this really the best way to make the APACHE_RUN_USER configurable?
How about sourcing /etc/apache2/
Ubuntu Hardy 8.04.1 AMD64, Apache2 (2.2.8-1ubuntu0.3)
Regards,
Sander.
To post a comment you must log in.
Thanks,
Ill take a look at this for intrepid.
Regards
chuck