[EMAIL PROTECTED] error_log not getting created after apachectl start

2007-11-19 Thread ramakrishnaprasad.annasamudram
I have done rm -f * under ServerRoot/logs after apachectl stop.That has http.pid also in that particular path. After that I have started apache apachectl start. I see that there is no error_log under ServerRoot/logs.Why no error_log as well as no access_log.I see that httpd is running.(ps _ef | gr

RE: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page

2007-07-30 Thread ramakrishnaprasad.annasamudram
Hi, Thanks for clearing up the confusion.Yes,we are making the server to redirect to another url.Can we solve the problem prgrammatically.Does the solution in the FAQ still applies to this situation where the user is redirected to a different URL? Thanks, Ramakrishna -Original Message

RE: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page

2007-07-30 Thread ramakrishnaprasad.annasamudram
Hi, Apache version 2.0.53.Linux 32-bit OS. Thanks, Ramakrishna From: Graham Frank [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 2:23 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Login page reappearing three times before user is redire

[EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page

2007-07-30 Thread ramakrishnaprasad.annasamudram
Hi, We are facing a situation where user is getting the login page thrice before redirected to the page after successful login.This behavior is observed with the production server only,test server with which we tested was working fine and redirecting to the correct page after the first login its

[EMAIL PROTECTED] Setting cookies by a website

2007-07-03 Thread ramakrishnaprasad.annasamudram
Hi, We are trying to read the cookie information from the browser settings and act on that information.But we are facing a problem here.The cookie set by our test server webpage is different from the test server of the client,though in effect we both are accessing the same page.The only differen

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread ramakrishnaprasad.annasamudram
--- Begin Message --- Hi, Did you checked whether all the files are under /htdocs directory? Good Luck, Ramakrishna From: Hiep Nguyen [mailto:[EMAIL PROTECTED] Sent: Mon 6/11/2007 7:50 PM To: users@httpd.apache.org Cc: [EMAIL PROTECTED] Subject: RE: [EMAIL PRO

RE: [EMAIL PROTECTED] RE: Apache 2.2.3

2007-06-11 Thread ramakrishnaprasad.annasamudram
--- Begin Message --- Hi, Did you checked whether all the files(.gifs) are under /htdocs directory?Because apache searches for files in .htdocs directory. Any one please tell if i am alos wrong. Good Luck, Ramakrishna From: Kong, Alan [mailto:[EMAIL PROTECTED

[EMAIL PROTECTED] Pool memory allocation - apache

2007-06-08 Thread ramakrishnaprasad.annasamudram
Hi, One more query.Sorry i am new comer to apache. We are trying to create a custom log file by using hook handler apr_hook_open_logs(). We are passing server_rec * and apr_pool_t * to the handler in apr_hook_open_logs(). Then we are allocating memory for our file name holder variable using ca

RE: [EMAIL PROTECTED] How to store loginformation in user specified directory?

2007-05-31 Thread ramakrishnaprasad.annasamudram
Hi, I am sorry to mention my original problem.Our client wants to read logfile path from his custom .conf file which is also placed under conf/ directory.So our problem boils down to this.How to read logfile path from another .conf file not from httpd.conf file? Thanks & regards, Ramakrishn

[EMAIL PROTECTED] How to read environmental variables from httpd.conf files

2007-05-31 Thread ramakrishnaprasad.annasamudram
Hi All, Pardon me if this is a silly question.But i have started using apache just now.I have set an environmental variable in httpd.conf in httpd.conf using SetEnv. I want to read this variable in a program.I understoo that we cannot read using request_rec structure.Is there any apache api t

[EMAIL PROTECTED] How to read Environment variables set in httpd.conf file?

2007-05-30 Thread ramakrishnaprasad.annasamudram
--- Begin Message --- Hi All, Pardon me if this is a silly question.But i have started using apache just now.I have set an environmental variable in httpd.conf in httpd.conf using SetEnv. I want to read this variable in a program.I understoo that we cannot read using request_rec structure.Is t

[EMAIL PROTECTED] How to store loginformation in user specified directory?

2007-05-30 Thread ramakrishnaprasad.annasamudram
Hi, We are facing a tight problem regarding a user requirement to store logfile in user specified directory.We are getting segmentation fault when we are starting apache when we try to use a log file in user defined directory(other than logs/). We used fopen(),fprintf() to write the user spec

[EMAIL PROTECTED] shutting down apache from a 'C' program

2007-05-20 Thread ramakrishnaprasad.annasamudram
Hi, We are trying to shutdown apache server through a 'C' program. We tried calling system("httpd -k stop"). Also we tried to spawn a child process and replace using exec with the "/bin/httpd","-k","stop"). But none of them worked.I am unable to understand the dynamics of apache processes are

[EMAIL PROTECTED] Equivalent of CHttpFilter::GetFilterVersion(pVer) in Apache linux

2007-05-03 Thread ramakrishnaprasad.annasamudram
We are migrating a WebServer Application from IIS to Apache linux.We are unable to find equivalent functions in linux to CHttpFilter::GetFilterVersion(pVer).Also are there any flags in linux apache SF_NOTIFY_ORDER_LOW? Thanks The information contained in this electronic message and any att