proxy enabled apache1.3.31

2004-08-10 Thread g g
Hi,
I am trying to install apache 1.3.31 with proxy module enabled. I am using following option to configure the apache 1.3.31 on aix 5.1 m/c:
./configure --prefix= --enable-module=so --enable-module=proxy
After installation there is no LoadModule directive for mod_proxy in httpd.conf. Also there is no mod_proxy.so file under apache installation.
I also tried to configure using --enable-proxy=shared option, but this option is not recognised on apache 1.3.31. This option worked on apache 2.0.49.
How can I install proxy enabled apache 1.3.31 on aix 5.1. Is there a different option for enabling proxy module in apache 1.3.31.
Regards,
Amit
		Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

Child exiting on trying to access a server home page

2004-06-10 Thread g g
Hi,
 
I have an apache based webserver on which I am loading my web module. I have configured ssl on this webserver. If I load my application module after apache based ssl module, a child process exits on accessing the server home page. I monitered the process id that was exiting on accessing server home page. I attached the pid to dgb & following stack was received:
 
#1  0xc05eed44 in match_headers (r=0x4041e370) at mod_setenvif.c:579#2  0x5b518 in ap_run_post_read_request (r=0x4041e370) at protocol.c:1550#3  0x5939c in ap_read_request (conn=0x400e20d8) at protocol.c:988#4  0x25134 in ap_process_http_connection (c=0x400e20d8) at http_core.c:286#5  0x4fd7c in ap_run_process_connection (c=0x400e20d8) at connection.c:85#6  0x5051c in ap_process_connection (c=0x400e20d8,    csd=0x400e2010 "@\016\037\330") at connection.c:211#7  0x33764 in process_socket (p=0x400e1fd8, sock=0x400e2010, my_child_num=0,    my_thread_num=0, bucket_alloc=0x40305620) at worker.c:661#8  0x34854 in worker_thread (thd=0x400fad90, dummy=0x402e2720 "")    at worker.c:976#9  0xc128aad0 in dummy_worker (    opaque=0x400fad90 "@[EMAIL PROTECTED]@.' @\001\002\232")    at thread.c:127#10 0xc004b168
 in __pthread_body+0x44 () from /usr/lib/libpthread.1#11 0xc0054afc in __pthread_start+0x14 () from /usr/lib/libpthread.1
I am not getting any core file. This stack is got by attaching the pid that exits to gdb debugger.
 
What could be the problwm? Is the problem with apache library or my module. 
 
If I change the order of module loading i.e. LoadModule of ssl library is after my application library, the server page is access properly.
 
Regards,
Gagan
 
 
 
		Do you Yahoo!?Friends.  Fun. Try the all-new Yahoo! Messenger

Re: mod_proxy.so in Apache 2.0.49

2004-06-02 Thread g g
Hi Sander,
 
Thanks alot. The option suggested by you worked fine.
 
Regards,
GaganSander Temme <[EMAIL PROTECTED]> wrote:
On Jun 1, 2004, at 5:29 PM, g g wrote:> Any pointers to why mod_proxy.so module is not getting generated in > apache2049 on AIX. I am building the source code with required > options.>> 1)configure --prefix= --enable-so --enable-proxyTry --enable-proxy=shared as option. This makes --enable-so superfluous, since it's required to enable the proxy as a shared module. You may also want the --enable-proxy-http=shared , --enable-proxy-ftp=shared and --enable-proxy-connect=shared options, depending on your needs.This mailinglist is focused on development of the Apache web server, not compiling, installing and using it. Try the users mailinglist for this kind of question. You can find that through http://httpd.apache.org/lists.html .S.-- [EMAIL PROTECTED]
 http://www.temme.net/sander/PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF> ATTACHMENT part 2 application/pkcs7-signature name=smime.p7s
		Do you Yahoo!?Friends.  Fun. Try the all-new Yahoo! Messenger

Re: mod_proxy.so in Apache 2.0.49

2004-06-01 Thread g g
Hi,
 
Any pointers to why mod_proxy.so module is not getting generated in apache2049 on AIX. I am building the source code with required options.
 
Please advise,
Gagang g <[EMAIL PROTECTED]> wrote:

Hi All,
 
I am trying to install Apache 2.0.49 on AIX 5.2 with proxy module enabled. I am build the source code using following options:
 
1)configure --prefix= --enable-so --enable-proxy
 
2)make
 
3)make install
 
After the installation is complete, if we try to look for proxy module i.e. mod_proxy.so under modules folder of pache 2049 installation, we can't see the module. There are no .so files under modules directory. I also tried to look for the module library under whole apache installation. I couldn't find the proxy module library.
 
Is there a separate way of installing proxy enabled apache 2.0.49?
 
How can generate the proxy module?
 
Regards,
Gagan


Do you Yahoo!?Friends. Fun. Try the all-new Yahoo! Messenger
		Do you Yahoo!?Friends.  Fun. Try the all-new Yahoo! Messenger

mod_proxy.so in Apache 2.0.49

2004-05-31 Thread g g
Hi All,
 
I am trying to install Apache 2.0.49 on AIX 5.2 with proxy module enabled. I am build the source code using following options:
 
1)configure --prefix= --enable-so --enable-proxy
 
2)make
 
3)make install
 
After the installation is complete, if we try to look for proxy module i.e. mod_proxy.so under modules folder of pache 2049 installation, we can't see the module. There are no .so files under modules directory. I also tried to look for the module library under whole apache installation. I couldn't find the proxy module library.
 
Is there a separate way of installing proxy enabled apache 2.0.49?
 
How can generate the proxy module?
 
Regards,
Gagan
		Do you Yahoo!?Friends.  Fun. Try the all-new Yahoo! Messenger

apache server not starting

2004-04-02 Thread g g
Hi,
 
I have an application running on apache 1.3.x on Solaris 9. When i try to start apache webserver using apachectl start, webserver fails to start. The message is as below:
 
../bin/apachectl start: httpd could not be started
 
On looking for error on apache/logs/error.log file, following error was shown:
 
Cache failed to initialize.  Semget failed.
 
Is this related to some configuration issue or m/c system parameter issue?
 
Please advise.
 
AmitDo you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

apache dumping core

2004-03-31 Thread g g
Hi,
 
I have an application that uses apache 1.3.x. When I try to run Apache in single user mode i.e. httpd -X, on doing apachectl start, I am getting core. The bact trace of core is as below:
#0  0xfe975a38 in Perl_share_hek () from /export/home/Apache/libexec/libperl.so(gdb) bt#0  0xfe975a38 in Perl_share_hek () from /export/home/Apache/libexec/libperl.so#1  0xfe97297c in Perl_hv_store () from /export/home/Apache/libexec/libperl.so#2  0xfe8e3208 in S_init_postdump_symbols () from /export/home/Apache/libexec/libperl.so#3  0xfe8de328 in S_parse_body () from /export/Apache/libexec/libperl.so#4  0xfe8dd134 in perl_parse () from /export/home/Apache/libexec/libperl.so#5  0xfe8ad7cc in perl_startup () from /export/home/Apache/libexec/libperl.so#6  0xfe8b4394 in perl_cmd_module () from /export/home/Apache/libexec/libperl.so#7  0x1fef8 in invoke_cmd ()#8  0x203fc in ap_handle_command ()#9  0x204d4 in ap_srm_command_loop ()#10 0x2094c in ap_process_resource_config ()#11 0x21660 in ap_read_config ()#12 0x3159c in standalone_main ()#13 0x32328 in main ()
 
What could be the issue with my apache server. Is this a configuration issue or problem with my application??
 
Regards
AmitDo you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.

Apache debug mode (httpd -X) dumping core

2004-03-22 Thread g g
Hi All,
 
I have an application using apache 1.x on Linux AS30. When I start apache using ./apachectl start or startssl, it works fine. If i try to run apache in debug mode i.e. httpd -X, then my application gives following error:
[EMAIL PROTECTED] bin]$ ./apachectl start[Tue Mar 23 05:13:54 2004] [warn] Loaded DSO /home/app6/abc.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)./apachectl: line 1: 22548 Segmentation fault  /home/app6/Apache/bin/httpd -X -d /home/app6/Apache./apachectl start: httpd could not be started
 
A core file is generated. Back trace is as below:
 
#0  0xb70303c4 in ?? ()#1  0xb6f7d2d0 in __builtin_vec_new (sz=40) from /usr/lib/libstdc++-libc6.2-2.so.3#2  0xb68a7737 in bt_vector::bt_vector () from /home/app6/bin/libbtunicode.so#3  0xb687541b in AllEncodings () from /home/app6/bin/libbtunicode.so#4  0xb6875f52 in TextEncoding::TextEncoding () from /home/app6/bin/libbtunicode.so#5  0xb686be3a in ExternalEncoding::ExternalEncoding () from /home/app6/bin/libbtunicode.so#6  0xb685da6e in BlockExternalEncoding::BlockExternalEncoding () from /home/app6/bin/libbtunicode.so#7  0xb6873182 in SBCSEncoding::SBCSEncoding () from /home/app6/bin/libbtunicode.so#8  0xb689bd93 in ExternalEncoding::ZapfDingbats () from /home/app6/bin/libbtunicode.so#9  0xb689bde3 in __static_initialization_and_destruction_0 () from /home/app6/bin/libbtunicode.so#10 0xb689be42 in global constructors keyed to ExternalEncoding::ZapfDingbats
 ()   from /home/app6/bin/libbtunicode.so#11 0xb68a09c5 in __do_global_ctors_aux () from /home/app6/bin/libbtunicode.so#12 0xb6858af6 in _init () from /home/app6/bin/libbtunicode.so#13 0xb75f7da1 in _dl_init_internal () from /lib/ld-linux.so.2#14 0xb750ff92 in dl_open_worker () from /lib/tls/libc.so.6#15 0xb75f7b56 in _dl_catch_error_internal () from /lib/ld-linux.so.2#16 0xb750fa0c in _dl_open () from /lib/tls/libc.so.6#17 0xb753bfeb in dlopen_doit () from /lib/libdl.so.2#18 0xb75f7b56 in _dl_catch_error_internal () from /lib/ld-linux.so.2#19 0xb753c456 in _dlerror_run () from /lib/libdl.so.2#20 0xb753bf94 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2#21 0x0807332f in ap_os_dso_load ()#22 0x08051c25 in load_module ()#23 0x08057272 in invoke_cmd ()#24 0x08057540 in ap_handle_command ()#25 0x080575b1 in ap_srm_command_loop ()#26 0x08057cea in ap_process_resource_config
 ()#27 0x08058486 in ap_read_config ()#28 0x08064820 in standalone_main ()#29 0x08065234 in main ()
 
Please let me know why apache is dumping core in debug mode??
 
Regards,
AmitDo you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.