Tagged Questions

0
votes
0answers
20 views

Apache: Don’t deliver website by IP address [closed]

Hello, I have to admin a web server with Apache 2 to deliver some different websites - every site has it's own domain. The server has a single IP address, say: 78.9.10.11. For every site a VirtualHost …
0
votes
0answers
22 views

BOM in a PHP page auto generated by Wordpress

I admin two different blogs. They are both wordpress 2.8.6 (so they have exactly the same source code, plugins apart) but they are located on two different hosting platform (hostmonster.com and …
0
votes
0answers
15 views

apache not serving up cached pages from rails app

I'm setting up a rails app with simple page caching. (First time I've tried using page caching.) The cached pages are being created. I have my cache folder set to /public/cache. The cached pages are …
0
votes
1answer
31 views

PHP Startup: Unable to load dynamic library, Windows, Apache 2.2, php 5.2.11

This is becoming a very frustrating issue. I am trying to do a clean install of apache 2.2 and PHP 5.2.11. Everything seems to be configured correctly but the php modules aren't starting... PHP …
0
votes
1answer
23 views

Apache rewriteRule for root directory

I used to have the following rule in my .htaccess while building a website: RewriteRule ^test/(.*) cgi-bin/router.py?request=$1 [NC] Whenever the user goes to mysite.com/test/something they get …
1
vote
2answers
56 views

What should I use .htaccess for in Zend Framework 1.9.5 application?

I've written several Web MVC apps but never before in PHP, and I'm trying to figure out the best way to work with Zend Framework v1.9.5. I'm confused about the role of .htaccess in a Zend Framework …
0
votes
5answers
101 views

How to prompt user to download the PDF file instead of opening?

in my project site if i click on a link and the PDF opens in a new or parent window. Well I want a box to appear that prompts the user to download the file instead of opening it. Does anyone know of …
2
votes
1answer
32 views

Django: Large file uploads - custom processing with mod_wsgi

I'm doing file uploads using Django's File Upload mechanism with a custom handler (by subclassing django.core.files.uploadhandler.FileUploadHandler) which does some additional processing in the …
0
votes
2answers
21 views

mod_rewrite works in .htaccess files but not in apache2.conf

I have the following in a .htaccess file as a test: RewriteEngine on RewriteRule ^(.*)$ /backend/$1 This works as expected. I was able to get rewrite logging working with the following in …
0
votes
0answers
31 views

Apache httpd error and crash

I have a WAMP 2.0 server installed on Win XP . Apache version : 2.2.11 PHP Version : 5.3 MySQL : 5.1.36 I have about 11 tables in the mysql . Each run of my web application (HTML/Jquery/PHP/MySQL) …
0
votes
2answers
20 views

.htaccess redirect to external URL while hiding redirect

I want to be able to redirect a domain pointed to my webhosting to an external domain. For example, I have this in my .htaccess: RewriteCond %{HTTP:Host} ^(?:www\.)?mydomain\.net$ RewriteRule …
1
vote
2answers
20 views

mod_rewrite proxy RewriteRule not working

I need to send all requests for the directory home/alphauser to backend/alphauser, but not requests to files inside the home/alphauser directory. For example: http://home/alphauser -> …
0
votes
0answers
12 views

Wildcard DNS combined with Single Subdomain DNS

I am trying to have all subdomains point to one location on disk, and a particular subdomain (dev) point to another. I tried this : <VirtualHost cueflash.com> ServerAdmin webmaster@localhost …
0
votes
2answers
26 views

[Solved] Server-side, get progress on sending file

Hello fellow programmers. Basically, what I want to do is to check how much of a file my webserver has sent to a client, when the client is downloading one. Is this even possible? Does apache …
1
vote
1answer
22 views

Deploying multiple grails applications with Apache/Tomcat + Virtual Hosts

I haven't been able to figure out how to deploy multiple grails applications with Apache/Tomcat where a virtual host is mapped to each grails app I can get it so that …

1 2 3 4 5 145 next
15 30 50 per page