Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46120 - Apache 2.0.49 does not serve pages, nor does it restart properly
Summary: Apache 2.0.49 does not serve pages, nor does it restart properly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High blocker
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-29 08:32 UTC by Behrang Gilanpour
Modified: 2004-03-30 06:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Behrang Gilanpour 2004-03-29 08:32:30 UTC
I upgraded from Apache 2.0.48-r1 to 2.0.49. Kept all config files intact, all paths are (seem to be) working. When I start server with /etc/init.d/apache2 there are no complaints, but none of the virtual hosts gets served, access attempts are not even seen in the access_log file. I use dynamic-vhost.conf

Also, when I attempt to do a /etc/init.d/apache2 restart, the stopping "works", but the starting aborts since the initial process is never stopped. After checking through some stuff I realized that /etc/init.d/apache2 start never creates /var/run/apache2.pid, and therefore the stop command is not able to stop apache completely.

Reproducible: Always
Steps to Reproduce:
1. I did emerge -u apache
2. Started apache2
3. Nothing worked

Actual Results:  
None of the vhosts are served, nor does apache2 restart properly (at all).

Expected Results:  
Since config files are the same, everything SHOULD be working, but its not.
Comment 1 Behrang Gilanpour 2004-03-30 03:50:52 UTC
It was an entropy problem, Apache was not getting enough entropy. A reboot fixed the problem...
Comment 2 Donny Davies (RETIRED) gentoo-dev 2004-03-30 06:06:16 UTC
# du -h /usr

Your machine's disk will spin, and Apache will start much quicker.

Regards.