Saturday, October 18, 2008
Ping!
Saturday, December 01, 2007
Posting from my Blackberry
Important News:
Visual Studio.net 2008 RTM has been released
MVC Framework for ASP.net to be released next week according to Scott G.
LINQ (Language Query Language) has been released as part of .Net Framework 3.5
Sent via BlackBerry from T-Mobile
Friday, June 29, 2007
Is iPhone worth the $3000+ in 2 years?
Sunday, June 17, 2007
Another worthless post...
Sunday, October 15, 2006
Posting from Word 2007
Wow I haven't blogged in a while, been really busy with my new job. I'm writing this using the Beta 2 technical refresh of Microsoft Word 2007 installed in Vista RC 2. What's new? Well, I'm now a Senior Web Developer.
I've been working mostly with ASP.Net 2.0 on a day to day basis. I'm pretty much spread out these past few months so I'll try to write more often.
Till then.
Friday, April 14, 2006
mod_mono.conf howto
in my Solaris mod_mono installation
1) I have renamed mod_mono.conf to mod_mono_edison.conf (edison being
my hostname), you can always use a different name. I do this to avoid
my custom conf being overwritten if I upgrade my mod_mono package
2) Include mod_mono_edison.conf in my httpd.conf (or your apache.conf)
Include /path/to/mod_mono_edison.conf
3) Add MonoApplicationsConfigDir "/path/to/your/mod-mono-config-dir"
to mod_mono_edison.conf
MonoApplicationsConfigDir "/path/to/your/mod-mono-config-dir"
4) Create <appname>.webapp inside the mod-mono-config-dir for every
vhost webapp:
example.webapp
<web-application>
<name>example</name>
<vpath>/</vpath>
<path>/path/to/example.com</path>
<vhost>www.example.com</vhost>
</web-application>
example2.webapp
<web-application>
<name>example2</name>
<vpath>/</vpath>
<path>/path/to/example.com</path>
<vhost>example.com</vhost>
</web-application>
5) In virtual-host.conf, add
<Directory "/path/to/example.com">
SetHandler mono
</Directory>
I think this approach is more flexible since I can just add another
<appname>.webapp in my mod-mono-config-dir, add vhost entry and
restart apache and it will be picked up.
---
Sunday, April 09, 2006
Daily build of Mono, xsp and mod_mono
---
Subscribe to Posts [Atom]