Installation issue

Forum Home Forums Installation Issues SCADA-Web Installation Installation issue

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6614
    tuyah
    Participant

    Hi
    I installed Rapidscada on Ubuntu 16/18 and Debian9 following the instructions of install.txt in the zip. But the issue is when I open URL http://serverIP/scada, browser will literally download the page. I think it may be mono or apache configure issue, but I don’t know where and how to do troubleshooting.
    Please kindly help. Thanks in advance.

    #6615
    manjey73
    Participant

    Check whether you have libapache2-mod-mono installed. And check what version of the package is, if it is not installed.

    #6616
    manjey73
    Participant

    https://github.com/mono/mono/issues/18864#issuecomment-593561532

    if the package version does not belong to xamarin6

    #6617
    Mikhail
    Moderator

    Hi,

    When you run sudo apt-get install libapache2-mod-mono mono-apache-server4
    did you get any errors?

    #6620
    tuyah
    Participant

    Installing libapache2-mod-mono and mono-apache-server4 didn’t get any error.
    When I change the alias and application path(MonoApplications scada “/:/var/www/html/scada”), it will run and show application error:

    Application Error
    An application error occurred. If it repeats often, please contact the support.
    Details:
    Path '/scada/' was not found.

    This is what I have in scada.conf:

    Alias /scada "/var/www/html/scada"
     MonoServerPath scada "/usr/bin/mod-mono-server4"
     MonoApplications scada "/scada:/var/www/html/scada"
      <Location "/scada">
        Allow from all
        Order allow,deny
        MonoSetServerAlias scada
        SetHandler mono
      </Location>
    #6621
    Mikhail
    Moderator

    Possibly, scada.conf was not enabled.

    #6624
    tuyah
    Participant

    Already enabled thru a2ensite …

    #6625
    Mikhail
    Moderator

    I have no clue. Sorry for that. Linux means hardcore…
    Can try to fix it for a fee. You would pay only in case of success.

    • This reply was modified 4 years, 1 month ago by Mikhail.
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.