Tagged Questions

4
votes
7answers
4k views

Make XAMPP/Apache serve file outside of htdocs

Is it possible to configure xampp to serve up a file outside of the htdocs directory? For instance, say I have a file: C:\projects\transitCalculator\trunk\TransitCalculator.p …
0
votes
1answer
41 views

A universal mod-rewrite htaccess file for my script

I'm writing a script that (I hope) will be widely distributed and I want make sure that it will work on as many servers as possible out of the box. This script will require an .ht …
0
votes
2answers
50 views

optimum setup for php server

We have a number of servers running various different LAMP setups. One thing that seems to be different depending on who set the server up is the way PHP is configured. Some are se …
0
votes
1answer
27 views

More remote debugging sessions for multiple instances of JBoss

Hello, I'm running more instances of JBoss on one machine. This instances is created with own address binding parameter -b and runs on different configurations by -c parameter. …
0
votes
1answer
47 views

How to fetch a resource through a php script?

I am trying to do the following in my web application: <img src="static.example.com/image01.jpg?width=300&height=300" /> Is it possible to have my server (I use Apach …
1
vote
1answer
45 views

Managing site deployments between demo/staging/live on production servers

The way we currently manage site roll outs to the server and then switching sites between demo/acc/live "mode" is a bit hap-hazard and i'm looking to improve the whole process. I' …
0
votes
3answers
197 views

RoR Server Construction and Capistrano Support

I have been creating a website with Ruby on Rails, and will be hosting it through a friend. He has the space and capacity to host the server, and I have a system to devote to bein …
0
votes
2answers
104 views

SQL Server 2005 & the Windows Event Log

I'm running a SQL Server 2005 Standard. I got several alerts I need to react on. So I created these alerts, but they never appear so that the jobs depending on them are never run. …
4
votes
3answers
139 views

How to add some HTML to every HTML document served?

I need to add a script before the </body> tag, so instead of modifying all the pages, I was wondering if I could configure the server to add some HTML before that tag for eve …
3
votes
4answers
817 views

SQL Server 2005 DB Mirroring Error

I'm getting the following error when trying to setup SQL Server 2005 DB Mirroring on my servers. I am running two Win2K3 servers with SQL 2005 on each with one of those running al …
0
votes
2answers
378 views

Visual Web Developer (Express): Setting Document Root for Dev Environment

Hey-- I'm developing a site in Visual Web Dev Express, and when I run/debug, I'd like to be able to set my application's document root so that I can use safer paths, like "/css/st …
1
vote
2answers
308 views

How to configure server for small hosting company for django-powered flash sites?

I'm looking at setting up a small company that hosts flash-based websites for artist portfolios. The customer control panel would be django-powered, and would provide the interfac …
0
votes
3answers
977 views

What needs to go in order to fully remove a MAMP install from OSX?

For reasons that we won't discuss, I have determined that MAMP is a pile of crap that haunts my system, and unless I remove it fully, I will live in shame. I've done the obvious t …
2
votes
2answers
209 views

Slicehost installation profile

I'm no UNIX Guru, but I've had to set up a handful of slices for various web projects. I've used the articles on there to set up users, a basic firewall, nginx or apache, and other …
1
vote
5answers
138 views

How do I serve a script with apache instead of running it?

I'm trying to host a python script using an apache web server, but the server tries to run the script instead of just offering it for download. I do not have direct access to serv …