Jump to content

Uniguiapp compile with Apache Module cannot run in local host


CCH4UNIGUI

Recommended Posts

1. compiled ess.dll using Apache module and copied to c:\webapp\ess

2. 

Alias /ess "c:/webapps/ess/"

<Directory "c:/webapps/ess/">
    Options Indexes FollowSymLinks MultiViews
  AllowOverride all
  <ifDefine APACHE24>
        Require local
    </ifDefine>
    <ifDefine !APACHE24>
        Order Deny,Allow
    Deny from all
    Allow from localhost ::1 127.0.0.1
    </ifDefine>
</Directory>
 

// httpd.conf entries:
//

 LoadModule webbroker_module modules/mod_webbroker.dll

 <Location /ess>
    SetHandler mod_webbroker-handler
 </Location>
//

Nb. Apache 2.4 was stopped before editing  httpd.conf & could be started.


 

3. Tried running in localhost/ess/ess.dll

This localhost page can’t be found

No webpage was found for the web address: http://localhost/ess/ess.dll

HTTP ERROR 404
 
What am I doing wrong?

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...