logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Question about Apache modules
Author
Yandros



Joined: 20 Oct 2008
Posts: 1

PostPosted: Mon 20 Oct '08 23:48    Post subject: Question about Apache modules Reply with quote

Hi,

Can anyone tell me if the following is possible and/or simple:

Writing an apache module which enables access to apache through a second preset port (say 8089) without touching httpd.conf's port options.

Thanks in advance,
Yandros
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Wed 12 Nov '08 0:16    Post subject: Reply with quote

Not it is not possible. Even if you write such a module you have to load it into the httpd.conf or you have to rewrite the apache source itself.

Simple or not simple depense on your programming skill.
Back to top
covener



Joined: 23 Nov 2008
Posts: 55

PostPosted: Sun 23 Nov '08 22:08    Post subject: Reply with quote

google "trawick mod_backdoor" the rationale for the module is explained as well.
Back to top


Reply to topic   Topic: Question about Apache modules View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads