I hope that this is the right place to ask this question, so: We are running a Debian (virtualized) server with Apache running php as fcgi. Today the administrator told me that the processes are cons
I use user dir module to setup a homepage for each user. H开发者_JAVA百科owever, the php script can not be executed under each user\'s html_public folder but could be executed under the /etc/www folde
In my .htaccess file, a mod_rewrite that I use works on some Apache 2 servers but not on others. For example, this rewrite works on a开发者_如何学编程ll Apache2 servers:
I have some Django websites and I want to place them on the webserver Apache2 with mod_wsgi. The webserver works and one Django website works correctly, but the other one doesn\'t (it shows the Inter
Fairly simple request.. I\'d like to use mod_rewrite on apache开发者_运维百科 to make a directory redirect to ssl on my website, and make it so that it \'breaks out\' of ssl when you navigate outside
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a site开发者_JS百科 with homepage as /var/www/mysite/index.html Now I want to direct www.mysite.com/x2312d to /var/www/mysite/app/pass.php?id=x2312d
I am looking for a way to rewrite non-www-domains to www-domains, while at the same time not redirecting direct IP-requests.
I have a 256MB RAM VDS with Debian Lenny, Apache2, MySQL, mod_php (and some PHP websites). In this configuration VDS have about 35MB RAM left. So, I installed mod_wsgi (in daemon mode) and some very s
Whenever I try to access /balancer-manager in the browser, I get a 404 from the connected Tomcat cluster. Any idea what is wrong here?