Bug#228667: apache: fails to start after fresh install

2004-01-19 Thread Russell Hires
Package: apache
Version: 1.3.29.0.1-3
Severity: important
Tags: experimental



-- System Information:
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux poet.village-smurf.com 2.4.24-pre3 #2 Fri Jan 2 04:04:09 EST 2004 
ppc
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache depends on:
ii  apache-common   1.3.29.0.1-3 Support files for all Apache webse
ii  debconf 1.3.22   Debian configuration management sy
ii  dpkg1.10.18  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libdb4.14.1.25-16Berkeley v4.1 Database Libraries [
ii  libexpat1   1.95.6-6 XML parsing C library - runtime li
ii  libmagic1   4.06-2   File type determination library us
ii  libpam0g0.76-14.1Pluggable Authentication Modules l
ii  logrotate   3.6.5-2  Log rotation utility
ii  mime-support3.23-1   MIME files 'mime.types' & 'mailcap
ii  perl [perl5]5.8.2-2  Larry Wall's Practical Extraction 

-- debconf information:
* apache/enable-suexec: false
  apache/server-name: localhost
  apache/document-root: /var/www
  apache/server-port: 80
  apache/init: true
  apache/server-admin: [EMAIL PROTECTED]

  The error message is:
 Starting web server: apacheProcessing config directory:
 /etc/apache/conf.d
  failed
  invoke-rc.d: initscript apache, action "start" failed.
  dpkg: error processing apache (--configure):
   subprocess post-installation script returned error exit status 1
   Errors were encountered while processing:
apache
E: Sub-process /usr/bin/dpkg returned an error code (1)

I'm not sure how to fix it. 

Russell





Bug#228667: apache: fails to start after fresh install

2004-01-19 Thread Fabio Massimo Di Nitto
tags 228667 - experimental
stop
quit

Hi Russel,

On Mon, 19 Jan 2004, Russell Hires wrote:


>   The error message is:
>  Starting web server: apacheProcessing config directory:
>  /etc/apache/conf.d
>   failed
>   invoke-rc.d: initscript apache, action "start" failed.
>   dpkg: error processing apache (--configure):
>subprocess post-installation script returned error exit status 1
>Errors were encountered while processing:
> apache
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>

did you install only apache or also php4?

Fabio

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp4.html




Bug#228667: apache: fails to start after fresh install

2004-01-21 Thread Fabio Massimo Di Nitto

Hi Russel,
please keep the bug in CC. Can you send me your modules.conf?

Thanks
Fabio

On Tue, 20 Jan 2004, Russell Hires wrote:

> Only apache. How does php4 work w/ apache?
>
> Russell
>

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp4.html




Bug#228667: apache: fails to start after fresh install

2004-01-21 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

# Autogenerated file - do not edit!
# This file is maintained by the apache package.
# To update it, run the command:
#/usr/sbin/modules-config apache
ClearModuleList
AddModule mod_so.c
AddModule mod_macro.c
LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
LoadModule status_module /usr/lib/apache/1.3/mod_status.so
LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
LoadModule access_module /usr/lib/apache/1.3/mod_access.so
LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so
LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so

On Wednesday 21 January 2004 01:29 am, Fabio Massimo Di Nitto wrote:
> Hi Russel,
>   please keep the bug in CC. Can you send me your modules.conf?
>
> Thanks
> Fabio
>
> On Tue, 20 Jan 2004, Russell Hires wrote:
> > Only apache. How does php4 work w/ apache?
> >
> > Russell

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFADnB1AqKGrvVshJQRAuJVAJ9QD4uCg28SVzJVVOsjvqXidzK4MgCgo7ct
jwy2djePHOUjr0SUgqdYdqc=
=2ZzJ
-END PGP SIGNATURE-




Bug#228667: apache: fails to start after fresh install

2004-01-21 Thread Fabio Massimo Di Nitto

Hi Russel,
as suggested in another message on this bug please disable
mod_uniqe_id and see if apache starts. mod_unique_id requires a valid
hostname that can be resolvable.
Check the documentation at:
http://httpd.apache.org/docs/mod/mod_unique_id.html

Thanks
Fabio

On Wed, 21 Jan 2004, Russell Hires wrote:

> # Autogenerated file - do not edit!
> # This file is maintained by the apache package.
> # To update it, run the command:
> #/usr/sbin/modules-config apache
> ClearModuleList
> AddModule mod_so.c
> AddModule mod_macro.c
> LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
> LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
> LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
> LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
> LoadModule status_module /usr/lib/apache/1.3/mod_status.so
> LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
> LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
> LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
> LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
> LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
> LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
> LoadModule access_module /usr/lib/apache/1.3/mod_access.so
> LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
> LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
> LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so
> LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
>
> On Wednesday 21 January 2004 01:29 am, Fabio Massimo Di Nitto wrote:
> > Hi Russel,
> > please keep the bug in CC. Can you send me your modules.conf?
> >
> > Thanks
> > Fabio
> >
> > On Tue, 20 Jan 2004, Russell Hires wrote:
> > > Only apache. How does php4 work w/ apache?
> > >
> > > Russell
>
> --
> Linux -- the OS for the Renaissance Man
>  Output from gpg 
> gpg: Signature made Wed Jan 21 13:28:37 2004 CET using DSA key ID F56C8494
> gpg: Good signature from "Russell Hires <[EMAIL PROTECTED]>"
> gpg: please do a --check-trustdb
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:  There is no indication that the signature belongs to the owner.
> Primary key fingerprint: 26B8 98D5 1391 D9FA F4EA  43A7 02A2 86AE F56C 8494
>
>

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp4.html




Processed: Re: Bug#228667: apache: fails to start after fresh install

2004-01-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 228667 - experimental
Bug#228667: apache: fails to start after fresh install
Tags were: experimental
Tags removed: experimental

> stop
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)




Bug#228667: Re[2]: Bug#228667: apache: fails to start after fresh install

2004-01-20 Thread Carsten Senger
Hello,

I had the same error message on i386.
message in /var/log/apache/error.log (and .../apache-ssl/error.log, which i also
tried):
[Tue Jan 20 17:45:27 2004] [alert] mod_unique_id: unable to 
gethostbyname("debian")

gone after disabling mod_unique_id in the modules selection dialog.

php is not installed.

bye .. carsten

debconf-settings:

Getting dependency information for apache...
*** The following debconf settings were detected:
* apache/server-name: www.bag-shi.de //not important
* apache/document-root: /var/www
* apache/server-port: 80
* apache/enable-suexec: false//not important
* apache/init: true
* apache/server-admin: [EMAIL PROTECTED]


Tuesday, January 20, 2004, 6:20:13 AM, you wrote:

> ...
> Hi Russel,

> On Mon, 19 Jan 2004, Russell Hires wrote:


>>   The error message is:
>>  Starting web server: apacheProcessing config directory:
>>  /etc/apache/conf.d
>>   failed
>>   invoke-rc.d: initscript apache, action "start" failed.
>>   dpkg: error processing apache (--configure):
>>subprocess post-installation script returned error exit status 1
>>Errors were encountered while processing:
>> apache
>> E: Sub-process /usr/bin/dpkg returned an error code (1)
>>

> did you install only apache or also php4?

> Fabio




-- 
Best regards,
 Carstenmailto:[EMAIL PROTECTED]