UGCC Not Working with Apache Configuration on Ubuntu 14.04

Having problems with the panel? Have questions? Post here!
Post Reply
benzon
Posts: 2
Joined: Tue Nov 17, 2015 5:45 pm

UGCC Not Working with Apache Configuration on Ubuntu 14.04

Post by benzon »

Hi

Followed the guide tryed everything that i know, but just cant get it running under apache works fine if i run it with the xsp2 command.

Need some help to figure this out dont get error output i can use for any thing.
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: UGCC Not Working with Apache Configuration on Ubuntu 14.04

Post by Masher »

What version of mono are you using? Did you check the /var/httpd/error.log?
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
benzon
Posts: 2
Joined: Tue Nov 17, 2015 5:45 pm

Re: UGCC Not Working with Apache Configuration on Ubuntu 14.04

Post by benzon »

used the guide that is availible.

Just did a mono -V

Code: Select all

Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1.1)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
        TLS:           __thread
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  amd64
        Disabled:      none
        Misc:          softdebug
        LLVM:          supported, not enabled.
        GC:            sgen
This is what i get from that.

Right now i could use some help to figure out what the heck is going on and how to fix the issue.

There is no http/error.log

What i do get from the Apache Error Log is

Code: Select all

[Wed Nov 18 00:12:25.158506 2015] [mpm_event:notice] [pid 2803:tid 117507835524992] AH00491: caught SIGTERM, shutting down
mod-mono-server received a shutdown message
mod-mono-server received a shutdown message
[Wed Nov 18 00:12:27.218865 2015] [so:warn] [pid 14719] AH01574: module mono_module is already loaded, skipping
[Wed Nov 18 00:12:27.223253 2015] [mpm_event:notice] [pid 14720:tid 120134616053632] AH00489: Apache/2.4.7 (Ubuntu) mod_mono/2.11 configured -- resuming normal operations
[Wed Nov 18 00:12:27.223292 2015] [core:notice] [pid 14720:tid 120134616053632] AH00094: Command line: '/usr/sbin/apache2'
Listening on: /tmp/mod_mono_server_global
Root directory: /
Listening on: /tmp/.mod_mono_server2
Root directory: /
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: UGCC Not Working with Apache Configuration on Ubuntu 14.04

Post by Masher »

If you want, send me a PM with your ssh details and I'll look around to see what the problem may be.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: UGCC Not Working with Apache Configuration on Ubuntu 14.04

Post by Masher »

Fixed: Apache modules mod-mono and mod-mono-auto were enabled. Disabling the mod-mono module fixed it. Having both enabled was causing the mono worker process to spawn twice and give an System.Web.Compilation.CompilationException error.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply