Re: [Mono-list] 503 error

2015-07-02 Thread db
Hi again, so I destroyed the droplet (digital ocean's name for a virtual server) and started over. I followed the guide here https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-7 to install httpd, php and mysql. Then I installed yum-utils

Re: [Mono-list] 503 error

2015-07-02 Thread Timotheus Pokorra
httpd -M shows that mono is running but the result is the same. Is there a way to determine if xsp is running? Is there a way to make sure that mono is calling xsp4 and not xsp? Either of those would result in the 'Failed to connect to mod-mono-server after several attempts to spawn the

Re: [Mono-list] 503 error

2015-07-02 Thread Wayne Douglas
FYI servicestack works great on *Nix https://servicestack.net/ :) On Thu, Jul 2, 2015 at 2:54 PM, Timotheus Pokorra timotheus.poko...@solidcharity.com wrote: httpd -M shows that mono is running but the result is the same. Is there a way to determine if xsp is running? Is there a way to

Re: [Mono-list] 503 error

2015-07-02 Thread Agustin Gimenez
Hi. This is not really a solution to your problem but can help you if you are out of luck and need a workaround. I had a lot of troubles with mod_mono in some systems (CentOS mostly) but in others it works really well (Debian as an example), so, I needed a solution which worked out of the box in

[Mono-list] 503 error

2015-07-01 Thread db
Hi, I am a completely new to linux, servers, and mono. I have been thrust into the position at work to try to get a site written in asp to work on one of our servers and it is not going as well as I would have liked. After several days and several attempts and several online guides, I have gotten

Re: [Mono-list] 503 error

2015-07-01 Thread Robert N
To: mono-list@lists.ximian.com Subject: [Mono-list] 503 error Hi, I am a completely new to linux, servers, and mono. I have been thrust into the position at work to try to get a site written in asp to work on one of our servers and it is not going as well as I would have liked. After several

Re: [Mono-list] 503 error

2015-07-01 Thread Timotheus Pokorra
Hello David, As for the other information, it is a digital ocean virtual server with an amd64 processor running CentOS 7. For the most part I followed the directions at http://nerdcave.littlebytesofpi.com/building-mono-and-xsp-server-on-linux/ though not all of the directions worked. I had

Re: [Mono-list] 503 error

2015-07-01 Thread db
Hi, Thank you for your response. You are right about xsp4. running xsp4 --version gives me: Mono.WebServer2.dll 0.4.0.0 (c) (c) 2002-2011 Novell, Inc. Classes for embedding an ASP.NET server in your application .NET 4.0. As for the other information, it is a digital ocean virtual server with an