Httpd-devel

Chris Mohler cr33dog at gmail.com
Fri May 22 17:28:59 UTC 2009


On Fri, May 22, 2009 at 12:00 PM, Jason Todd Slack-Moehrle
<mailinglists at mailnewsrss.com> wrote:
> Hi Chris,
>
>> In Debianland, the development packages have "-dev" on the end (as
>> opposed to "-devel").
>>
>> So you want 'apache2-dev '
>
> Perfect.
>
>> HTH - I know the differences can be a bit tricky.  Just wait till you
>> investigate run levels ;)
>
> Already feeling it trying to get ColdFusion to run on startup.
>
> I dont see an /etc/init.d...what it the ubuntu equivalent?

/etc/init.d is intact, but to restart apache:

sudo invoke-rc.d apache2 restart

Or you can install a package that lets you do 'sudo service apache2
restart'.  I don't remember the name of it off the top of my head, but
if you search for 'sysv' in aptitude you should find it.

One helpful tip/trick: in dash (the default shell in ubuntu), you can
type 'sudo invoke-rc.d' then use tab-completion for the arguments.  I
don't recall ever seeing this behavior on another system.

HTH,
Chris




More information about the ubuntu-users mailing list