Search Results
Tuesday, December 11th, 2007
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!I’ve been posting alot on linux htpc, mythtv, and netowrking here and there, thought i should prob explain what i’m looking to do.also i need to start documenting stuff for myself.
current systems
right now i have 4 boxes.
p4 2.4 laptop
p4 […]
Thursday, September 27th, 2007
heres a quick guide to installing xcache
cd into the xcache source directory
first run phpize
next run ./configure –enable-xcache –enable-xcache-optimizer
this will configure xcache to install with the optimizer, and xcache. you want to use the optimizer
make
make install
next we’ll edit your php.ini file. if you don’t know where to find it run : find / name=php.ini|grep php.ini
copy the […]
Sunday, September 9th, 2007
The Flex module for Apache and Microsoft IIS provides web-tier compilation of MXML and ActionScript files on Apache and IIS web servers. This module lets you rapidly compile, test and deploy an application by simply requesting the main application file from a web browser, similar to working with server-side scripting languages such as PHP, ColdFusion […]
Monday, September 3rd, 2007
setting up a catch domain in plesk takes a little bit more than just wild card dns.
enarion.net has a how to covering the final steps
In this article you’ll learn to configure Plesk that it uses one subdomain as catch-all for all non-existing subdomains.
Why would you need catch all subdomains
Maybe you have a few subdomains. But […]
Friday, August 31st, 2007
their seems to be alot of documentation on apaches proxy module. Yet i was unable to find anything that worked to get a ssl to ssl proxy running.
you can also use this information for a basic proxypass, just ignore anything ssl related
most of the documentation left out one item : SSLProxyEngine on
You […]
Thursday, August 30th, 2007
the apache2 module dll included with the php4 download doesn’t work. if you head over to apache lounge : http://www.apachelounge.com/download/ they have the files you need, with directions on installing.
enjoy
Thursday, August 30th, 2007
Came across a pretty handy windows site for apache 2. they have a pretty well informed group of users.
so if your running apache2 on windows it’s worth checking out
Check it out : http://www.apachelounge.com/
Tuesday, August 28th, 2007
came across this link while trouble shooting an apache proxypass issue on my vista box. install apache should be pretty straight forward, but he does a good job of covering it here
check it out : http://senese.wordpress.com/2007/06/06/installing-apache-on-windows-vista/
Tuesday, August 14th, 2007
If your using an apache / svn setup you can access repos using webdav in dreamweaver
update — if you use webdav you won’t be able to commit / add new files. but you can commit them from a regular client, then use dreamweaver to update them. also svn doesn’t seem to be tracking revision numbers […]
Tuesday, August 14th, 2007
tongiht after spending sometime getting jackfield to work (it loads, just without the widgets - lol), my room mate (he’s a windows admin, but uses ubuntu at the apt) and I started talking briefly about why we like linux. which of course has lead me to this.
I got into linux for one reason : i […]