Re: [us...@httpd] How to maintain session with CGI C++

2009-08-27 Thread Jaikishan Jalan
: > Jaikishan Jalan wrote: > >> Hello, >> >> I was wondering if somone could point me as to how to maintain sessions >> with CGI scripts in C++. >> > > Same as with CGI in any other language (google is your friend). > > But why not use an existing

[us...@httpd] How to maintain session with CGI C++

2009-08-27 Thread Jaikishan Jalan
Hello, I was wondering if somone could point me as to how to maintain sessions with CGI scripts in C++. -- Thanks, Jaikishan

[us...@httpd] Session Module for Apache 2.x server

2009-08-26 Thread Jaikishan Jalan
Hello, I have installed core Apache HTTP server and now want to add session module (setting HTTP Cookie and not at server side) to it. I was wondering from where I can get the module (dso) or may be the source file (module_session.c). It could not locate it under modules folder that comes when you

[us...@httpd] Blocking request to download resource folder.

2009-08-17 Thread Jaikishan Jalan
Hello, I have a folder named resources - which contains all my images and css file etc. I want to make sure that no body can download those resources using a browser by typing directly the URL of that resource. However, at the same time I want my html files to render those resources without any pr

Re: [us...@httpd] Re: Map every request to a single script

2009-08-15 Thread Jaikishan Jalan
After trying out couple of solutions and here is what I did: ScriptAliasMatch ^/(?!index.html).+ "/usr/local/apache2/cgi-bin/test-cgi" So I map every request to my script except those which starts with index.html. I want to keep the default index as index.html , reason being if I make the default

[us...@httpd] Problem configuring cgi

2009-08-14 Thread Jaikishan Jalan
Hello, I am a new user of Apache HTTP server and one of the thing I am trying to do is to map all my request, valid or invalid in a way that a single script, say X (without any extension), gets executed. For this I try to set my Document Root directory to my root directory, say www. I also the D