Re: Apache under Cygwin

2003-03-20 Thread Stipe Tolj
Andrew DeFaria wrote: > > In playing with this I jump on the server and start killing the children > and reattempting either a web page connect or a telnet connection. > Usually before I kill all of the children the web server responds and > all is fine. However, needless to say, this is not how I

Re: Apache under Cygwin

2003-03-20 Thread Stipe Tolj
Andrew DeFaria wrote: > What could I do to help? > > This sucks. It means I need to go back to Apache for Windows... definetly. I'd like to see this resolved more then anyone else :| Ok, I guess you have the latest cygwin version running, right?! First thing would be to get the latest 1.3.27 ve

Re: Apache under Cygwin

2003-03-20 Thread Stipe Tolj
> In a VMWare virtual machine I had cygwin 1.3.9 and there it built and > worked just fine. hmm, one of my machines run cygwin-1.3.10-x and very cleanly with all apache versions. > The fact that the older version ran fine doesn't go very well with > my initial theory that it's something in the DL

Re: Apache and PHP 'out of the box' on Cygwin

2003-03-23 Thread Stipe Tolj
> $ /usr/sbin/apachectl start > Syntax error on line 237 of /etc/apache/httpd.conf: > Cannot load /usr/lib/apache/libphp4.dll into server: dlopen: Win32 error 31 > /usr/sbin/apachectl start: httpd could not be started this is should be the "rebase problem" with depending DLLs. Please beware that I

Re: cygwin apache with php - how to connect to database

2003-06-02 Thread Stipe Tolj
Hi Cary, Cary Lewis schrieb: > > I am attempting to use the Cygwin version of the Apache web server in a > dynamic database system. > > > > Cygwin and apache with mod_php work fine. > > > > But the database functions odbc_connect produces a undefined function error. > > > > Where can I f

Re: apache cygwin package hangs when MaxRequestsPerChild reached!

2003-06-02 Thread Stipe Tolj
Hi Christopher, "Christopher B. Liebman" schrieb: > > It seems that there is a bug somewhere in the server pool handling in apache > under cygwin, When MaxRequestsPerChild is reached it hangs! Repeat by > setting MaxRequestsPerChild to 5 and making sequental requests... the 6'th > times out. I

Re: Problem with accept?!! (was: Re: apache cygwin package hangs when MaxRequestsPerChild reached!)

2003-06-02 Thread Stipe Tolj
Hi Christopher, "Christopher B. Liebman" schrieb: > > Ok, after some investigation I am starting to think that the issue is with > the behavior of accept(). When the apache main forks off its pool of worker > procs, each one calls accept() on the socket file descriptor. What I have > found is t

Re: Problem with accept?!! (was: Re: apache cygwin package hangs when MaxRequestsPerChild reached!)

2003-06-03 Thread Stipe Tolj
Corinna Vinschen schrieb: > > On Sun, Jun 01, 2003 at 04:17:06PM -0700, Christopher B. Liebman wrote: > > Ok, after some investigation I am starting to think that the issue is with > > the behavior of accept(). When the apache main forks off its pool of worker > > procs, each one calls accept() o

Re: Problem with accept?!! (was: Re: apache cygwin package hangs when MaxRequestsPerChild reached!)

2003-06-03 Thread Stipe Tolj
"Christopher B. Liebman" wrote: > > Bingo! ***much*** better. It will be intresting to get some feedback > from someone who is running an active web server with apache/cygwin. I do, but it's on top of Cygin 1.3.10-2 because of that damn reason. If I can confirm the fix, I'll upgrade to late

Re: Problem with accept?!! (was: Re: apache cygwin package hangs when MaxRequestsPerChild reached!)

2003-06-03 Thread Stipe Tolj
"Christopher B. Liebman" wrote: > > Bingo! ***much*** better. It will be intresting to get some feedback > from someone who is running an active web server with apache/cygwin. I definelty can *confirm* this has fixed the *long outstanding apache hanging problem* :) puh, I thought rea

Re: Problem with accept?!! (was: Re: apache cygwin package hangs when MaxRequestsPerChild reached!)

2003-06-03 Thread Stipe Tolj
BTW, I guess this is a good reason for having Cygwin 1.3.22-2 (or .23-1) released?! I'd like to update then the whole Apache packages, including a fresh php build with additional php modules, etc. Stipe [EMAIL PROTECTED] --- Wapme

Re: Help installing Apache/PHP/MySQL

2003-07-05 Thread Stipe Tolj
Bill McCormick wrote: > > I've got the MySQL Win32 server up and running and recompiled the MySQL > binaries under Cygwin and go a client to work. I need some getting Apache > with the mod_php and mod_auth_mysql installed. The cygwin setup didn't > appear to do it. Starting httpd I get the followi

Re: Who is running Apache2 on Cygwin?

2003-07-11 Thread Stipe Tolj
"Gerrit P. Haase" wrote: > > Hallo, > > It is really interesting that a simple piece > of software like a webserver refuses to run > on Cygwin, well all the other webservers are > running quite well (i.e. every other webserver > I was able to compile), what is so special > with Apache that it mak

Re: apache dies with pppoe

2003-07-23 Thread Stipe Tolj
Carlo Florendo wrote: > > > I think this is a new one. > > > > I'm running Apache behind a nat'd f/w router attached to a dsl modem that > > dhcp's an ip from a pppoe connection. > > > > When the IP address changes, Apache must be restarted. At the moment I'm > > cron'ing a restart - but that's a

Re: apache problems gone with 1.50

2003-07-29 Thread Stipe Tolj
> This is good to hear. Perhaps I will switch from Apache for Windows -> > Apache under Cygwin. Only problem is I also trying to move my web site > over to a Linux box instead - which makes this all kinda moot. However I > do have a friend who wishes to host his web site on a Windows box and I > am

Re: apache problems gone with 1.50

2003-07-30 Thread Stipe Tolj
Sam Edge wrote: > > Andrew might want to consider compiling Cygwin-Apache with the native > Winsock option. This way it still lives in the Cygwin file system > space so has the POSIX/Linux style configuration files but bypasses > the Cygwin Berkeley->Winsock socket API translation. Apparently this

Re: upgrading - apache fails

2002-11-01 Thread Stipe Tolj
> I've been upgrading to cygwin 1.3.14-1. After the update the apache > web server won't start up again. The /var/log/apache/error_log > contains: > > [Thu Oct 31 22:24:51 2002] [notice] Apache/1.3.24 (Cygwin) configured -- resuming >normal operations > [Thu Oct 31 22:24:51 2002] [notice] Accept

Re: Apache doesn't run anymore with 1.3.14

2002-11-01 Thread Stipe Tolj
Christopher Faylor wrote: > > On Fri, Oct 25, 2002 at 03:24:19PM +0200, Javier wrote: > >We-ell... Here I am experiencing problems, of a different sort, too! > > > >DEVELO~1> uname -a > >CYGWIN_NT-5.0 UNO 1.3.14(0.62/3/2) 2002-10-24 10:48 i686 unknown > >DEVELO~1> /usr/sbin/apachectl start > >C:\c

Re: Apache doesn't run anymore with 1.3.14

2002-11-01 Thread Stipe Tolj
> :-) I don't understand why httpd.exe tries to load cygxml2-2.dll > Very strange. the xml2 dependency is coming from mod_php. PHP is compiled with libxml2 support. That's why httpd tries to load the DLLs. > My problems disappeared: > I recompiled Apache and after switching from one cygwin1.dll

Re: Apache doesn't run anymore with 1.3.14

2002-11-01 Thread Stipe Tolj
Ralf Habacker schrieb: > > > Why does apache tries to load cygxml2-2.dll? > > > > the php module uses this dll. yep, Ralf is an eagle eye! :)) Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: Apache doesn't run anymore with 1.3.14

2002-11-01 Thread Stipe Tolj
> And after some output, I did > > public_html> /usr/sbin/apachectl start > /usr/sbin/apachectl start: httpd started > > So that was it!! :) > > Thanks a lot for the pointers and tips; I wouldn't have been able to > solve it that's why I included the rebasing issue in /usr/doc/Cygwin/apache* Yo

Re: Apache doesn't run anymore with 1.3.14

2002-11-01 Thread Stipe Tolj
> The absolute base address isn't the most important thing, the only thing which > is important to find a base address which isn't used by one of the applications > loaded dll's. yep, shouldn't we enforce some bash script that can detect such a "free" base address or modify Jason's rebase. BTW, c

Re: Apache doesn't run anymore with 1.3.14

2002-11-05 Thread Stipe Tolj
Ralf Habacker wrote: > > A first step in this direction is the list option -l which I have added to the > kde-cygwin's rebase, which is a fork of jason's one. any URL pointers? I'd like to check that in a free nano-second I get in the upcoming infinity :)) Stipe [EMAIL PROTECTED] --

Re: PostgreSQL, Apache and PHP

2002-11-14 Thread Stipe Tolj
> before you are able to use php scripts which connect to a pgsql DB (of > course phpPgAdmin will do so) it is necessary to configure this module with > the appropriate flag (--with-pgsql) plus recompilation. this has been done for the php-4.2.0-1 release. PostgreSQL should be supported by PHP, ev

Re: 3rd time lucky? Apache startup woes

2002-11-14 Thread Stipe Tolj
Gary Stainburn wrote: > > Hi all, > > I've not received any replies to this one yet. Can anyone help, or at least > point me at some resources that may. > > I'm getting a bit desperate now cos I've got to get this working by Sunday so > I can do a demo at the AGM of a charity I'm involved in, s

Re: PostgreSQL, Apache and PHP

2002-11-15 Thread Stipe Tolj
Ralf Habacker schrieb: > > > > before you are able to use php scripts which connect to a pgsql DB (of > > > course phpPgAdmin will do so) it is necessary to configure this module with > > > the appropriate flag (--with-pgsql) plus recompilation. > > > > this has been done for the php-4.2.0-1 relea

Re: PostgreSQL, Apache and PHP

2002-11-15 Thread Stipe Tolj
> > Did you compile it on your own from a official source tree or > > recompiled the cygwin patched tree that is included in the distro? > > > The second. so I guess there are some recent changes in the postgresql packages that break my (old) php build?! Anyway, I'm anyway preparing for a new rel

Re: 3rd time lucky? Apache startup woes

2002-11-19 Thread Stipe Tolj
> Anyone got any ideas? Just to remind everyone, I'm running all the latest > version packages on WinME running on an Advent 7352 laptop. > > $ ./rebase.sh > ReBaseImage(C:\cygwin\home\gary\usr\X11R6\bin\libdps.dll,67ff) failed with > last error = 6 > > gary@LADVENT ~ > $ /usr/sbin/apachectl

Re: 3rd time lucky? Apache startup woes

2002-11-23 Thread Stipe Tolj
what does ssp do?! Haven't seen about that beast before. Could someone enlight me please?! Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAI

Re: apache 1.3.27 on cygwin 1.3.16-1

2002-11-27 Thread Stipe Tolj
Hi Paul, Paul Nolan schrieb: > > Hi, > I found your web site while looking for a reason why > apache doesn't work properly on the latest cygwin version, > actually I don't think it worked properly on cygwin 1.3.12 either. it works, but not stable as my experiences have shown. I got http://apache

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2002-11-27 Thread Stipe Tolj
Hi Paul, first thanks for all the debugging information. > I've just updated my copy of cygwin to 1.3.16-1 and have found > that apache does not rotate through the running processes anymore > it just serves from the one process. > This can results in "page not found errors" > > The version of cy

Re: Apache+PHP on WinME - was Re: 3rd time lucky? Apache startup woes

2002-11-27 Thread Stipe Tolj
> I've had no luck getting anywhere with this. I asume that the info I provided > below was of no use to anyone. > > Can anyone suggest any additional evidence I can collect? > One suggestions was to start httpd within gdb. Can anyone point me at any > instructions on how to do this. gdb should

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2002-11-27 Thread Stipe Tolj
Corinna Vinschen schrieb: > > On Wed, Nov 27, 2002 at 05:55:10PM +0100, Stipe Tolj wrote: > > > I guess the main apache process that is suppose to arbitrate the > > > requests is not working properly with cygwin 1.3.16-1 > > > > > > Has anyone else se

Re: cygrunsrv and apache

2003-01-15 Thread Stipe Tolj
Jonathan Albrecht schrieb: > > I've been trying to run apache as a service using cygrunsrv. I haven't > changed the httpd.conf and running /usr/sbin/httpd from the command line > works fine. Here is what I have done: > > > cygrunsrv -I apache -d "Cygwin apache" -p /usr/sbin/httpd -a -k -e > "CYG

Re: cygrunsrv and apache

2003-01-15 Thread Stipe Tolj
> Perhaps the package maintainer may wish to take over here... ;-) yep, he'd like, but he's out of time currently, sorrs ;/ Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: cygrunsrv and apache

2003-01-16 Thread Stipe Tolj
Elfyn McBratney wrote: > > Stipe, > > I have the correct permissions (log files owned by system (the SYSTEM user) > and even tried with the config files and modules too) and I was still > getting error 1062. I ended up giving in to the windows version. Is there > any way this can be degugged? If

Re: cygrunsrv and apache

2003-01-16 Thread Stipe Tolj
> Does adding the --nodetach to cygrunsrv (I think that's the correct > spelling ) help? > > I had a similar problem with rsyncd and adding it resolved my > problem. no, the -k flag tells httpd to keep attached to the shell. This is what cygrunsrv expects. > > > cygrunsrv -I apache -d "Cygwin a

Re: cygrunsrv and apache

2003-01-16 Thread Stipe Tolj
Corinna Vinschen schrieb: > > On Thu, Jan 16, 2003 at 10:35:21AM +0100, Stipe Tolj wrote: > > > > > cygrunsrv -I apache -d "Cygwin apache" -p /usr/sbin/httpd -a -k -e > > > > "CYGWIN=ntsec nosmbntsec binmode tty" > > > > I s

Re: cygrunsrv and apache

2003-01-16 Thread Stipe Tolj
> Just try it. Corinna, I'm as busy as you. And if I ask you kindly such a simple question, it's more efficient for both of us to get it answered from you then to make the overhead to try it on my own. When I asked you (and others) to debug an Apache TCP connection problem you were also very pi

Re: cygrunsrv and apache

2003-01-16 Thread Stipe Tolj
> It's a simple getopt thingy: `--option foo' takes foo as argument if > option expects an argument, regardless of first character of the argument. ok, so id does pass. Thanks for pointing this out. > > When I asked you (and others) to debug an Apache TCP connection > > problem you were also very

Re: build php4.3.0 as a module for apache_1.3.27 (Cygwin) fail

2003-01-17 Thread Stipe Tolj
Elfyn McBratney wrote: > > The only way you can build php-apache OOTB (well sort of) is by using the > sources provided with cygwin, downloaded/installed by setup.exe. The source > package contains a few patches and a utility to create the dll which the > stock release (4.3.0) does not contain. >

Re: Apache corrupt big file

2003-01-18 Thread Stipe Tolj
Tetsu KOUNO wrote: > > Hi Cygwin, > > I have a problem with apache. > I found a mail which reports same symptom, in cygwin-apps mailing list (attached > below). However I can not find follow-ups which gives a solution of the problem. sorry, I could never reproduce the reported problem. Seems to

Re: build php4.3.0 as a module for apache_1.3.27 (Cygwin) fail

2003-01-18 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: > > Thanks Elfyn and Stipe. > > I will try a php forum application ( FUDforum 2.3.6 ) on cygwin. The installation ( >install.php ) for this forum need php.exe. > But the sources provided with cygwin, will just install the mod_php4, there is no >php.exe. > So i have to i

Re: Cygwin documentation suggesion: Apache on Cygwin (WWW-link)

2003-01-22 Thread Stipe Tolj
"Jari Aalto+list.cygwin" write: > > > I ran into this link just yesterdat and itäs excellent resource. > May I suggest that this link is added to the README of the Cygwin > Apache /usr/doc/Cygwin/apache-1.3.24-5.README > > http://www.phpfreaks.com/apache_manual/page/cygwin.h

Re: Apache corrupt big file

2003-01-23 Thread Stipe Tolj
Tetsu KOUNO wrote: > > I tried FTP(cygwin inetutils) download for the same file, it was successful. > I think it means Cygwin APIs are okay even with my environment. > It seems Apache specific issue... > Any updates on this issue? no, but that's not an adequate statement. I know that FTP (and ev

Re: Apache corrupt big file

2003-02-02 Thread Stipe Tolj
Tetsu KOUNO wrote: > > (6) ServerType >ServerType inetd ... successful!! >Maybe, same reason to ftp download was successful. > > Any idea? the inetd variant, means that on every incoming TCP connect on port 80 (or whatever you have confiured), inetd will spawn an httpd prozess for that

Re: Apache corrupt big file

2003-02-02 Thread Stipe Tolj
Elfyn McBratney wrote: > > > The problem within the current Apache+Cygwin (normal setup) is within > > the accept() serialization, which means the mechanism that the core > > parent httpd prozess deals with incoming TCP connect and spreads the > > load across the idle child httpd within the scoreb

Re: error Apache with mysql

2003-02-06 Thread Stipe Tolj
Salvo wrote: > > Hi, > If I try to start Apache demon, I get this error: > > "[Thu Feb 6 01:20:14 2003] [warn] Loaded DSO > lib/apache/mod_auth_mysql.dll uses > plain Apache 1.3 API, this module might crash under EAPI! (please > recompile it w > ith -DEAPI) this means you have compiled the mod

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-20 Thread Stipe Tolj
Dylan Cuthbert wrote: > > Any more information on this problem? Anyone solved it? unfortunatly no. I guessed the latest cygwin 1.3.20-x, which included some TCP connection related fixes would be the cure, but it didn't. > server-status makes it obvious what's being said in this thread - ie. the

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Stipe Tolj
Elfyn McBratney wrote: > > Just an update: Apache has been running for over three hours now :-) It's > looking very good that this bug has well and truly died! ::-) so you used the Feb 20, cygwin 1.3.21 snapshot for this?! Stipe [EMAIL PROTECTED]

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Stipe Tolj
> Yup. It's been running now for over six hours. ok, could you load it a bit with apache's 'ab' tool?! and see if it complains with too many failing requests? I'll check this afternoon the new cygwin snapshot. Stipe [EMAIL PROTECTED] -

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Stipe Tolj
Elfyn McBratney wrote: > > > > Yup. It's been running now for over six hours. > > > > ok, could you load it a bit with apache's 'ab' tool?! and see if it > > complains with too many failing requests? > > > > I'll check this afternoon the new cygwin snapshot. > > > > Stipe > > I've attached about

Re: Run Cygwin+Apache+PHP on win98

2003-03-15 Thread Stipe Tolj
> I installed Cygwin on win98se , and I having problems with the execution of > PHP code , because of the security issues of win98 , and would like to ask > is there a way to get > around this , > > Description of the problems > 1. my test.php is as follow : > #!/php/php.exe > phpinfo(); > ?

Re: Apache 2.0.48 installation

2003-12-29 Thread Stipe Tolj
"Gerrit P. Haase" wrote: > > The Makefiles need to be modified, look for the install targets, they > do things like: `cp httpd /target/path/httpd' which doesn't work > without patched versions of the fileutils. Change the Makefiles to > include the suffixes (`cp httpd.exe /target/path/httpd.exe')

Re: HEADSUP: Apache maintainer wanted!

2004-01-20 Thread Stipe Tolj
Corinna Vinschen wrote:> > The apache package is without maintainer for two weeks now. The former > maintainer wasn't able to update the apache package and its related > mod_FOO packages since October, when the last call for update of packages > were made, which still haven't updated to using Ope

Re: 1.0.0 : Installing Apache as a new Service = Win32 error 1062 (Windows XP Pro)

2004-02-26 Thread Stipe Tolj
> According to this doc : > > Installing Apache as a new Service > Use the following statement to install httpd.exe as a new service: > > $ cygrunsrv -I service_name-p /usr/local/apache/bin/httpd.exe [-a > arguments] \ > [-e VAR=VALUE] [-t auto|manual] [-u user] [-w passwd] Where -a is >

Re: rcs 5.7-2 (1) on cygwin

2002-03-05 Thread Stipe Tolj
"Dr. Ing. Dieter Jurzitza" schrieb: > > Dear Mr. Tolj, > today I installed and tested the version of rcs - 5.7-2 - you have been setting > up for the usage with cygwin. > Unfortunately I always get the following message: (NT 4.0 / SP 6) > > ci: RCS/.emacs,v: Permission denied > ci: saved in RCS/

Re: RCS 5.7 and 5.7-2: Patch for potential solution to CR/LF problems

2002-04-13 Thread Stipe Tolj
o this list are accepted. > > The RCS maintainer for Cygwin is Stipe Tolj. I hope that he will consider > your changes. yep, he does :)) st [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-2

[ANNOUNCEMENT] Updated: apache-1.3.24-3

2002-05-02 Thread Stipe Tolj
s the appropriate place. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe to the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the

Re: Problems starting apache, DLL base address conflicts?

2002-05-02 Thread Stipe Tolj
"S. L." wrote: > > > Based upon Jason's pointers, I used the following command to rebase the > > apache dll's, and now it seems to work, > > > [...] > > So this must lead to conclusion that the method of using of the "third > party" ld.exe (the one with auto-import that Stipe recommends -- and a

Re: apache , error in memory allocation vhost_alias DLL

2002-05-06 Thread Stipe Tolj
> P I'm really tired lately > I'm sorry i wanted to say " profile " not path > > also i get an error message when typing the following : > > $ /usr/sbin/httpd > > the error is : > > C:\CYGWIN\USR\SBIN\HTTPD.EXE: *** couldn't allocate memory 0x1(4128768) > for > 'C:\CYGWIN\LIB\APACHE\

Re: Apache mod_autoindex.c buggy?

2002-05-06 Thread Stipe Tolj
"Gerrit P. Haase" wrote: > > I'm using the Cygwin Apache several days now. > I think the mod_autoindex.c module is buggy. > > I have loaded the module and in the httpd.conf section > about fancyindexing icons where the icons are assigned > to the files according to their suffixes I have the > de

Re: Apache with CYGWIN_WINSOCK bug

2002-05-06 Thread Stipe Tolj
"Gerrit P. Haase" wrote: > > Hallo cygwin, > > from > /* > * Define winsock.h and winsock2.h stuff taken from Win32 API in case we > * want to do socket communication in Win32 native way rather then using > * Cygwin's POSIX wrapper to the native ones. These are needed for > * main/buff.c an

Re: [ANN] updated: apache-1.3.24-4

2002-05-07 Thread Stipe Tolj
Paul Stodghill wrote: > > I just ran setup and picked up apache-1.3.24-4 and I noticed that it clobbered my >/etc/apache/httpd.conf! :-/ > > Perhaps you could provide /etc/apache/httpd.conf and >/etc/apache/httpd.conf.package., with httpd.conf.package always being updated, but >httpd.conf onl

[ANNOUNCEMENT] New: various apache modules (including PHP4)

2002-05-10 Thread Stipe Tolj
*** If you want to unsubscribe to the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: [EMAIL PROTECTED] -- Stipe Tolj <[EMAIL PROTECTED]> Department Mana

Re: [ANNOUNCEMENT] New: various apache modules (including PHP4)

2002-05-10 Thread Stipe Tolj
Lapo Luchini wrote: > > > Just for my curiosity's sake: does Apache2 compile under Cygwin or has > many problems to let it work? yes, apache2 compiles and runs under Cygwin, but it's yet *not* supported out-of-the-box. This is on my TODO list for the Apache for Cygwin, so stay tuned ;) BTW, any

Re: [ANNOUNCEMENT] New: various apache modules (including PHP4)

2002-05-10 Thread Stipe Tolj
Charles Wilson wrote: > > Stipe Tolj wrote: > > > BEWARE: Because of various DLL dependencies the PHP4 module needs to > > rebase some Cygwin DLLs on your system. This is usually performed > > while the postinstall script runs for PHP4. > > Note that >

Re: apache PHP segmentation fault

2002-05-17 Thread Stipe Tolj
Sam Edge wrote: > > I've got > AddType application/x-httpd-php .php > in there but there's no AddHandler line. Should there be? no, AddType is enough. the AddHandler is registed while the module dynamically links in. > > Ah ha! I've copied the php.ini-recommended file from a download of

Re: Cygwin/Apache with PHP CGI

2002-05-17 Thread Stipe Tolj
Sam Edge wrote: > > (I appreciate that CGI is a sub-optimal way of using PHP in Apache but > at least this /is/ working for me and allows me to check my code more > easily before uploading to my service provider's Apache/PHP server.) I wouldn't be to hard this way. At least anything else except

Re: Cygwin/Apache with PHP CGI

2002-05-17 Thread Stipe Tolj
Graeme Merrall wrote: > > Sam, your mail keeps bouncing. It makes it hard to want to help you when > you cannot be emailed. > > Sam Edge wrote: > > Instead I've downloaded the latest 4.2.0 Win32 native PHP ZIP file and > > unzipped this into its own directory. > > I have a patched version of PH

Re: Apache/PHP installation puzzle

2003-09-15 Thread Stipe Tolj
... > the system is the a libphp4 of any description to be found and so I can't see > how I can add the LoadModule line to the httpd.conf file. php4 should have been extracted it's library to /usr/lib/apache/libphp4.dll. And LoadModule directives should(?) we already inserted into httpd.conf via a

Re: More Apache/PHP installation puzzles

2003-09-17 Thread Stipe Tolj
> Hello Igor, > > Apologies to the maintainer then - I'm new to these mailing list thingees! no problem, I'm getting all mails with regex "apache" and "php" in subject anyway highlighted ;) BTW, seems like I need to re-install a more recent Cygwin installation on one of my machines and check wha

Re: More Apache/PHP installation puzzles

2003-09-17 Thread Stipe Tolj
Hi Igor, > > The rest remains, I think. The cygcrypto.dll is loaded with the > > openSSL0.9.6 but the default install gives a later version with no > > cygcrypto.dll. > > This is a bug in the "requires:" field for the "mod_php4" package (it > should require "openssl096", not "openssl"). Stipe,

Re: Using authentication under Apache for Cygwin

2003-09-29 Thread Stipe Tolj
> Now that Apache for Cygwin seems to work more reliably I have started > using it as my web server. However authentication (that was working with > Apache for Windows) broke. I'm wondering if this is an Apache for Cygwin > specific problem. > > I used to have this implemented at the server level

Re: Using authentication under Apache for Cygwin

2003-09-29 Thread Stipe Tolj
> With the same non-success. I had cranked up the loglevel in the hopes > that something about the failure would be written to the logs but > nothing is. How can I debug/fix this? Does Apache for Cygwin do any > authentication at all? yes it does (or did ;) at least for a considerable time. I don'

Re: Using authentication under Apache for Cygwin

2003-09-30 Thread Stipe Tolj
> I would tend to agree except this config worked with Apache for Windows. which does not mean that Apache for Cygwin acts the same way as the native Win32 counterpart. I'm not sure if you can use network resource location that way as you can in Apache for Windows. I would guess not. Stipe [EMA

Re: Using authentication under Apache for Cygwin

2003-09-30 Thread Stipe Tolj
Andrew DeFaria wrote: > > Besides I recreated a bare environment and copied my stuff from the > server to /var/www/htdocs/addbug with the same error. at least you're the first reporting this kind of behaviour. Did you try to use the httpd.conf.dist "distribution configuration"? Stipe [EMAIL PR

Re: Fw: cygwin Digest 18 Dec 2001 13:12:55 -0000 Issue 1641

2001-12-21 Thread Stipe Tolj
> I am having a weird problem with cygwin (1.3.6) and Internet Explorer 6.0 > when running a bash shell. > > Internet explorer runs fine and I can surf the web, etc. However when I > close the last IE window, IE crashes with no real apparent error. This does > not occur when cygwin is running. S

Re: Apache/cygwin shutdown problem

2002-01-01 Thread Stipe Tolj
Sami, I CC'ed to cygwin@ instead, since Chris seems to dis-like the fact that we keep this thread in cygwin-apps@. Sami Tikka wrote: > I've now discovered that my failure to shut down Apache has nothing to > do with the cygwin version. I have produced two Apache configuration > files. Start Apa

Re: Apache/cygwin shutdown problem

2002-01-01 Thread Stipe Tolj
Corinna, > > I CC'ed to cygwin@ instead, since Chris seems to dis-like the fact > > that we keep this thread in cygwin-apps@. > > This has nothing to do with Chris personal disliking. Did you read > http://cygwin.com/lists.html? yes I did, I just noted the fact that Chris had this kind of remi

Re: Apache/cygwin shutdown problem

2002-01-02 Thread Stipe Tolj
For those who are interested, a patch with further cygwin support for the 1.3 branch has been submitted to the apache developers list and will be hopefully commited to cvs in a couple of days. You may find the patch in a couple of hours here: http://www.mail-archive.com/dev%40httpd.apache.org/

Re: Anyone got mod_perl working?

2002-01-02 Thread Stipe Tolj
> has anyone out there got mod_perl working under cygwin? I'd love to see your > notes. yes, the module works if compiled in as static version. The shared module DLL version throughs segmentation fault. Further postings are following. Stipe [EMAIL PROTECTED] ---

Re: Apache::Request and Cygwin

2002-01-06 Thread Stipe Tolj
Hi Dan, > Since installing Apache and mod_perl on Cygwin, everything has been working > hunky-dory until, inevitably, I need to use Apache::Request. Unfortunately, > I can't get it to compile, and I've seen posts that have stated that it is > not possible. Has anyone got this working? once again

Re: Webmin on Cygwin

2002-01-12 Thread Stipe Tolj
Lapo Luchini wrote: > > I noticed on http://www.webmin.com/webmin/ that "cygwin 1.3" was a > "supported" platform of webmin... and it is indeed, but it has some > quirks (is that the right word?). yep, webmin support has been introduced by me for the Cygwin platform to the webmin developers. Unf

[ANNOUNCEMENT] New on sources: rcs-5.7-1

2002-01-23 Thread Stipe Tolj
be in the format: [EMAIL PROTECTED] -- Stipe Tolj <[EMAIL PROTECTED]> Department Management Wapme Systems AG, DuesseldorfTechnology Center & Research Lab Germany -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bu

Re: BASH: kill: (388067) - Not owner

2002-01-25 Thread Stipe Tolj
Corinna Vinschen wrote: > > On Fri, Jan 25, 2002 at 02:09:25PM +0100, Sylvain Petreolle wrote: > > Hi, > > > > I installed a few days ago mysql server 3.23.25 for > > Windows (i'm running latest cygwin with Windows ME). > > [...] > > What could I do to solve the problem ? > > Dunno. The MySQL f

Re: New on sources: rcs-5.7-1

2002-02-02 Thread Stipe Tolj
Jason Tishler wrote: > > On Wed, Jan 23, 2002 at 09:21:26PM +0100, Stipe Tolj wrote: > > The Revision Control System (RCS) manages multiple revisions of files. > > RCS automates the storing, retrieval, logging, identification, and > > merging of revisions. RCS is useful

[ANNOUNCEMENT] Updated: rcs-5.7-2

2002-02-02 Thread Stipe Tolj
scribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: [EMAIL PROTECTED] -- Stipe Tolj <[EMAIL PROTECTED]> Department Management Wapme Systems AG, DuesseldorfTechnology Center & Research Lab Germany --

[BUG] inter-process signaling of non-special signals breaks

2002-02-13 Thread Stipe Tolj
Ok, this issue has been addressed by me a couple of times, so I hope you core Cygwin developers don't get borred from me. The bug (maybe it's fixed now, but it has been detected at least from 1.3.1 up to 1.3.7) arises from my work on Apache for Cygwin. Here is the main problem scope: apache's m

Re: [BUG] inter-process signaling of non-special signals breaks

2002-02-14 Thread Stipe Tolj
Corinna Vinschen wrote: > > On Wed, Feb 13, 2002 at 01:12:14PM +0100, Stipe Tolj wrote: > > Ok, this issue has been addressed by me a couple of times, so I hope > > you core Cygwin developers don't get borred from me. > > > > The bug (maybe it's fixed now

Re: [BUG] inter-process signaling of non-special signals breaks

2002-02-14 Thread Stipe Tolj
Corinna Vinschen wrote: > If so, please create a simple testcase. Apache is somewhat big for > a small testcase, isn't it? yes Corinna it is. But the problem is at the first run it seems everything runs fine and then at some point (which I can't predict and even worst can't recreate) the signal