Best unofficial Apache Server developers community |
| |||||
| Feb 8, 2012 | |||||
|
Emiretsk |
|
||||
| Tags: | |||||
|
recommended way to query friends or friends of friends in social graph June 16, 2011 03:45:43 PM I am working on a web application for getting people together by making it easy to create and discover events, and we'd like to recommend events using elastic search. Events that are attended by friends and/or friends of friends should show up with… find favorite places, common between friends February 6, 2012 05:33:29 AM Hello, I want to select a suitable solution for my problem. The problem is that I have a database with 4 collections: ‘users’, ‘places’, ‘friendships’ and ‘opinions’. Each document of ‘users’ collection, has these properties: ‘id’, ‘name’, … Each… svn commit: r1199169 - in /tomcat/jk/trunk/native: common/jk_shm.c common/jk_util.c common/jk_util.h November 8, 2011 03:52:24 AM Author: mturk Date: Tue Nov 8 09:51:58 2011 New Revision: 1199169 URL: http://svn.apache.org/viewvc?rev=1199169&view=rev Log: BZ47678: Part 1. Make sure shared objects have proper security token Modified: … Need a little regular expression help from my friends... January 4, 2011 05:05:24 PM Folks, I am not a programmer - wish that I were at this point. Regexes are the bane of my existence right now. I am attempting to update /etc/rc.d/init.d/functions on CentOS and RH linux boxes with the .cf-before-edit extension. In this way,… Using last_row_insert() with sqlite3_prepare() and friends. January 18, 2012 08:37:02 AM Using SQLite version 3.7.7.1 (Windows/VS2008). A table has an integer autoincrement primary key, the value of which is being used to feed an R*Tree index. I am attempting to insert data and retrieve the latest row_id() in a compound statement… Deflater#getBytesRead and friends August 2, 2011 08:15:11 AM Hi, one of the main drivers for switching to Java5 was that the methods you use to determine the compressed and uncompressed sizes of data for ZIP archives used to return ints in Java 1.4 and new methods have been added that return longs. I've… New API request: SINTERCOUNT (with friends) April 4, 2011 07:56:43 AM Hi, I have some sets and I want to run intersections on them. But in my current project, I don't really need members of the result set, I only want its cardinality. I can achieve this by using SINTERSTORE. But it creates a key that I don't need… mutual authentication between two server March 14, 2011 08:58:37 AM Hi folks. Can I have a mutual Authentication using digital certificates between an Apache server and a Tomcat server? Regards, Jorge. allow mutual authentication with ssl certificate August 22, 2011 10:13:43 AM Hi, I have a running mail server with postfix, which implements TLS support and SASL for authentication. I'm looking forward how to authenticate a smtp client thanks to his own certificate (eg i would like to create a self signed certificate for… Re: Help with mutual authentication using ActiveMQ 5.3 May 25, 2010 05:28:28 PM Thank you James. I am able to get over the orginal exception I report after commenting out the Jetty.xml import in ActiveMQ. Thanks for your pointer. That helped. But now to the next big problem in the same chain - As ever, all your help is… tomcat mutual authentication doesn't work August 19, 2010 03:36:03 PM Hi All, I am trying to setup mutual authentication for an app in tomcat/webapps/ folder. I have done the following to create a Trust Store for Tomcat 6.0 to use: I created the keystore and truststore too. keystore has a PrivateKeyEntry and… Mutual Authentication for code first approach August 12, 2011 05:18:29 AM Hi, My project required to protect web services by mutual authentication (digital certificate with SSL). We are using 'code first' approach with CXF 2.4.1 and deploy server to Websphere 7. From the CXF site, it only has sample and document for… DO NOT REPLY New: Server and client mutual authentication June 25, 2010 10:47:56 PM https://issues.apache.org/bugzilla/show_bug.cgi?id=49507 Summary: Server and client mutual authentication Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Windows XP Status:… Mutual threads causes Deadlock with MongoDB - Ruby May 30, 2011 06:54:15 PM This is a multi-part message in MIME format.Hello. In my Ruby project ( with mongo from gem ), i had to create some concurrent threads to search for data on MongoDB storage. I have created a Ruby global var with my connection: … SSL Mutual Authentication Code worked in 4.0.1 but fails in 4.1 March 7, 2011 05:24:35 PM I have a server with a self signed certificate. I've created a java key store (trustStore) which includes that server in the trust store. I have a keystore which includes my certificate and private key. My certificate was signed by the server.… hi, friends. are there any performance tuning materials for postgreSQL recommended? October 24, 2011 10:06:27 PM Hi, friends. Are there any performance tuning resouces for postgreSQL recommended, such as ppt, books or articles? Thanks! peng CfP: MySQL & Friends Developer Room at FOSDEM (Brussels, Feb 5-6) November 22, 2010 04:40:14 PM This is an OpenPGP/MIME signed message (RFC 2440 and 3156)Hi there, Just in case you haven't seen this before: we will have a Developer Room titled "MySQL and Friends" at the upcoming FOSDEM Conference in Brussels again, which will provide a venue… Mutual Authentication using Multiple CA's in Apache does not work June 3, 2010 11:02:57 PM Bonjour All Users, My setup has a ROOT CA and 3 level of Sub CA's. I have generated apache web server and client certificates from every the ROOT and Sub CA's. I have configured my APACHE web server for client certificate (mutual)… Created] (ZOOKEEPER-1045) Quorum Peer mutual authentication April 6, 2011 05:02:45 PM Quorum Peer mutual authentication How to get a list of mutual friends February 5, 2011 Hi IM trying to find out how i can get mutual friends im currently having problems thinking this out. I have a table called "users" and this is how… SQL query for finding checkins from friends May 22, 2011 Hi I have the following tables in a PostgreSQL: Categories | Locations | Checkins | Users | Friendships id | id | id | id | user_id name |… Creating a 'users' and 'friends' relationship May 3, 2011 I have 2 tables: _________ ____________ | users | | friends | |_______| |__________| | id | | id_user1 | | nick | | id_user2 | |_______|… Creating Schema for Users with Friends without many to many relationship? February 4, 2011 I'm working on my first Django app and trying to create the models for it but am stuck on how to create what I think should be a simple model… Listing all friends and joining to the users table February 21, 2011 I have a database named 'friends' and it has columns 'user_id' and 'friend_id'. user_id is the invitor and friend_id the recipient. Please note that… Mysql: SELECT all items in common between two users March 2, 2011 i have two tables item_tb | item_id | user_id | --------------------- user_tb | user_id | user_name | ----------------------- in item_tb i have lots… SELECT all items in common between two users on three tables March 3, 2011 I have three tables item_to_user (to store the relations between user and item) | item_to_user_id | user_id | item_id |… Restricting certain users to only their data in a common table June 8, 2011 I'm building a webapp that's being used by a bunch of companies, and I'd like to give them access to the raw MySQL database - but they need to able… SELECT all items in common between two users on FOUR tables March 3, 2011 I have now four tables: item_to_list (to store the relations between list and item) | item_to_user_id | user_id | item_id |… MySQL query to list common values between 2 users March 9, 2011 This table lists events and users that are attending the event : User Event Joe Movie Joe Mall Jill Mall Joe Drinking Jenn Drinking Jill Drinking… Mysql - finding users who login from the same ip April 4, 2011 hi all, I'm running a dating site and i want to find out which users have more than one profile. i have a userlog table with (userid, ip address)… MySQL: Finding users with similar interests February 6, 2011 Hi people, I have 2 tables in my SQL db: Users : id | email | religion | politics Interests : id | user_id | interest_name Given a user1 id, what is… Finding all users within X miles calculation via mysql is slow March 2, 2011 I'm having trouble with this query. It takes about 5 seconds to run against ~300 users. I assume it's because it's calculating the distance for… DB Design help for friends-friends application December 25, 2010 Hi While writing this question I found the link as Related Question. my question is, is there any better approach because Read Operation could be… "friends of friends" like sql query April 26, 2011 Hi. I am building an application where users can connect with each other (something like friends in any social network). I am saving that… Friends of friends in mongodb February 3, 2011 Hi Is there a way to do something like friends of friends in mongodb... In mysql it was select friend_id from friends where user_id IN (select… Debugging mutual-authentication SSL handshake June 10, 2011 I've got a load balancer that is configured for mutual-authentication SSL. As far as I'm aware, the load balancer has been configured with an… SQL query for mutual visited places April 27, 2011 Hey, I'm working on a project for my University with Rails 3/PostgreSQL, where we have Users, Activities and Venues. An user has many activities,… Web services mutual authentication (Apache CXF 2.4.0) June 22, 2011 I am trying to set-up mutual authentication between a web service client (Apache CXF 2.4.0) and a web service running on Tomcat. The server is… WCF and SSL Mutual Authentication 403 - Forbidden: Access is denied. April 6, 2011 Hi, I have created a wcf data service and expose it over HTTP, with SSL required. I am trying to have a setup where both the service and the clients… | |||||
(50 lines) Feb 8, 2012 10:21
(72 lines) Feb 8, 2012 11:02
(98 lines) Feb 8, 2012 11:20
(83 lines) Feb 13, 2012 11:36
(133 lines) Feb 13, 2012 12:56
(180 lines) Feb 13, 2012 15:35
(139 lines) Feb 13, 2012 13:21
(255 lines) Feb 13, 2012 16:12
(338 lines) Feb 14, 2012 12:11
(316 lines) Feb 17, 2012 12:08
(422 lines) Feb 17, 2012 13:08
(303 lines) Feb 17, 2012 12:29
(50 lines) Feb 8, 2012 10:21
(72 lines) Feb 8, 2012 11:02
(98 lines) Feb 8, 2012 11:20
(83 lines) Feb 13, 2012 11:36
(133 lines) Feb 13, 2012 12:56
(180 lines) Feb 13, 2012 15:35
(180 lines) Feb 13, 2012 15:35
(139 lines) Feb 13, 2012 13:21
(255 lines) Feb 13, 2012 16:12
(338 lines) Feb 14, 2012 12:11
(316 lines) Feb 17, 2012 12:08
(422 lines) Feb 17, 2012 13:08
(303 lines) Feb 17, 2012 12:29
(255 lines) Feb 13, 2012 16:12
(338 lines) Feb 14, 2012 12:11
(316 lines) Feb 17, 2012 12:08
(422 lines) Feb 17, 2012 13:08
(422 lines) Feb 17, 2012 13:08
(303 lines) Feb 17, 2012 12:29