Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
22 views

Get external page title [closed]

I have a task. One input: input type='text' id='url' name='url' One button: button id='go' and one div. User writes a site in that input and onclick i must show title of that site ...
1
vote
0answers
46 views

very simple ajax .txt editor [closed]

I'm loking for a very simple script in ajax that does nothing but edit a text file. My dream would be to find something that edits a file with an interface similar to what e.g. about:config in ...
1
vote
0answers
61 views

How to prevent htaccess from prompting authentication for indirect access to a file via ajax?

First off my terminology is probably wrong but when I hear "direct access" I think someone means that anyone has read privileges to a file from the url. Is my understanding of what "direct access" ...
0
votes
1answer
78 views

Memcached and Django - When Ajax action is performed, ALL css and js is missing

I've got Django running and caching into Memcached. I have some ajax actions on a page and when those actions are performed, and the browser refreshd, the CSS and JS files are no where to be found. ...
0
votes
0answers
168 views

nginx + ajax = internal server error 500

i've running a nginx web server. my config: http://pastie.org/private/yuz8xvddwfguaeqnvopnaa Everything works fine - except when my ajax controller (ajax.php) is called. (It is called automatically ...
0
votes
0answers
97 views

AJAX chat client for Cisco WebEx Connect

I'm working on creating a chat client that is supposed to interface with Cisco's WebEx Connect IM. I'm using Cisco's CAXL library and I got it to work with gchat, which seemed a reasonable XMPP ...
1
vote
1answer
289 views

CentOS: AJAX/jQuery not working

In a nutshell, I have an unmanaged VPS. At one time, it had Ubuntu 10.10 server on it, then I reinstalled it with CentOS 6 and updated it to CentOS 6.2. Now, the problem is, the AJAX/jQuery shoutbox ...
0
votes
3answers
90 views

I want to host an AJAX based website on an Apache web server and host a MySql database on the same machine for about 50 concurrent users [closed]

The website gets its data from the MySql database. Will a Mac Mini with 2GB Ram and an Intel Core 2 Duo do the trick?
0
votes
1answer
119 views

IE Ajax Request times out even though server is responding

This is a repost of the following SO question because I'm pretty convinced that this is a networking/server issue, and not something wrong with my code. ...
0
votes
0answers
107 views

Hundreds of Apache Processes Hanging around after Ajax Requests when Session Variable is Used

I posted the following on stackoverflow.com and some posters suggested that this forum could help. The recap is as follows: After a PHP web page from an Apache server is loaded by the browser, client ...
0
votes
0answers
49 views

Setting up a local Apache proxy to test Ajax

I'm working on the frontend of a web app, and I'm using Ajax to update the UI (I'm using Backbone.js but that's not important). I'm developing the UI locally against the production JSON API, which has ...
0
votes
1answer
403 views

Getting ajaxterm to work on Debian Lenny

I've been knocking my head out for a while on this one and have read many tutorials, but I just can't get this to work. Ajaxterm, is a webbased SSH client; once installed apt-get install ajaxterm and ...
2
votes
1answer
222 views

CNAME to get around same-origin policy?

I'm embedding an application via iframe into a someones site and need to be able to call a few of their javascript functions. Clearly running a top.cart.add() gets blocked by the same-origin policy. ...
1
vote
1answer
570 views

Configure APE-Server on Ubuntu10.10 webserver

I'm having problems configuring my ape-server. First, I reside behind a corporate firewall where our own DNS servers are maintained. I requested a domain name for my server and was provided ...
1
vote
1answer
357 views

Will using Apache's ProxyPass directive on persistent Ajax connections alleviate the connection limit error?

I've got some javascript that keeps a persistent Ajax connection open for each client, and I know that this can cause some serious issues for apache, but not for lighttpd. One thing I learned from ...
0
votes
1answer
71 views

.htaccess to match paramaterized URLS

I am trying to set a cache control header when a browser requsets the following url: www.example.com/php/getData.php?exampleField=exampleValue As even though getData.php is a dynamic page, when the ...
0
votes
1answer
343 views

Submit form to another domain [closed]

I need to access the result of submitting a form to a website. There is a web site where you complete a form and it posts the information using ajax and then tells you if you have their service in ...
1
vote
2answers
350 views

TIME_WAIT Info (reduce)

I have a ajax application that makes a request every 3 seconds, the requested page sets the header to (header("Connection: Keep-Alive, close");) then performs a database query and returns the latest ...
0
votes
2answers
268 views

Block access to every file in the site but index.htm in Nginx

I have a site with just one file: index.htm which have some ajax linked to php files. I'd like to make those php files only accessible via ajax (post and get) coming from this index file and block ...
0
votes
1answer
602 views

IIS 7 returning 400 Bad Request on POST

Greetings, i am trying to POST data in a MVC 3 application to a server running IIS 7 using jquery ajax. When i post normally to the server, everything works ok, just when i post with ajax the server ...
0
votes
0answers
519 views

unable to get JSon response from YUI AJAx call to Java action class

I am making a YUI AJAX call from my JSP as var oConnect = YAHOO.util.Connect.asyncRequest('GET', sUrl, callback); The URL specified is var sUrl = ...
0
votes
1answer
349 views

PHP+AJAX with MySQL - Query every 2 seconds, too many in TIME_WAIT

I have a basic HTML file, using jQuery's ajax, that is connecting to my polling.php script every 2 seconds. The polling.php simply connections to mysql, checks for ID's newer than my hidden, stored ...
0
votes
1answer
414 views

Apache 2 on Ubuntu returning 500 with no known cause?

NOTE: This question has been resolved! Please see below for the solution in my case if you are having a similar issue! Background: This is a PHP/MySQL based, database driven application that makes ...
0
votes
2answers
736 views

Setting up ajaxterm with apache

I have ajaxterm running in my localmachine. I want to access it from remote machines (virtual machine) I mainly followed this http://www.tbaumi.de/blog/?p=585 tutor https://localhost/ajaxterm ...
2
votes
1answer
2k views

AJAX Push Engine: Can't contact APE Server

I'm trying to set up the AJAX Push Engine (APE) on my Mac, running Mac OS X 10.6.4 and Apache 2.2.14 When I run the APE server, this is the output: Hristo$ sudo ./aped Password: _ ___ ___ ...
0
votes
1answer
100 views

Ajaxterm with multiple users

With Ajaxterm (http://antony.lesuisse.org/software/ajaxterm/), is it safe to allow multiple users to access the same "instance" of it? The program that Ajaxterm would run would do its own ...
3
votes
2answers
527 views

POST Fail via AJAX Request?

I can't for the life of me figure out why this is happening. This is kind of a repost (submitted to stackoverflow, but maybe a server issue?). I am running a javascript log out function called ...
3
votes
2answers
635 views

Proven and Scalable Comet Server

What is the most proven, scalable comet server solution out there that can handle up to 100.000 real-life connections per node using HTTP streaming (not long-poll)? It must be a free, preferably ...
1
vote
1answer
75 views

Capabilities and pricing of Amazon's cloud computing platform? [closed]

I'm finding it very hard to estimate how much my web application might cost running in Amazon's cloud? My app is similar to stackoverflow.com - asp.net, ajaz, sql database. Can anyone estimate how ...
-1
votes
2answers
186 views

Is this http server's issue?

<?php ob_start(); echo 'test'; ob_end_flush(); flush(); sleep(10); I tried to output response for ajax request before the connection finishes,but not working--it will wait 10 ...
0
votes
1answer
268 views

TIBCO AMS vs. Lighstreamer

What's the difference between TIBCO AMS and Lightstreamer? Aren't they the same? Has TIBCO acquired Lightstreamer? Which one will you prefer?
0
votes
1answer
1k views

Setting up Ajax Push Engine (APE) to play nice with Apache

I'm trying to setup Ajax Push Engine (http://ape-project.org) on a CentOS server. I've installed the APE Server and verified that it is running correctly. I setup a subdomain on a separate IP, but I ...
1
vote
2answers
474 views

CNAME/AJAX subdomain point to domain

Could anyone let me know how to use a subdomain for ajax calls to a main domain? I know it requires the use of CNAMES and whatnot, but I'm a bit clueless still. I want to make AJAX calls to ...
4
votes
3answers
3k views

Open source jabber based website “live chat” / “live help” system?

I don't know if this belongs on SF, SU or SO... let's try SF first. I'm looking for a "live help" system for website which uses Jabber/XMPP as a backend... so that website visitors could click a ...