Domain: devside.net
Stories and comments across the archive that link to devside.net.
Comments · 14
-
Re:Makes you wonder
I dunno, and if it's written anything like IIS, I don't want to!
-
Dell's just fixed their bug
On Monday and Tuesday, the Free! upgrade was only available for Windows Vista (r) (tm) laptops. Hence TFA (I've read it here).
Probably, this was a mistake, which was corrented around Wednesday. Now, the Free! upgrade is available for all systems, and therefore Ubuntu is cheaper again.
The story hit slashdot too late (I was even thinking about posting it to /. to make Dell notice the mistake.) -
Re:R Hell
Usually, you can get away with doing a build from source with some variation of --prefix=/usr/local/pkg, so as to not interfere with the native pkg.
That's how I ran my newer custom builds of Apache, PHP, MySQL, and OpenSSL under RH7 and RHEL3. It can get a bit tricky with OpenSSL, due to the runtime linker and some libs, but generally thats what
/usr/local/ is there for [or at least that's what I have used it for].I have not looked into building Python, but as long as you leave the env alone, and specify the path to python or use the correct shebang line, it probably would work out.
http://www.devside.net/guides/linux[Though these days, I just leave all that alone and use whatever comes with RH]
-
Apache on Windows
Exactly what I was thinking. WAMP vs. WIMP.
http://www.devside.net/ -
OpenSSL under Windows -- create and sign certs
Build OpenSSL under win32...
http://www.devside.net/web/server/windows/openssl
Create and Sign your own certs...
http://www.devside.net/web/config/ssl-key-pair -
OpenSSL under Windows -- create and sign certs
Build OpenSSL under win32...
http://www.devside.net/web/server/windows/openssl
Create and Sign your own certs...
http://www.devside.net/web/config/ssl-key-pair -
Use WAMP instead...
You can run Apache, MySQL, PHP, etc, under Windows... http://www.devside.net/
-
Re:Upgrade.
-
Re:Upgrade.
-
Integrating Tomcat5 with Apache2, for Windows
One of the biggest problems so far has been finding good info on the process of integrating Tomcat/mod_jk with Apache under Win32.
Good luck using any official Guides for the task.
Check...
http://www.devside.net/web/server/windows/Tomcat
http://www.devside.net/web/server/windows/mod-jk -
Integrating Tomcat5 with Apache2, for Windows
One of the biggest problems so far has been finding good info on the process of integrating Tomcat/mod_jk with Apache under Win32.
Good luck using any official Guides for the task.
Check...
http://www.devside.net/web/server/windows/Tomcat
http://www.devside.net/web/server/windows/mod-jk -
Apache's httpd.conf from scratch
http://www.devside.net/
Under the "Building a Web-Server" section -
Re:Complexity
phpTriad is crap [IMHO]...
Try the DeveloperSide.NET Web-Server Suite.
http://www.devside.net/ -
Re: LAMP
then 2004 will be the Year of the LAMP.
Or the LAMP for dummies (preconfigured executable)