This is a discussion on Is this Http or Https in an apache module? within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi im trying to write an authorization module for apache 2.0 I want it to reject everything unless it ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi im trying to write an authorization module for apache 2.0
I want it to reject everything unless it is over https Problem I cant find out if it is http or https Where is that info ?? Sorry if this is a faq but i cant find that faq. |
|
|||
|
On Mon, 7 Jul 2003, Bengt-Arne Fjellner wrote:
> Hi im trying to write an authorization module for apache 2.0 > I want it to reject everything unless it is over https > Problem I cant find out if it is http or https Where is that info ?? > > Sorry if this is a faq but i cant find that faq. Look for: "mod_ssl" (Apache - all versions), or "apache_ssl" (version 1 only). |
|
|||
|
"Bengt-Arne Fjellner" <nospam@nowhere> writes:
> Hi im trying to write an authorization module for apache 2.0 > I want it to reject everything unless it is over https > Problem I cant find out if it is http or https Where is that info ?? > > Sorry if this is a faq but i cant find that faq. Use the SSLRequireSSL directive. |
| Thread Tools | |
| Display Modes | |
|
|