[Bug 21377] Re: /etc/default/apache2: NO_START

2007-07-09 Thread Richard Brady
Thanks!

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21377] Re: /etc/default/apache2: NO_START

2007-07-08 Thread Soren Hansen
Problem is fixed in 2.2.4-1

** Changed in: apache2 (Ubuntu)
   Status: In Progress = Fix Released

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21377] Re: /etc/default/apache2: NO_START

2007-06-11 Thread Richard Brady
Yep, I agree that this is a problem. I spent about an hour trying to work out 
why it wouldn't start. Running
/etc/init.d/apache2 start
does nothing, outputs nothing, and returns success. Also the comment in the 
script which says 
Stupid hack to keep lintian happy. (Warrk! Stupidhack!).
is not what I'd expect to see in a project of this cailbre.

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21377] Re: /etc/default/apache2: NO_START

2007-06-11 Thread Richard Brady
Some other comments.

Firstly, I am not that familiar with apache, and so have never heard of
apache2ctl. All I know is that on at least Debian/Ubuntu systems, the
convention for starting a service is to use /etc/init.d. So when this
doesn't work, it is more than a minor annoyance.

Secondly, the /etc/default/apache2 file says that NO_START controls boot
behaviour, so why is it affecting behaviour when I try to start it
myself? I agree that boot behaviour should be controlled by runlevels,
but think Adam Conrad has a very good point about people like me not
knowing how to restore the runlevel scripts. Therefore, I think the
proposal by dAniel hAhler is the best.

Third, if the contents of /etc/default are dependent on what is bound to
port 80 at install time, then there should DEFINITELY be a comment in
there which says as much. In my case I assume it was apache that was
bound to port 80. I only removed apache after installing apache2.

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21377] Re: /etc/default/apache2: NO_START

2007-06-11 Thread Pascal de Bruijn
Even if the /etc/default/apache2 thing is from keeping things blowing up
when having multiple webservers installed. This is _not_ the way.

What next? ftp servers? jabber servers?

I highly suggest that packages which install a webserver automatically
remove all other webservers from /etc/init.d for example.

This is a plain mess.

And we should _not_ make installing a webserver easier for folks who
know nothing about them, that's a security nightmare waiting to happen.

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21377] Re: /etc/default/apache2: NO_START

2007-06-11 Thread Richard Brady
Pascal, I disagree with you on your last point. User-friendliness and
security should be kept orthogonal. Making something hard to use is not
a good way of achieving security.

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21377] Re: /etc/default/apache2: NO_START

2007-06-11 Thread Pascal de Bruijn
To some degree you're right, it should be kept orthogonal when it does
not interfere with keeping the system clean.

Having two settings to enable apache is not acceptable...

We have the init system for a reason. That should be used.

We should make the init system user friendly by making a good GUI/CLI
tool for it, not by providing intentionally broken init scripts.

We can use RedHat chkconfig as an example, which is easier to use and
provides an administrator with more oversight than update-rc.d. update-
rc.d is arcane when compared to chkconfig.

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21377] Re: /etc/default/apache2: NO_START

2007-05-30 Thread Soren Hansen
If a configuration file says that it shouldn't start it's not an error. It's 
behaviour by design.
I can see, though, that the reason it doesn't start should perhaps be more 
obvious.
Stay tuned :)

** Changed in: apache2 (Ubuntu)
 Assignee: Adam Conrad = Soren Hansen

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21377] Re: /etc/default/apache2: NO_START

2007-05-30 Thread Soren Hansen
** Changed in: apache2 (Ubuntu)
   Status: Unconfirmed = In Progress

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21377] Re: /etc/default/apache2: NO_START

2007-05-02 Thread SamusAran
I have had this issue as well, and it is definitely a bug.  Not
displaying an error message when there is an error is *COMPLETELY*
against the Unix way of doing things.  Silence = success, message =
error.  I spent days trying to figure out why I couldn't start my Apache
after upgrading to Fiesty Fawn.

-- 
/etc/default/apache2: NO_START
https://bugs.launchpad.net/bugs/21377
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs