Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
8answers
29k 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.php and my xampp files ...
8
votes
3answers
3k views

video not found or access denied

I have made a website in ASP.NET 3.5 With C#.In the default page we have a swf player.We have one video file.The file format is .mp4. The Code is here:- ...
6
votes
4answers
161 views

How reliable are URIs like /index.php/seo_path

I noticed, that sometimes (especially where mod_rewrite is not available) this path scheme is used: http://host/path/index.php/clean_url_here --------------------------^ This seems to work, at ...
4
votes
3answers
159 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 every HTML document ...
3
votes
3answers
124 views

work_mem in postgresql on Linux

I have to optimize queries by tuning basic PostgreSQL server configuration parameter. In documentation I've came across 'work_mem' parameter. Then I checked how changing this parameter would influence ...
3
votes
2answers
1k views

Tomcat 6 | What's the significance of antiResourceLocking & antiJARLocking?

I am working on a project where we'll be using Tomcat 6.0.20 for Development and production. I came across some issues related to hot deployment which requires one to set Context.antiResourceLocking ...
3
votes
5answers
2k 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 alongside a SQL 2000 ...
3
votes
2answers
385 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 bits and pieces of ...
2
votes
5answers
1k views

Deny access to all subdirectories using apache2 server configuration

How can one deny access to all subdirectories of a given directory? I tried to do it with the <Directory(Match)> directives. The server configuration (000-sites-enabled) looks like this: ...
2
votes
3answers
568 views

Multiple PHP versions on the same box

Is it possible to have multiple versions of PHP running on the same box ( like rails ) . Here is my problem , I need to start development on a new project and was planning to use PHP 5.3 for it so ...
2
votes
3answers
599 views

Global variables in css style sheets

I hava an absolute url in my stylesheet. http://localhost/images/myimage.jpg. I also have a config class with the following constant const SITE_ROOT = 'http://localhost/images' On php pages i ...
2
votes
1answer
155 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've been reviewing ...
1
vote
1answer
51 views

Recommended hardware configuration for tfs+sharepoint+project server

For a 30 person team, what is the recommended hardware configuration for installing latest version of mentioned products? Please also determine recommended server topology.
1
vote
0answers
30 views

Cataloging web/db/app servers in an organisation - Excel/Wiki/?

I've inherited "ownership" of various servers (the hardware itself and server software that runs on in - lots of Apache/Oracle/MySQL) with a wide variety of configurations. I'm a developer - I've been ...
1
vote
2answers
291 views

How do I run Apache (httpd) and Tomcat together?

I recently got projects that runs on Struts and I am expecting more JSP coming ahead. After googling the question, I was led to blogs of people who tried to do the same. Those blogs weren't exactly a ...
1
vote
4answers
7k 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 thing and removed the ...
1
vote
3answers
478 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 interface for uploading ...
1
vote
5answers
186 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 server, and adding the ...
0
votes
1answer
68 views

Changing ASP.NET Website Administration Tool Connection String

I've created user roles with Asp.net website administration tool. I want to store these user roles in my table which are stored in SQL server. But the tool has created default connection string and ...
0
votes
1answer
95 views

Nginx Tornado and Flask - What's a good start/stop script and keep-alive method

I've set up a Flask application to run on a tornado server backed by nginx. I've written a couple of bash scripts to reload server configuration when a new version is deployed, but I am unhappy with ...
0
votes
1answer
82 views

magento server-configuration (avg. 2000 visitors)

I'm planning to go live with my magento shop soon, so i'm currently looking out for an root server that suits my needs. I know that magento has a pretty high ram and cpu consumption and low response ...
0
votes
0answers
82 views

Movie 'ended' event is not firing on iPhone

i have a HTML page which plays a mp4 video file. After the video is finished the new page must be opened. This is the code i'm using to achive it: $(document).ready(function() { ...
0
votes
1answer
47 views

Codeigniter not running class definitions - PHP or Apache config problem

I just uploaded working site files to a new server which I know is likely to have php/apache config problems as I've had to work with the server admin to sort them out to get this far. When I visit ...
0
votes
1answer
59 views

Does TFS 2010 meet our requirements for source control and deployment

Our company currently use sourcecontol and milestone/ticket tracking from Assembla.com, build automation and developement environment deployment with cc.net and visual studio for publishing to test ...
0
votes
0answers
41 views

Configure virtual hosts in SpringSource tc Server

I'm developing with the STS and using the SpringSource tc Server for test. I want to configure virtual hosts to run multiple web application simultaneously, but it's not easy for me. The ...
0
votes
0answers
37 views

diffrent ports for JMS and managed server in weblogic

can JMS and managed server port be different in weblogic? I am trying to configure Webservice running on managed server and JMS bridge running on diffrent port? Would it have any issues?
0
votes
1answer
130 views

How to launch netbeans project after put the war file on tomcat server?

I had to archive the netbeans project in .war file. Then, put the war file on the server that used tomcat (tomcat/webapp). It is run successfully when I type in browser like ...
0
votes
0answers
250 views

Is it possible to upgrade apache plug-in to use Tomcat 7 with Eclipse 3.4

I have eclipse 3.4 and It provides apache server adapter up to tomcat 6.0. I want to use Tomcat 7 without downloading new version of eclipse(I think eclipse 3.5 and 3.6 provide apache server adapter ...
0
votes
1answer
143 views

-acodec option not working in ffmpeg

Before I was using this: ffmpeg -i file1.avi -acodec vorbis file2.ogg And everything go okay... And now, on this new server, I try this command, and I get return Successful conversion, but there is ...
0
votes
1answer
124 views

localhost not working in sqlserver 2005

I am unable to connect to localhost after the installation of the sql server 2005. however i am able to connect using my system name. Is there a way i will be able to connect using localhost by ...
0
votes
1answer
140 views

OSQA apache memory footprint

I have an OSQA (python / django q&a application) installation serving 8 different sites. The sites are all in development, receiving minimal traffic. The server is a virtual private server with ...
0
votes
2answers
64 views

htaccess help, removing a string from the URL

I am wondering, is it possible to remove index.php from an URL? Basically on some pages in a site I have this structure, http://www.domain.com/index.php/members/register, but other pages I have URL ...
0
votes
1answer
416 views

How to configure Ruby ob Rails for XAMP server?

I have installed Ruby On Rails Application on my harddrive, and i am using XAMPP server. But i was not able to configure it to use on XAMPP server, do Ruby on Rails run on XAMPP server or need some ...
0
votes
1answer
141 views

How to correctly configure server for Symfony (on shared hosting)?

I've decided to learn Symfony and right now I am reading through the very start of the "Practical Symfony" book. After reading the "Web Server Configuration" part I have a question. The manual is ...
0
votes
2answers
522 views

How can I turn on DynamicCompression feature of IIS programmatically?

I'm making an installer program for my web application. My web application uses CSS and JS heavily, so I want to enable both Static and Dynamic HttpCompression for IIS7/7.5. It needs 2 steps: I can ...
0
votes
1answer
99 views

.htaccess mod_rewrite has different result on different sites

I am using mod_rewrite to create SEO URLs. Basically the thing works in the following way: all requests are caught by .htaccess and redirected to a php script (let's say transform.php). transform.php ...
0
votes
4answers
77 views

how can i send message?

I have programmed for mailing in php.but how can i send mail through local server?
0
votes
1answer
98 views

Which PHP config is running when I forward from one directory to another?

I am testing an idea based on my last question, but I've run into a very interesting problem... My home directory is on one path of the server (where all home directories reside) and for reasons I ...
0
votes
1answer
231 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 .htaccess file but I've ...
0
votes
2answers
91 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 set up to use the ...
0
votes
1answer
246 views

More remote debugging sessions for multiple instances of JBoss

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. The machine is Linux one and ...
0
votes
1answer
75 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 Apache in a shared ...
0
votes
2answers
749 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. I found out that ...
0
votes
3answers
503 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 being a dedicated ...
0
votes
3answers
849 views

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

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/style.css' instead of ...
-1
votes
2answers
79 views

I have a problem with my php script

I have a form where it request name,email,zipcode. However the problem is that. when you click on submit. it ask you to open the file it doesn't go to the script. The website is ...