Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47176 - Typo in ebuild causes Apache to fail to launch
Summary: Typo in ebuild causes Apache to fail to launch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-07 21:07 UTC by Jonathan Nichols
Modified: 2004-04-08 12:07 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 Jonathan Nichols 2004-04-07 21:07:37 UTC
In "net-www/mod_ssl-2.8.16" there are typos in "/usr/portage/net-www/mod_ssl/files/ssl.default-vhost.conf" which cause Apache to fail to launch.

Reproducible: Always
Steps to Reproduce:
1.emerge net-www/mod_ssl-2.8.16
2.Try to launch Apache
3.There is no step 3!

Actual Results:  
Apache failed to launch with the following error:
postal vhosts # /etc/init.d/apache start
* Starting apache...
Syntax error on line 4 of /etc/apache/conf/vhosts/ssl.default-vhost.conf:
Invalid command '<VirutalHost', perhaps mis-spelled or defined by a module not
included in the server configuration [ !! ]

postal vhosts #

Expected Results:  
It should have launched.

I'd call this a major bug in the mod_ssl ebuild as it prevents you from
restarting Apache after upgrading. 

There are *two* typos to correct, line 4 and line 5.

 $Header:
/home/cvsroot/gentoo-x86/net-www/mod_ssl/files/ssl.default-vhost.conf,v 1.3
2004/04/04 01:42:43 zul Exp $
<IfModule mod_ssl.c>

<VirutalHost _default_:80>
  SSEngine off
</VirtualHost>

##
## SSL Virtual Host Context
##
Comment 1 Chuck Short (RETIRED) gentoo-dev 2004-04-08 12:07:18 UTC
This has already been fixed in cvs.