Jump to content

Search the Community

Showing results for tags 'ISAPI loading apache'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Sorry backing again to an error that many have talked about on this forum, but after 3 days struggling with this I can't figure how to fix it. I have the "ExtJS 4.1.1a" version installed on Delphi XE4, and the Apache server 2.2.1 (UwAmp) with the following configuration running on Windows 8 (firewall disabled). <VirtualHost *:8077> #UWAMP Generate Virtual Host DocumentRoot "c:/out/" ServerName "uni" Alias "unialias" "c:/out" <Directory "c:/out"> AllowOverride None Options FollowSymLinks Indexes ExecCGI Allow from all Order allow,deny </Directory> </VirtualHost> I've installed the "fmsoft_unigui_beta_0.93.1.1000_setup.exe" on Delphi XE4, and "fmsoft_unigui_extjs_0.93.0.996_setup.exe" in "c:\out" directory. When I call "localhost:8077/SimpleDemo_XE2.dll" the browser stops with the message "Loading..." and nothing more happens. The parameters on ServerModule are: CacheFolder= (empty) ExtJSVersion=4.1.1a ExtRoot=[ext]\ Port=8077 ServerRoot= (empty) I don't know what more to do to fix this! Any sugestions?
×
×
  • Create New...