Hi,

I didn't remember so I reproduced the problem by removing mythweb and
its dependencies (and using dpkg --purge to clear the configuration
files).

Here's the complete output from "aptitude install mythweb":

---------------
[EMAIL PROTECTED]:/etc# aptitude install mythweb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initialising package states... Done
Writing extended state information... Done
Building tag database... Done
The following NEW packages will be automatically installed:
  apache2 apache2-mpm-prefork apache2-utils apache2.2-common
  libapache2-mod-php5 libapr1 libaprutil1 php5 php5-common php5-mysql
The following NEW packages will be installed:
  apache2 apache2-mpm-prefork apache2-utils apache2.2-common
  libapache2-mod-php5 libapr1 libaprutil1 mythweb php5 php5-common
  php5-mysql
0 packages upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/5390kB of archives. After unpacking 14.6MB will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Preconfiguring packages ...
Selecting previously deselected package libapr1.
(Reading database ... 98976 files and directories currently installed.)
Unpacking libapr1 (from .../libapr1_1.2.7-8.2ubuntu1_i386.deb) ...
Selecting previously deselected package libaprutil1.
Unpacking libaprutil1 (from .../libaprutil1_1.2.7+dfsg-2build1_i386.deb) ...
Selecting previously deselected package apache2-utils.
Unpacking apache2-utils (from .../apache2-utils_2.2.4-3build1_i386.deb) ...
Selecting previously deselected package apache2.2-common.
Unpacking apache2.2-common (from
.../apache2.2-common_2.2.4-3build1_i386.deb) ...
Selecting previously deselected package apache2-mpm-prefork.
Unpacking apache2-mpm-prefork (from
.../apache2-mpm-prefork_2.2.4-3build1_i386.deb) ...
Selecting previously deselected package apache2.
Unpacking apache2 (from .../apache2_2.2.4-3build1_all.deb) ...
Selecting previously deselected package php5-common.
Unpacking php5-common (from .../php5-common_5.2.3-1ubuntu6_i386.deb) ...
Selecting previously deselected package libapache2-mod-php5.
Unpacking libapache2-mod-php5 (from
.../libapache2-mod-php5_5.2.3-1ubuntu6_i386.deb) ...
Selecting previously deselected package php5.
Unpacking php5 (from .../php5_5.2.3-1ubuntu6_all.deb) ...
Selecting previously deselected package php5-mysql.
Unpacking php5-mysql (from .../php5-mysql_5.2.3-1ubuntu6_i386.deb) ...
Selecting previously deselected package mythweb.
Unpacking mythweb (from .../mythweb_0.20.2-0ubuntu2_all.deb) ...
Setting up libapr1 (1.2.7-8.2ubuntu1) ...

Setting up libaprutil1 (1.2.7+dfsg-2build1) ...

Setting up apache2-utils (2.2.4-3build1) ...
Setting up apache2.2-common (2.2.4-3build1) ...
Module alias installed; run /etc/init.d/apache2 force-reload to enable.
Module autoindex installed; run /etc/init.d/apache2 force-reload to enable.
Module dir installed; run /etc/init.d/apache2 force-reload to enable.
Module env installed; run /etc/init.d/apache2 force-reload to enable.
Module mime installed; run /etc/init.d/apache2 force-reload to enable.
Module negotiation installed; run /etc/init.d/apache2 force-reload to enable.
Module setenvif installed; run /etc/init.d/apache2 force-reload to enable.
Module status installed; run /etc/init.d/apache2 force-reload to enable.
Module auth_basic installed; run /etc/init.d/apache2 force-reload to enable.
Module authz_default installed; run /etc/init.d/apache2 force-reload to enable.
Module authz_user installed; run /etc/init.d/apache2 force-reload to enable.
Module authz_groupfile installed; run /etc/init.d/apache2 force-reload
to enable.
Module authn_file installed; run /etc/init.d/apache2 force-reload to enable.
Module authz_host installed; run /etc/init.d/apache2 force-reload to enable.

Setting up apache2-mpm-prefork (2.2.4-3build1) ...
 * Starting web server apache2                                           [ OK ]

Setting up apache2 (2.2.4-3build1) ...
Setting up php5-common (5.2.3-1ubuntu6) ...
Setting up libapache2-mod-php5 (5.2.3-1ubuntu6) ...

Creating config file /etc/php5/apache2/php.ini with new version
 * Reloading web server config apache2
         14414
                                                                         [ OK ]

Setting up php5 (5.2.3-1ubuntu6) ...
Setting up php5-mysql (5.2.3-1ubuntu6) ...

Setting up mythweb (0.20.2-0ubuntu2) ...
 * Reloading web server config apache2
         14414
                                                                         [ OK ]

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Reading package lists... Done
---------------

After the reinstall the problem was reproduced. Apache gave this error:

---------------
Internal Server Error

The server encountered an internal error or misconfiguration and was
unable to complete your request.

Please contact the server administrator, [EMAIL PROTECTED] and
inform them of the time the error occurred, and anything you might
have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6 Server at omega Port 80
---------------

And in /var/log/apache2/error.log:

[Mon Nov 05 18:37:44 2007] [notice] Apache/2.2.4 (Ubuntu) configured
-- resuming normal operations
[Mon Nov 05 18:37:45 2007] [notice] Graceful restart requested, doing restart
[Mon Nov 05 18:37:45 2007] [notice] Apache/2.2.4 (Ubuntu) configured
-- resuming normal operations
[Mon Nov 05 18:37:46 2007] [notice] Graceful restart requested, doing restart
[Mon Nov 05 18:37:46 2007] [notice] Apache/2.2.4 (Ubuntu)
PHP/5.2.3-1ubuntu6 configured -- resuming normal operations
[Mon Nov 05 18:37:46 2007] [crit] [client ::1] configuration error:
couldn't check user.  No user file?: /mythweb/
[Mon Nov 05 18:37:54 2007] [crit] [client 10.10.4.24] configuration
error:  couldn't check user.  No user file?: /mythweb
---------------

So it does look like it gets restarted but it still doesn't work until
I do a manual restart. This time I tried "/etc/init.d/apache2 reload"
instead of "restart" and that also worked.

Thomas

On 05/11/2007, laga <[EMAIL PROTECTED]> wrote:
> Hi,
>
> do you remember if apache was restarted properly when you installed
> mythweb?
>
> ** Changed in: mythweb (Ubuntu)
>      Assignee: (unassigned) => laga (laga)
>        Status: New => Incomplete
>
> --
> Apache error when chose to secure mythweb with username during configure 
> Until apache is restarted
> https://bugs.launchpad.net/bugs/160210
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Apache error when chose to secure mythweb with username during configure Until 
apache is restarted
https://bugs.launchpad.net/bugs/160210
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to