Note that there are some explanatory texts on larger screens.

plurals
  1. POWAMP does not start after enabling/configuring SSPI
    primarykey
    data
    text
    <p>I am trying to get visitors' NT logon when they visit an intranet site. It appears the the SSPI module is what I'm looking for. But I can't get WAMP back up and running after installation. Any assistance would be appreciated. Thanks in advance.</p> <p>I downloaded the mod and followed the install directions:</p> <p>Copied mod_auth_sspi.so into C:\wamp\bin\apache\Apache2.2.17\modules</p> <p>Copied sspipkgs.exe into C:\wamp\bin\apache\Apache2.2.17\bin (this wasn't in the instructions but I saw that step in another set of directions, I have same problem whether this is here or not)</p> <p>Copied the line "LoadModule sspi_auth_module modules/mod_auth_sspi.so" and placed at the very end of other modules listed in the httpd.conf</p> <p>Copied the following code:</p> <pre><code>&lt;Directory "C:/SSPI"&gt; AllowOverride None Options None Order allow,deny Allow from all AuthName "My Intranet" AuthType SSPI SSPIAuth On SSPIAuthoritative On require valid-user &lt;/Directory&gt; </code></pre> <p>into the very end of httpd.conf</p> <p>Note: I figure the path in the Directory tag is not correct but am not sure what it should be since there that part is not covered in the install notes.</p> <p>Then I restart services from the WAMP control panel and it cycles down through orange, then red, then back up to orange, but never gets back to green. Browsing to the site gives error 102. The Apache error log does provide any clues:</p> <pre><code>[Wed Apr 06 13:10:32 2011] [notice] Parent: Received shutdown signal -- Shutting down the server. [Wed Apr 06 13:10:32 2011] [notice] Child 760: Exit event signaled. Child process is ending. [Wed Apr 06 13:10:33 2011] [notice] Child 760: Released the start mutex [Wed Apr 06 13:10:34 2011] [notice] Child 760: All worker threads have exited. [Wed Apr 06 13:10:34 2011] [notice] Child 760: Child process is exiting [Wed Apr 06 13:10:34 2011] [notice] Parent: Child process exited successfully. </code></pre> <p>I am running a WAMP server on Windows 7 (64 bit)</p> <p>Apache 2.2.17</p> <p>PHP 5.3.4</p> <p>mod_auth_sspi-1.0.4-2.2.2.zip via <a href="http://sourceforge.net/projects/mod-auth-sspi/" rel="nofollow">http://sourceforge.net/projects/mod-auth-sspi/</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload