&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
c
0
votes
2
answers
35
views
Makefile error ----> make: *** No rule to make target `mysql.h'
This might sound like a dumb question. But here goes..... I am using a C program called db_access.c which interacts with MySQL (in Ubuntu 10.10 with…
mysql
c
api
makefile
error-message
asked
June 24, 2011 12:56 pm CDT
user676987
0
votes
0
answers
24
views
Issue with Connector/C, can't quite access row data
I believe I had this working before, but I ported my code from C++ to ObjC, and I went from Linux to FreeBSD, and I may have even gone from MySQL…
mysql
c
mysql-connector
asked
June 24, 2011 12:53 am CDT
Nektarios
0
votes
0
answers
35
views
How can we copy an EVP_PKEY which include RSA kye?
I found the function EVP_PKEY_copy_parameters(), which can copy EVP_PKEYs. but some documentations about this function says it can only used for…
c
openssl
x509
privatekey
asked
June 22, 2011 11:47 pm CDT
uping
0
votes
0
answers
53
views
OpenSSL mac undefined symbol
I'm developing a TLSclient for MAC, and I'm having a little building my project on MACOSX (working very well on linux) and most particulary in using…
c
osx
openssl
asked
June 22, 2011 7:59 am CDT
yachiro
0
votes
4
answers
31
views
Why is this code in nginx not causing buffer overflow?
Quoted from ngx_hash.c : ngx_strlow(elt->name, names[n].key.data, names[n].key.len); Which copies the lower case string to elt->name . Here…
c
nginx
asked
June 22, 2011 7:45 am CDT
Je Rog
1
vote
2
answers
28
views
SQL IF and LEFT JOIN cause database to malfunction
I just encoutered a problem I never had before. When I try my SQL statement in phpmyadmin all is fine. However, once I use it in my c application…
mysql
sql
c
left-join
asked
June 21, 2011 5:31 am CDT
Frank Vilea
0
votes
1
answers
34
views
Libcurl — Keep Connection "open" to Upload Multiple Files (FTP)
I need to upload directories to a FTP server on my application, and plan to use libcurl . I see there is no direct way to upload a directory with…
c
curl
ftp
libcurl
asked
June 20, 2011 8:47 am CDT
sidyll
0
votes
3
answers
33
views
High performance application webserver in C/C++
Is there any high performance (ideally evented and open source) web server in C or C++? I'd like to be able to use it in that it calls a…
c
http
webserver
httpd
asked
June 19, 2011 6:58 pm CDT
luxun
0
votes
1
answer
22
views
Fetch MySQL row result to dynamic array
When a retrieve info from my db fetch_row(result) I want to select from these results and store them in a dynamic array row[i] will be the info a…
mysql
c
asked
June 17, 2011 8:41 am CDT
Jordi Renier
0
votes
2
answers
37
views
How to load a PKCS12 Certificate in OpenSSL programmatically?
In an SSL Server Application based on OpenSSL, how can we load a PKCS12 Certificate programmatically? Also, can I load a PKCS12 Certificate having…
c
ssl
openssl
pkcs12
asked
June 16, 2011 7:27 am CDT
Jay
0
votes
1
answer
28
views
Dual connection to sql server in c code
I'm working on a project in C with MySQL I'm having a problem connection to the MySQL server. First have one time a connection, this works. But now…
mysql
c
asked
June 16, 2011 5:30 am CDT
Jordi Renier
0
votes
0
answers
34
views
What is the best WSGI implementation to use with lighttpd for running both python and c/c++ programs?
I am looking for a WSGI implementation to use with lighttpd, for running both python and c/c++ programs.
c++
python
c
lighttpd
wsgi
asked
June 15, 2011 5:33 pm CDT
Raunak
0
votes
0
answers
31
views
Does one nginx worker process handle two requests concurrently or one by one?
The really cool part about the filter chain is that each filter doesn't wait for the previous filter to finish; it can process the previous filter's…
c
nginx
pipeline
asio
epoll
asked
June 15, 2011 2:50 am CDT
cpuer
0
votes
2
answers
22
views
Indicate to a C application a MySQL column value change
I have a C application that should do some processing based on a particular value of a certain column in a MySQL table. The said column though is…
mysql
c
asked
June 14, 2011 1:22 pm CDT
Divya
0
votes
4
answers
26
views
Regular Expression in C
I'm trying to match a string "123,1234" using regex.h. Following pattern does the job: "^[0-9]\{1,\},[0-9]\{1,\}$" If I'm giving it as a commandline…
c
regex
asked
June 14, 2011 11:16 am CDT
Dulanja
0
votes
0
answers
42
views
SQLite3 and pre-sorting an fts4 virtual table
Suppose I have an SQLite3 database with a single virtual table which is "very large" and created using fts4. When querying this table with SELECT...…
c
sqlite
optimization
sorting
fts
asked
June 13, 2011 9:21 am CDT
SK9
0
votes
2
answers
30
views
Error detection in C client program connecting MySQL.
My C client program connects with MySQL server. I can connect, but the problem arises when I try to implement error detection codes. If I do the…
mysql
c
error-handling
asked
June 13, 2011 9:03 am CDT
user676987
0
votes
1
answer
43
views
Daily tasks in Apache Server
I'm writing some apache (2.2) modules in C and I'm pretty new at it, so I was wondering: I want to make a daily task. One that will read a file and…
c
apache
scheduled-tasks
apache-modules
asked
June 13, 2011 6:59 am CDT
user795810
1
vote
0
answers
30
views
Global variables in Apache Server
I'm writing some apache (2.2) modules in C and I'm pretty new at it, so I was wondering: I need to know if it's possible to create a global variable…
c
apache
apache-modules
asked
June 13, 2011 6:26 am CDT
user795810
1
vote
3
answers
40
views
SQLite3 and limiting the number of results
Is there a clean way to limit the number of hits from an SQLite3 SELECT statement? For example, I might query with SELECT * FROM myTable WHERE…
c
query
sqlite
sqlite3
limit
asked
June 13, 2011 5:04 am CDT
SK9
Pages
:
1
|
2
|
3
|
4
|
5
>
[13]
241
c
Tagged:
c
Related Tags
openssl
× 57
mysql
× 53
c++
× 35
http
× 30
regex
× 24
sqlite
× 19
linux
× 17
apache
× 14
dns
× 11
ssl
× 9
postgresql
× 8
sqlite3
× 8
objective-c
× 8
java
× 8
sql
× 7
sockets
× 7
networking
× 7
cryptography
× 7
libcurl
× 6
encryption
× 6
ftp
× 5
nginx
× 5
aes
× 5
windows
× 4
homework
× 4
api
× 4
server
× 4
x509
× 4
key
× 4
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy