The ajax tag has no wiki summary.
0
votes
0answers
28 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
27 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
139 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
89 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
62 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
86 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
25 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
0answers
159 views
Strange SSL Apache2 “pending” hang with AJAX POST queries
I have set up 2 apache servers, one for 80 port and second for 443 HTTPS. The same domain is accessible via http://www.domain.com and https://www.domain.com. HTTPS seems to work fine, if I access the ...
0
votes
0answers
125 views
nginx/fastcgi: rewriting for AJAX
I am trying to convert a large Apache application to nginx, and have run into a minor snag involving AJAX pagers and rewrites.
The original Apache .htaccess rewrite rule follows:
RewriteCond $1 ...
0
votes
1answer
324 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
189 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. ...
0
votes
0answers
318 views
Unable to configure APE (ajax push engine) server correctly
I downloaded ape from the ape-project.org then used the rpm to install it (I am using CentOS 5.5).
I started ape (no errors) then used ps -A|grep ape to see if is running. Seems alright. Then I ...
0
votes
1answer
457 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
334 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
60 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
324 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
258 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
219 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
483 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
401 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
322 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
332 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
616 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
1k 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
91 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
480 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
569 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
73 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
175 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
254 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
921 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
446 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 ...