Difference between revisions of "ACP Apache Authentication"
(Created page with "*<font color=blue>This is for installing ACP with Apache windows sspi authentication.</font> ''If you want to install ACP with the default firebase authentication , To inst...") |
|||
Line 1: | Line 1: | ||
*<font color=blue>This is for installing ACP with Apache windows sspi authentication.</font> ''If you want to install ACP with the default firebase authentication , [[To install ACP|use the instructions on the main install page here]].'' | *<font color=blue>This is for installing ACP with Apache windows sspi authentication.</font> ''If you want to install ACP with the default firebase authentication , [[To install ACP|use the instructions on the main install page here]].'' | ||
− | + | ==Add the Apache Windows sspi Authentication module== | |
*Download the module and unzip it to a folder. | *Download the module and unzip it to a folder. | ||
https://www.apachehaus.net/modules/mod_authnz_sspi/mod_authnz_sspi-0.1.1a1-2.4.x-x64-vc15.zip | https://www.apachehaus.net/modules/mod_authnz_sspi/mod_authnz_sspi-0.1.1a1-2.4.x-x64-vc15.zip | ||
Line 16: | Line 16: | ||
<code>C:\Apache24\bin\sspipkgs.exe</code> | <code>C:\Apache24\bin\sspipkgs.exe</code> | ||
− | + | ==PHP== | |
*Install php 7.4 to c.\php | *Install php 7.4 to c.\php | ||
Line 30: | Line 30: | ||
*In a command prompt enter <code>php</code> - if you get an error you will probably need to reboot. php should start and you will get a blinking cursor. Press Control + C to get out of the php loop. | *In a command prompt enter <code>php</code> - if you get an error you will probably need to reboot. php should start and you will get a blinking cursor. Press Control + C to get out of the php loop. | ||
+ | |||
+ | ==A == | ||
+ | ==B== |
Revision as of 03:28, 4 May 2022
- This is for installing ACP with Apache windows sspi authentication. If you want to install ACP with the default firebase authentication , use the instructions on the main install page here.
Add the Apache Windows sspi Authentication module
- Download the module and unzip it to a folder.
https://www.apachehaus.net/modules/mod_authnz_sspi/mod_authnz_sspi-0.1.1a1-2.4.x-x64-vc15.zip
- Note that this module is not from Apache. This most recent version is vc15 - this is an add on done by the community.
The most recent Apache version is vs16 which was not supposed to work correctly with this module vc15.
- From the downloaded folder:
Apache24\modules
copymod_authnz_sspi.so
and save to the Apache modules directory.
C:\Apache24\modules\mod_authnz_sspi.so
- Copy:
Apache24\bin\sspipkgs.exe
and save it in the Apache bin directory.
C:\Apache24\bin\sspipkgs.exe
PHP
- Install php 7.4 to c.\php
- Download the PHP version from the official site. Then extract the downloaded zip folder to
C:\php
.
- In c:\php Rename
php-ini-development.ini
tophp.ini
. - Add the php directory to the path
- In the search box types
environment
and select edit the system environment variables - In system properties select Environment variables
- Select
system variables>Path
and pressEdit
. - Select
New
and addC:\php
then pressOK
. Then exit the system properties dialog.
- In a command prompt enter
php
- if you get an error you will probably need to reboot. php should start and you will get a blinking cursor. Press Control + C to get out of the php loop.
A
B
Comments
Enable comment auto-refresher
Tarik TAOUCHE
Dpaine