On 16.02.2022 23:34, Scott Wood wrote:
Whenever I try to enable the ssl module in apache2 (original dist version
or custom compiled version) I get the following error:
$ apachectl -k start
[Wed Feb 16 17:29:11.188154 2022] [core:emerg] [pid 47724] (88)Function not
implemented: AH00023: Couldn't
Whenever I try to enable the ssl module in apache2 (original dist version
or custom compiled version) I get the following error:
$ apachectl -k start
[Wed Feb 16 17:29:11.188154 2022] [core:emerg] [pid 47724] (88)Function not
implemented: AH00023: Couldn't create the mpm-accept mutex
(88)Function
On 2021-12-23 08:19, Iyana Garry wrote:
Is there any confirmation that Cygwin software is not impacted by
the Apache Log4J vulnerabilities (CVE-2021-44228, CVE-2021-45046 and
CVE-2021-45105)?
Cygwin neither supports nor packages Java or log4j (Log for Java).
--
Take care. Thanks, Brian Inglis
On 12/23/2021 10:43 AM, Bill Stewart wrote:
On Thu, Dec 23, 2021 at 8:19 AM Iyana Garry wrote:
Is there any confirmation that Cygwin software is not impacted by the
Apache Log4J vulnerabilities (CVE-2021-44228, CVE-2021-45046 and
CVE-2021-45105)?
I'm not sure why there would need to b
On Thu, Dec 23, 2021 at 8:19 AM Iyana Garry wrote:
Is there any confirmation that Cygwin software is not impacted by the
> Apache Log4J vulnerabilities (CVE-2021-44228, CVE-2021-45046 and
> CVE-2021-45105)?
>
I'm not sure why there would need to be any such confirmation. L
Is there any confirmation that Cygwin software is not impacted by the Apache
Log4J vulnerabilities (CVE-2021-44228, CVE-2021-45046 and CVE-2021-45105)?
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https
I just tried the new packages (using the previous build method, with no
circular dependency), and it appears that everything is working properly
again.
Thank you!
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https:/
On 10/18/2021 9:43 PM, OwN-3m-All via Cygwin wrote:
I upgraded both libharfbuzz0 and libfreetype6 to the latest version again,
and the issues are back.
I tested these previous versions for both, and they work:
libharfbuzz0 2.7.4-1 and 2.8.1-1 work
libfreetype6 2.10.4-1 and 2.10.4-2 work
The la
I upgraded both libharfbuzz0 and libfreetype6 to the latest version again,
and the issues are back.
I tested these previous versions for both, and they work:
libharfbuzz0 2.7.4-1 and 2.8.1-1 work
libfreetype6 2.10.4-1 and 2.10.4-2 work
The latest versions of these libs need to be reverted or pro
fixes the problem.
That did fix the problem! I downgraded both and restarted, and now apache
and php works again.
Just to double check, could you upgrade harfbuzz and freetype2 again and see if
the problem comes back? Make sure that there are no Cygwin processes running
and that the _autor
x the problem! I downgraded both and restarted, and now apache
and php works again. Can that change be reverted or fixed so that it
doesn't happen on future installs?
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https:
On 2021-10-17 09:54, Ken Brown via Cygwin wrote:
On 10/16/2021 9:49 PM, OwN-3m-All via Cygwin wrote:
Hopefully I can strace at some point soon and get back to you with the
results.
I have multiple confirmed reports from other people that this no longer
works though. And again, I tried it on th
On 10/16/2021 9:49 PM, OwN-3m-All via Cygwin wrote:
Hopefully I can strace at some point soon and get back to you with the
results.
I have multiple confirmed reports from other people that this no longer
works though. And again, I tried it on three different fresh installs of
different Windows
Greetings, OwN-3m-All!
> I can't seem to get apache via cygwin to work on Windows Server 2019.
My question is tangential to Cygwin: why can't you run native Apache with
native PHP? What Cygwin specific is in your needs?
> Any idea why this is happening or how to fix it?
cygchec
Hopefully I can strace at some point soon and get back to you with the
results.
I have multiple confirmed reports from other people that this no longer
works though. And again, I tried it on three different fresh installs of
different Windows operating systems (with no bloatware or BLODA), and al
On 10/15/2021 4:04 PM, OwN-3m-All via Cygwin wrote:
Downgrading (choosing lower versions) httpd and httpd-mod_php7 didn't
help. Same issue. It appears to be something cygwin specific and not
package related? I don't know...
Running the httpd command under strace might provide a clue. See if
Downgrading (choosing lower versions) httpd and httpd-mod_php7 didn't
help. Same issue. It appears to be something cygwin specific and not
package related? I don't know...
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:
:16.681209 2021] [mpm_prefork:notice] [pid 1825] AH00163:
Apache/2.4.39 (Unix) PHP/7.3.7 configured -- resuming normal operations
[Fri Oct 15 12:24:16.681308 2021] [core:notice] [pid 1825] AH00094: Command
line: '/usr/sbin/httpd -D NO_DETACH'
1 [main] httpd 1830 child_info_fork::abo
> I suggest you disable whatever BLODA
Such as? This is a fresh install of Windows Server 2019 with no additional
apps installed.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscrib
OwN-3m-All via Cygwin writes:
[…]
> \??\C:\OGP64\bin\cygharfbuzz-0.dll: Loaded to different address:
> parent(0x3FE6C) != child(0x60)
> [Thu Oct 14 20:35:18.358045 2021] [mpm_prefork:error] [pid 89] (11)Resource
> temporarily unavailable: AH00159: fork: Unable to fork new process
> 0
> Apache had/has two run modes, pre-forking and threaded. It appears
you're running it in pre-forking mode. Try running it in threaded mode.
This might be controlled by httpd.conf or some other Apache config file.
That is doable, but changing it makes it so that PHP no longer works.
Hi,
OwN-3m-All via Cygwin wrote:
Hi All,
I can't seem to get apache via cygwin to work on Windows Server 2019.
Here is my error log:
0 [main] httpd 1360 child_info_fork::abort:
\??\C:\OGP64\bin\cygharfbuzz-0.dll: Loaded to different address:
parent(0x3FAF6) != child(0xCD)
Hi All,
I can't seem to get apache via cygwin to work on Windows Server 2019.
Here is my error log:
0 [main] httpd 1360 child_info_fork::abort:
\??\C:\OGP64\bin\cygharfbuzz-0.dll: Loaded to different address:
parent(0x3FAF6) != child(0xCD)
[Thu Oct 14 20:21:24.306514
Dear Cygwin community,
I know that my report here is not super helpful, but I'm in a
slightly tight spot, and hope that someone can help me with a
lucky guess?!
I'd like to improve the AppVeyor CI build for the Apache thrift
project for Cygwin. Apache thrift builds and tests on
On 2021-04-09 05:59, Brian S. Wilson via Cygwin wrote:
I got a question for you all. Our cyber security team is yelling at us
to update Apache from 2.4.39 to 2.4.46.
If that website is customer-facing, your cyber security team and your
ops team should be yelling at you for running Apache on
I got a question for you all. Our cyber security team is yelling at us
to update Apache from 2.4.39 to 2.4.46.
If that website is customer-facing, your cyber security team and your
ops team should be yelling at you for running Apache on Cygwin.
If you want to run Apache on Windows, you would
Hi Andy,
On Tue, 6 Apr 2021 at 22:35, Andy Romens via Cygwin wrote:
>
> Hi Cygwin,
>
> I got a question for you all. Our cyber security team is yelling at us to
> update Apache from 2.4.39 to 2.4.46.
If that website is customer-facing, your cyber security team and your
ops
> -Original Message-
> From: Cygwin On Behalf Of bzs
> Sent: 08 April 2021 9:54 PM
> Subject: Re: Questions on how to upgrade Apache
>
>
> c) Seriously consider a pre-built native Windows apache release.
>
> That should pretty much drop-in and if that se
a security measure.*
Is there a reason you are using Cygwin build of Apache?
Can't you use native one?
Perhaps he likes using a Posix like environment and can't use a native
windows Apache installation. I have a similar issue and used the Cygwin
I upgrade apache from sources all the time tho not on cygwin, we use
Linux for that, but the basic idea is the same. My advice, having
looked over other advice here, and your responses:
1. You probably don't want to go to another web server like nginx just
for what you describe.
You would
Greetings, Andy Romens!
> I got a question for you all. Our cyber security team is yelling at us to
> update Apache from 2.4.39 to 2.4.46. I have searched far and wide on the web
> to see if there is a way to do that, but so far nothing has turned up. Any
> idea on how to do this or i
On Thu, Apr 08, 2021 at 11:37:13AM -0500, René Berber via Cygwin wrote:
> On 4/8/2021 10:49 AM, Andy Romens via Cygwin wrote:
>
> > Is there something else Cygwin provides that I should use instead of
> > Apache? Sorry for the elementary questions, I’m still quite new to
> &g
On 4/8/2021 10:49 AM, Andy Romens via Cygwin wrote:
> Is there something else Cygwin provides that I should use instead of
> Apache? Sorry for the elementary questions, I’m still quite new to
> this :)
nginx is an alternative (NGINX Open Source. The open source web server).
Cyg
On 4/8/2021 11:49 AM, Andy Romens via Cygwin wrote:
> Is there something else Cygwin provides that I should use instead of Apache?
> Sorry for the elementary questions, I’m still quite new to this :)
No. Cygwin, at its heart, is a Windows library (.dll file) that, when used,
provides a l
Is there something else Cygwin provides that I should use instead of Apache?
Sorry for the elementary questions, I’m still quite new to this :)
Thanks,
-Andy
On Apr 8, 2021, at 8:33 AM, Stephen John Smoogen wrote:
On Thu, 8 Apr 2021 at 10:02, Andy Romens via Cygwin
mailto:cygwin
On Thu, 8 Apr 2021 at 10:02, Andy Romens via Cygwin
wrote:
> Hi Cygwin (or whoever gets these, I just signed up),
>
> I got a question for you all. I need to update Apache from 2.4.39 to
> 2.4.46. I have searched far and wide on the web to see if there is a way to
> do that, but
Hi Cygwin (or whoever gets these, I just signed up),
I got a question for you all. I need to update Apache from 2.4.39 to 2.4.46. I
have searched far and wide on the web to see if there is a way to do that, but
so far nothing has turned up. Any idea on how to do this or if an updated
package
Got bounced at first, trying just this email…
Hi Cygwin,
I got a question for you all. Our cyber security team is yelling at us to
update Apache from 2.4.39 to 2.4.46. I have searched far and wide on the web to
see if there is a way to do that, but so far nothing has turned up. Any idea on
how
Hi Cygwin,
I got a question for you all. Our cyber security team is yelling at us to
update Apache from 2.4.39 to 2.4.46. I have searched far and wide on the web to
see if there is a way to do that, but so far nothing has turned up. Any idea on
how to do this or if an updated package will get
On 9/3/2020 12:43 AM, Bernd Prager wrote:
All,
While trying to install "pyarrow" and not able to find a distribution package so
far I was trying to compile the Apache Arrow sources from
https://arrow.apache.org/ under CYGWIN_NT-10.0 HW-016990 3.1.5(0.340/5/3).
I tried:
$ mkdir r
All,
While trying to install "pyarrow" and not able to find a distribution
package so far I was trying to compile the Apache Arrow sources from
https://arrow.apache.org/ under CYGWIN_NT-10.0 HW-016990
3.1.5(0.340/5/3).
I tried:
$ mkdir release; cd release/
$ cmake .. -DARROW_JE
6 #include
7
8 #include "../gen-cpp/Calculator.h"
9
10 using namespace std;
11 using namespace apache::thrift;
12 using namespace apache::thrift::protocol;
13 using namespace apache::thrift::transport;
14
15 using namespace tutor
lient cannot
continue. Every client has its own service.
Greetings
Ramund Paulus
> -Ursprüngliche Nachricht-
> Von: Andrey Repin [mailto:anrdae...@yandex.ru]
> Gesendet: Mittwoch, 25. März 2020 12:13
> An: PAULUS, Raimund, TI-ABN; cygwin@cygwin.com
> Betreff: Re: Problems
Supplement to my first email: the ascii-interface is created with libcurses.
> -Ursprüngliche Nachricht-
> Von: Andrey Repin [mailto:anrdae...@yandex.ru]
> Gesendet: Mittwoch, 25. März 2020 12:13
> An: PAULUS, Raimund, TI-ABN; cygwin@cygwin.com
> Betreff: Re: Problems using
Greetings, PAULUS, Raimund, TI-ABN!
> Problems using Qt5 and Apache Thrift
...snip...
> Now i want to implement the interface parts with Qt 5. Here is the new
> program sequence:
> //--
> program starts
Problems using Qt5 and Apache Thrift
For several months i use Apache Thrift 0.11.0 on Cygwin 2.5.2 for data transfer
between Windows boxes and my Linux host. On the Windows boxes a C++-application
serves as a client. The user makes some input on an ascii-interface (created
with libwed) and
On Wed, 24 May 2017 01:56:55 +0200, Michael Enright wrote:
On Tue, May 23, 2017 at 3:59 PM, Michael Lemke wrote:
Lacking further clues I did the trial and error thing and removed some
stuff I thought I didn't need (like GNOME). Not sure yet what I broke but
my Apache is working
Greetings, Michael Lemke!
>> Michael Lemke writes:
>>> Now, how about an answer to my actual question? How do I get the Apache/php
>>> dlls properly rebased? For reference, here's the error again and so is the
>>> attached
>>> cygcheck.out.
>
On Tue, May 23, 2017 at 3:59 PM, Michael Lemke wrote:
>
> Lacking further clues I did the trial and error thing and removed some
> stuff I thought I didn't need (like GNOME). Not sure yet what I broke but
> my Apache is working again. Thanks for the hint that the number of known
On Tue, 23 May 2017 22:17:44 +0200, Michael Lemke wrote:
On Tue, 23 May 2017 22:04:52 +0200, Achim Gratz wrote:
Michael Lemke writes:
Now, how about an answer to my actual question? How do I get the Apache/php
dlls properly rebased? For reference, here's the error again and so i
On Tue, 23 May 2017 22:04:52 +0200, Achim Gratz wrote:
Michael Lemke writes:
Now, how about an answer to my actual question? How do I get the Apache/php
dlls properly rebased? For reference, here's the error again and so is the
attached
cygcheck.out.
How large is your UserVM? You
Michael Lemke writes:
> Now, how about an answer to my actual question? How do I get the Apache/php
> dlls properly rebased? For reference, here's the error again and so is the
> attached
> cygcheck.out.
How large is your UserVM? You don't stand a snowflakes chance in h
Michael Lemke writes:
> Sorry for breaking threading but I am currently not subscribed.
That's a really bad excuse. You can subscribe, but opt out of getting
emails sent to you, then reply via Gmane.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD ad
On Sun, 21 May 2017 22:06:02, "Michael Lemke" wrote:
>
> For some reason I keep getting these problems in my apache installation that
> used to run just fine:
>
>
>2 [main] httpd 1624 child_info_fork::abort: unable to remap zip.dll to
> same address as p
On 21/05/2017 22:06, Michael Lemke wrote:
For some reason I keep getting these problems in my apache installation
that used to run just fine:
2 [main] httpd 1624 child_info_fork::abort: unable to remap
zip.dll to same address as parent (0x13B) - try running rebaseall
[Sun May 21 17
For some reason I keep getting these problems in my apache installation that
used to run just fine:
2 [main] httpd 1624 child_info_fork::abort: unable to remap zip.dll to
same address as parent (0x13B) - try running rebaseall
[Sun May 21 17:54:00.047667 2017] [mpm_prefork:error
On Wed, 2015-07-08 at 12:57 +, Habermann, David (D) wrote:
> I was trying to install the new httpd (apache 2.4) package today, and can't
> seem to find the equivalent of the old /usr/sbin/httpd2-config file (which
> created the Windows service). Does that still exist? If so,
> I was trying to install the new httpd (apache 2.4) package today, and can't
> seem to find the equivalent of the old /usr/sbin/httpd2-config file (which
> created the Windows service). Does that still exist? If so, can you please
> point me to where it lives now? Or is ser
I was trying to install the new httpd (apache 2.4) package today, and can't
seem to find the equivalent of the old /usr/sbin/httpd2-config file (which
created the Windows service). Does that still exist? If so, can you please
point me to where it lives now? Or is service creation
I am getting what I think is an error message that is safely ignorable, but
wish to report it. Only my recent Cygwin update I received the following error
from post install processing.
"Package: Unknown package
apache2-mod_perl.sh exit code 127"
--
Problem reports: http://cygwi
Greetings, Oliver-Rainer Wittmann!
> I am Oliver-Rainer Wittmann, a software developer working on Apache
> OpenOffice.
> I am not subscribed to this mailing cygwin at cygwin dot com. Thus,
> please include my mail address in your replies - Thx in advance.
When you're posting
I forgot the CC in my first reply, sorry. I extended my reply a bit.
On Jul 29 16:17, Oliver-Rainer Wittmann wrote:
> Hi,
>
> I am Oliver-Rainer Wittmann, a software developer working on Apache
> OpenOffice.
> I am not subscribed to this mailing cygwin at cygwin dot com. Thus,
&
On Jul 29 16:17, Oliver-Rainer Wittmann wrote:
> Hi,
>
> I am Oliver-Rainer Wittmann, a software developer working on Apache
> OpenOffice.
> I am not subscribed to this mailing cygwin at cygwin dot com. Thus,
> please include my mail address in your replies - Thx in advance.
&
Hi,
I am Oliver-Rainer Wittmann, a software developer working on Apache
OpenOffice.
I am not subscribed to this mailing cygwin at cygwin dot com. Thus,
please include my mail address in your replies - Thx in advance.
I just want to inform you that version 2.7.1-1 of 'patch'
I've set up apache2 under cygwin on a Windows 7 PC, and through Firefox I can
load http://localhost/ and retrieve the "It works!" index page, but cannot
retrieve http://127.0.0.1/.
"wget http://localhost"; reports that it resolves localhost to 127.0.0.1,
connects to port 80, and gets a 404 Not
Thank you for your relpy.
You were right. I've extracted the tar file onto a different directory and
it did worked like a charm. This is a COE system so I might have space
issues in the previous folder, as you said.
The reason I want to use apache for cygwin is because I need to use cyg
Warren Young wrote:
> On 12/30/2009 8:23 AM, mtuma wrote:
>>
>> checking for APR... reconfig
>> configuring package in srclib/apr now
>> /bin/sh: /cygdrive/c/Documents: No such file or directory
>> configure failed for srclib/apr
>
> It's clearly barfing on the space in "c:\Documents and Settings"
tally, why can't you just use the native Windows version of
Apache? It'll be a lot faster than a Cygwin build, and it's fully
supported. I imagine this is the main reason the last Cygwin package
for Apache is still 1.3, those being the days when the native Windows
port of Apache
Hi,
I've downloaded last apache stable version (2.0.63) and when I tried to
install it on my cygwin is giving me this error:
$ ./configure --prefix=/usr/local/apache2
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-cygwin
che
I've hacked the Apache 2.2.6 source to make it match Apache 2.2.13,
updated the patch file and am trying now to build using the template of
the 2.2.6 patch.
When I build Apache using the updated apache2-2.2.13-1.sh script, I can
get through most phases of the build but when I get to th
I've been using Apache under cygwin for *years*. The Apache startup
environment has carefully been integrated into my own startup
environment and I have no reason to re-invent things that are working
properly. The old aitage: If not broken, don't fix it.
Just because
Hi,
I'm not sure why you can't just install Apache and PHP for windows
instead of using cygwin apache. Use localhost:8080 for development,
cygwin doesn't care what apache host is used.
If it's any use here is the corresponding apache version and PHP version
from RedHat
HP in cygwin's PORTS
collection.
Well that version is incomplete. There is no postinstall.sh to install
the DLL's into the proper directory and modify the "httpd.conf" file to
enable the PHP shared library. This makes this package usless under Apache.
I'm just a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Paul McFerrin wrote:
> I've tried looking for a Binary distribution of PHP that will work with
> Apache 1 under cygwin. I bought a program thinking I HAD PHP but
> discovered later that my current server had no PHP support.
>
&
I've tried looking for a Binary distribution of PHP that will work with
Apache 1 under cygwin. I bought a program thinking I HAD PHP but
discovered later that my current server had no PHP support.
I'm resorting to binary distributions because I can't seem to to compile
René Berber wrote:
> You didn't read the part about "cygrunsrv -u www -y tcpip ...", i.e.
> install the service to run as user www.
I read it, but thought I'd exhaust RTFM first. I'll keep your approach
in mind for future reference.
> BTW if you run Apache man
David Christensen wrote:
[snip]
> Any other suggestions?
You didn't read the part about "cygrunsrv -u www -y tcpip ...", i.e.
install the service to run as user www.
BTW if you run Apache manually (as your tests show) and you are using a
different user (different than www),
3800P\www,S-1-5-21-44853972
3-688789
844-839522115-1006:/home/www:/bin/bash
$ grep www /etc/passwd
www:unused_by_nt/2000/xp:1006:513:www,U-A64X23800P\www,S-1-5-21-44853972
3-688789
844-839522115-1006:/home/www:/bin/bash
I wrote:
> I have edited /etc/apache/httpd.conf:
...
> User www
David Christensen wrote:
> I have a fresh install of Cygwin on Windows XP Professional SP3,
> including Apache.
>
> I have created a Windows account "www" and updated /etc/passwd:
>
> $ mkpasswd -l | grep www >> /etc/passwd
This is usually done with "
cygwin:
I have a fresh install of Cygwin on Windows XP Professional SP3,
including Apache.
I have created a Windows account "www" and updated /etc/passwd:
$ mkpasswd -l | grep www >> /etc/passwd
I have edited /etc/apache/httpd.conf:
$ cvs diff -r 1.1 httpd.conf
I
mattias wrote:
How to start apache in cygwin?
$ less /usr/share/doc/Cygwin/apache*
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http
Hope this is right list now
How to start apache in cygwin?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
I'm trying to get our standard apache setup to run under windows 2008
and I've hit a strange issue it seems as soon as I have the following
in httpd.conf apache crashes out under Windows 2008 server:-
Listen 127.0.0.1:81
Removing this line seems to enable apache to at least fire
Hi
Firstly, thanks for the earlier help on installing DBD::Oracle on Cygwin. I
upgraded from 9i to 10g client and got to install DBD::Oracle 1.21 successfully.
I am now looking to install Apache 2.2.8 on Cygwin.
To this end I downloaded the appropriate tarball from Apache
cd httpd-2.2.8
I did append --prefix={APACHE_TARGET} directory in the apache2-2.2.6-1.sh
script. But it looks like the target location it doesn't take fom --prefix
option of configure. Rather when you run
%apache2-2.2.6-1.sh install
it creates the binary in predefined location as defined in the
apache2-2.2.6-1.s
Anik Pal wrote:
> But it looks like it place the build binary of
> apache in the default location, I want it to build and place
> the binary in the my defined location.
> I know in the unix set up
> %Configure --prefix="Traget_directory"
> you can direct it to plac
Hello all,
I'm trying to build apache from source code downloaded from cygwin mirror
site. I am following the sequence listed in "apache2-2.2.6-1.sh" for
building the source code. But it looks like it place the build binary of
apache in the default location, I want it to build and p
ou're gonna interface between Cygwin and non Cygwin,
you'll have to hack, take into account the differences and do lots of
experimentation. BTW: You'll probably do lots of this...
OK. So,
I have Apache, mysql, PHP and perl (activestate) installed in my XP
(NOT through cygwin but in
45 (28000): Access denied for
user "'@'localhost' (Using password: YES). SO I am confused.
Besides this mysql connection through cygwin, I have issues w/ the perl
connecting to mysql through cygwin also. Everything through DOS / apache
server is fine.
-
Yaakov (Cygwin Por
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
JamesStock wrote:
> I have Apache, mysql, PHP and perl (activestate) installed in my XP (NOT
> through cygwin but installed individually). I can use dos prompt and
> connect to mysql DB (e.g mysql -U -P?), I can also use My
Hi I am having issues w/ the following config:
I have Apache, mysql, PHP and perl (activestate) installed in my XP (NOT
through cygwin but installed individually). I can use dos prompt and
connect to mysql DB (e.g mysql -U -P?), I can also use Mysql-Front /
SQLyog to connect to mysql
Lee Goddard wrote:
> Can anyone recommend a URI or book for custom-coded C modules for the
> Apache 2.2.* series, specifically on cygwin?
I very much doubt that anything dealing specifically with Cygwin has
been written.
> I've been looking at a few tutorials for the same on Unix
Can anyone recommend a URI or book for custom-coded C modules for the
Apache 2.2.* series, specifically on cygwin?
I've been looking at a few tutorials for the same on Unix, but they end
in "make" errors on Cygwin, referring to paths unexpectedly being those
of directories and
On 14 January 2007 21:30, Jay Abel wrote:
I must have googled the wrong terms,
Going to google in the first place was wrong. Cygwin comes with
documentation, you only had to look as far as your own hard drive!
/usr/share/doc/Cygwin/apache-1.3.33.README
Got it thanks. I first looked in
On 14 January 2007 21:30, Jay Abel wrote:
> I must have googled the wrong terms,
Going to google in the first place was wrong. Cygwin comes with
documentation, you only had to look as far as your own hard drive!
/usr/share/doc/Cygwin/apache-1.3.33.README
You don't actually say
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
a standard install of Apache should be fine. after that, ask the apache
people for setup stuff. they will help.
Jay Abel wrote:
> I must have googled the wrong terms, for the only reference I found
> [apparently] left out a few detail
x27;t agree with the ones in the howto from apache.org, I
couldn't find / didn't know where to look for, a *real* cygwin version
by the package maintainer.
I'm sure that such a howto exists but I just couldn't find it. Could
someone who has set up apache as a service please
r Tcp/ip, or something else) and add a dependency
IP> to it by using the -y cygrunsrv option. Your cygcheck output confirms
IP> that your apache service has no dependencies.
Thank you for suggestion but it doesn't work.
I've added dependency on tcpip first and on literally
all rem
On Wed, 30 Aug 2006, ukr.name.lists wrote:
> Hello, Igor.
>
> OK, Here's long story. I'm trying to replay what I did to set
> up Apache before.
>
> Did $cygrunsrv.exe -I httpd -d "CYGWIN httpd" -p /usr/sbin/httpd -a -F
> Started service. Doesn't work
On Wed, 30 Aug 2006, ukr.name.lists wrote:
> Hello List,
>
> I'm running Apache 1.3.33 on W2003 Terminal Server as service starting it
> under sshd_server account. It works as a charm most of the time.
> But not on system boot - it serves static pages but whenever I'm
1 - 100 of 755 matches
Mail list logo