httpd

Dear people,

What are the first steps to setup and run the httpd deamon. (on qnx 6.2.1)
After the first run it will be refined but I couldn’t find some
documentation.

dirk

Hi Dirk.

No webserver is installed in QNX by default, but you can install Apache
using the installer (you can on an x86 anyway).

Once Apache is installed, you can type httpd or this:
apachectl start

The configuration is in /etc/apache/httpd.conf and will by default listen on
port 8080, so until you modify the configuration, you have to type
http://:8080 to reach Apache from a web browser.

Have a good one
Rune

“dirk” <unixtohack@hotmail.com> skrev i en meddelelse
news:bueoib$4k1$1@inn.qnx.com

Dear people,

What are the first steps to setup and run the httpd deamon. (on qnx 6.2.1)
After the first run it will be refined but I couldn’t find some
documentation.

dirk

Rune Lind Jensen wrote:

No webserver is installed in QNX by default, but you can install
Apache using the installer (you can on an x86 anyway).

I guess, the ‘slinger’ is part of the QNX installation (at least with
SE and PE). Not comparable to the apache, but easy to use :slight_smile:

Once Apache is installed, you can type httpd or this:
apachectl start

‘slinger’ in this case …

HTH,

:Karsten.

Mit freundlichen Grüßen aus Krefeld,
With best regards from Krefeld,

MBS GmbH
Karsten Hoffmann


MBS GmbH E-Mail: karsten.hoffmann@mbs-software.de
Römerstraße 15 Tel: +49 / 2151 / 72 94-38
D-47809 Krefeld Fax: +49 / 2151 / 72 94-50
http://www.mbs-software.de Mobil: +49 / 172 / 38 12 373

Go with Apache. It isn’t that hard to set up and it is MUCH more
versitile than slinger.

Go through the /etc/apache/httpd.conf file. All of the parameters are
fairly well described. Just change them as appropriate.

The last little XML paragraph can be repeated multiple times to host
multiple domain names. Everything above those last paragraphs become
the default parameters for all domain names.

Good luck.


Karsten P. Hoffmann <karsten.hoffmann@mbs-software.de> wrote:
KPH > Rune Lind Jensen wrote:

No webserver is installed in QNX by default, but you can install
Apache using the installer (you can on an x86 anyway).

KPH > I guess, the ‘slinger’ is part of the QNX installation (at least with
KPH > SE and PE). Not comparable to the apache, but easy to use :slight_smile:

Once Apache is installed, you can type httpd or this:
apachectl start

KPH > ‘slinger’ in this case …

KPH > HTH,

KPH > :Karsten.

KPH > Mit freundlichen Gren aus Krefeld,
KPH > With best regards from Krefeld,