I have a webserver with some personal websites and stuff, it\'s running Debian Lenny, Apache 2 and PHP 5. I always use apt to install stuff.
I currently have a couple of \"shortcut\" subdomains (since some users seem to remember a subdomain more easily than an URL). I currently do this in the following way:
I have this structure in my home directory: /index.php /.htaccess /folderx/ /folderx/subfolder/ /folderx/subfolder/file.php
I have a number of applications running in Tomcat. Every one has its own context. I hooked them all to different domain names with Apache HTTP Server and mod_jk (see more details at this question: How
So I\'m having a problem similar to others I\'ve seen people complain about on Windows, but it appears theirs is a Windows only problem being fixed in a new version of psycopg2.
I have an WAR application running in Tomcat at /foo context, meaning that its URL is http://example.com:8080/foo. Now I\'m trying to connect Apache HTTP Server to Tomcat through mod_jk. This is my wor
I\'m having a torrid time installing Apache2::Request on Centos 5.5.My apache is the standard one that came with centos.
开发者_如何学GoI\'m trying to create a virtual host, dev.company.com, that routes to different applications depending on what comes after the domain. Specifically, I want:
I have a multi-site Drupal setup http://mysite.comwhich is开发者_如何学C in /home/drupal I want the path http://mysite.com/iphone/ to point to a directory outside of Drupal on my server /home/iphone.
I just set up my rails 3 on Amazon EC2 with apache2 and passenger. Everything is working great but when I created my first project inside