I installed mod-mono on debian via apt-get install mono-apache-server2...
But when i do apt-get install mono-apache-server4 it gives me:
E: Unable to locate package mono-apache-server4
Anyone know how I can get mono-apache-server4 on there?
I installed mod-mono on debian via apt-get install mono-apache-server2...
But when i do apt-get install mono-apache-server4 it gives me:
E: Unable to locate package mono-apache-server4
Anyone know how I can get mod-mono-server4 on there?
I have a apache server that sits in front of my glassfish server. mydomain.com goes directly to my static files on apache, than if you hit the subdomain forum.mydomain.com it goes to the glassfish webapp forum/ at 127.0.0.1:8080/forum/. This proxy seems to work it takes me to the web app but all of the images are missing!
im running mono 3.0 via fastcgi...
my htaccess is like this:
Action mono-cgi /home/vamola/public_html/cgi-bin/mono-cgi
AddHandler mono-cgi .aspx .asmx .ashx .ascx .asax .axd .config .cs
mono-cgi:
#!/opt/mono-3.0.2/bin/fastcgi-mono-server4 -f
-connect /tmp/mono-fcgi.sock /home/admin/mono-fcgi
mono-fcgi:
!/
bin/sh
umask 0077
exec >>/tmp/mono-fcgi.log
exec 2>>/tmp/mono-fcgi.err
Quick question - I'm on Debian squeeze, running nginx fine and installed mono fine. Now I want to host a .net4 web application and as I understand it I'll need fastcgi-mono-server4 (and xsp4 when testing it out) - where do I get these packages?
I tried apt-get install fastcgi-mono-server4 and same for mono-xsp4-base.
A while back, I moved my hosted service to a VPS. The VPS runs Centos, Apache, and Webmin.
I have some troubles with my DNS entries (or maybe my Apache conf).
I have something like this :
kira.mydomain.com A 123.45.67.89
youfood.mydomain.com CNAME kira.mydomain.com
www.youfood.mydomain.com CNAME youfood.mydomain.com
All's good when I check theses entries with nslookup.
When I try going on http://www.youfood.mydomain.com, it work but not with http://youfood.mydomain.com ...
Here my
I configured my DNS (bind9) to accept every subdomain, using a wildcarded 'A' record :
*.mydomain.tld.
Ok, so here's my problem: I've set up myself a virtualhost with an appropriate server name. I also have, for example, Squirrelmail and SVN installed on the same machine. I want to get to the default page by typing http :// mydomain , get to my mail frontend by typing http ://mydomain /mail and to my svn by typing http :// mydomain.no-ip.org /svn.