The following packages have been uploaded to the Cygwin distribution:
* httpd-2.4.39-1
* httpd-devel-2.4.39-1
* httpd-manual-2.4.39-1
* httpd-tools-2.4.39-1
* httpd-mod_http2-2.4.39-1
* httpd-mod_ldap-2.4.39-1
* httpd-mod_lua-2.4.39-1
* httpd-mod_proxy_html-2.4.39-1
* httpd-mod_ssl-2.4.39-1
The
n the conf file fixed it.
On Mon, Oct 15, 2018 at 4:24 PM Richard Lee
wrote:
I can run httpd when mod_rewrite is disbaled in httpd.conf. When I
_
Sent from http://cygwin.1069669.n5.nabble.com
Mutex posixsem rewrite-map
--
Problem reports: http://cygwi
My bad. I didn't check the error logs.
Setting the mutex for the rewrite map in the conf file fixed it.
On Mon, Oct 15, 2018 at 4:24 PM Richard Lee wrote:
>
> I can run httpd when mod_rewrite is disbaled in httpd.conf. When I
> enable it, httpd immediately exits. It was working
I can run httpd when mod_rewrite is disbaled in httpd.conf. When I
enable it, httpd immediately exits. It was working last year. I'm
running x86_64 Cygwin on Windows 10.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Document
Mutex flock:/etc/httpd/conf/mutex rewrite-map"
I've elected to use the 'flock' instead of 'file' or 'fcntl' simply b/c I
dont know what 'best' is for 'file' and fcntl in theory has a listed
problem, although unlikely.
I tested posixsem
The following packages have been uploaded to the Cygwin distribution:
* httpd-2.4.29-1
* httpd-devel-2.4.29-1
* httpd-manual-2.4.29-1
* httpd-tools-2.4.29-1
* httpd-mod_http2-2.4.29-1
* httpd-mod_ldap-2.4.29-1
* httpd-mod_lua-2.4.29-1
* httpd-mod_proxy_html-2.4.29-1
* httpd-mod_ssl-2.4.29-1
The
The following packages have been uploaded to the Cygwin distribution:
* httpd-2.4.25-3
* httpd-devel-2.4.25-3
* httpd-manual-2.4.25-3
* httpd-tools-2.4.25-3
* httpd-mod_http2-2.4.25-3
* httpd-mod_ldap-2.4.25-3
* httpd-mod_lua-2.4.25-3
* httpd-mod_proxy_html-2.4.25-3
* httpd-mod_ssl-2.4.25-3
The
The following packages have been uploaded to the Cygwin distribution:
* httpd-mod_dnssd-0.6-2
mod_dnssd is an Apache HTTPD module which adds Zeroconf support via DNS-SD
using Avahi.
This is the first official release for the distribution, and was built for
the fully modularized httpd-2.4.25-2
The following packages have been uploaded to the Cygwin distribution:
* httpd-2.4.25-2
* httpd-devel-2.4.25-2
* httpd-manual-2.4.25-2
* httpd-tools-2.4.25-2
* httpd-mod_http2-2.4.25-2
* httpd-mod_ldap-2.4.25-2
* httpd-mod_lua-2.4.25-2
* httpd-mod_proxy_html-2.4.25-2
* httpd-mod_ssl-2.4.25-2
The
The following packages have been uploaded to the Cygwin distribution:
* httpd-2.4.25-1
* httpd-devel-2.4.25-1
* httpd-manual-2.4.25-1
* httpd-tools-2.4.25-1
* httpd-mod_http2-2.4.25-1
* httpd-mod_ldap-2.4.25-1
* httpd-mod_lua-2.4.25-1
* httpd-mod_proxy_html-2.4.25-1
* httpd-mod_ssl-2.4.25-1
The
Hi , i am using "Mutex sem"
if i using Mutex posixsem proxy, came out 2 errors:
1 .watchdog-callback (fixed by using Mutex sem)
2. Failed to lookup provider 'shm' for 'slotmem': is mod_slotmem_shm
loaded (fixed by uncomments conf file )
I fixed it! I don't know if the fix is any good, but the se
Hello,
I have a problem with blocking requests to the httpd-service since some
months.
And the most surprising thing: As long as the httpd-service is blocked,
I can't open a cygwin terminal. Start of the terminal is also blocked.
As soon as I stop the httpd-service, the terminal ap
>> Activating mod_slotmem_shm (as a shared module) resolved this issue and
>> allowed httpd to start. However, httpd now produces the following notice
>> on (successful) startup:
>>
>> [Mon Jul 25 09:27:40.718810 2016] [lbmethod_heartbeat:notice] [pid2345
>> Activating mod_slotmem_shm (as a shared module) resolved this issue and
>> allowed httpd to start. However, httpd now produces the following notice
>> on (successful) startup:
>>
>> [Mon Jul 25 09:27:40.718810 2016] [lbmethod_heartbeat:notice] [pid
faa.gov> writes:
> Activating mod_slotmem_shm (as a shared module) resolved this issue and
allowed httpd to start. However,
> httpd now produces the following notice on (successful) startup:
>
> [Mon Jul 25 09:27:40.718810 2016] [lbmethod_heartbeat:notice] [pid
2345] AH02
After obtaining the upgrade of the httpd package from 2.4.22 to 2.4.23, I
received the following error on attempted startup:
[Mon Jul 25 08:22:26.529504 2016] [proxy_balancer:emerg] [pid 1234]
AH01177: Failed to lookup provider 'shm' for 'slotmem': is
mo
The following packages have been uploaded to the Cygwin distribution:
* httpd-2.4.23-1
* httpd-devel-2.4.23-1
* httpd-manual-2.4.23-1
* httpd-tools-2.4.23-1
* httpd-mod_http2-2.4.23-1
* httpd-mod_ldap-2.4.23-1
* httpd-mod_lua-2.4.23-1
* httpd-mod_proxy_html-2.4.23-1
* httpd-mod_ssl-2.4.23-1
The
I fixed it! I don't know if the fix is any good, but the server
starts and serves pages. The key was this Mutex directive:
https://httpd.apache.org/docs/current/mod/core.html#mutex
I wound up adding this to my httpd.conf:
> Mutex posixsem proxy
I don't know if "posixsem" is the right choice,
I can't remember if I've ever set up Apache on Cygwin before, but I'm
trying to do so now and I'm not getting anywhere.
I'm trying to install them as services and it's not working.
I'm trying to run these commands in an administrator shell:
$ cygrunsrv -I htt
The following packages have been uploaded to the Cygwin distribution:
* httpd-2.4.20-1
* httpd-devel-2.4.20-1
* httpd-manual-2.4.20-1
* httpd-tools-2.4.20-1
* httpd-mod_http2-2.4.20-1
* httpd-mod_ldap-2.4.20-1
* httpd-mod_lua-2.4.20-1
* httpd-mod_proxy_html-2.4.20-1
* httpd-mod_ssl-2.4.20-1
The
The following packages have been uploaded to the Cygwin distribution:
* httpd-2.4.18-1
* httpd-devel-2.4.18-1
* httpd-manual-2.4.18-1
* httpd-tools-2.4.18-1
* httpd-mod_http2-2.4.18-1
* httpd-mod_ldap-2.4.18-1
* httpd-mod_lua-2.4.18-1
* httpd-mod_proxy_html-2.4.18-1
* httpd-mod_ssl-2.4.18-1
The
nks!
Only you have to run that cygserver service:
$ cygrunsrv -S cygserver
Then you can safely start httpd.
--
View this message in context:
http://cygwin.1069669.n5.nabble.com/httpd-immediate-segfault-on-startup-tp120044p122778.html
Sent from the Cygwin list mailing list archive at Nabble.com.
--
For anybody else who's having trouble with apache segfaulting at
startup:
On 8/2/2015 11:46 PM, Jim Garrison wrote:
[snip]
>>>> Updated all cygwin packages to current versions, installed
>>>> httpd 2.4.16-1. On startup httpd segfaults:
>>>>
>&
On 8/2/2015 10:52 AM, Marco Atzeri wrote:
> On 7/31/2015 6:18 PM, Jim Garrison wrote:
>> On 7/26/2015 5:24 PM, Jim Garrison wrote:
>>> Updated all cygwin packages to current versions, installed httpd
>>> 2.4.16-1. On startup httpd segfaults:
>>>
>>&
On 7/31/2015 6:18 PM, Jim Garrison wrote:
On 7/26/2015 5:24 PM, Jim Garrison wrote:
Updated all cygwin packages to current versions, installed httpd
2.4.16-1. On startup httpd segfaults:
Exception: STATUS_ACCESS_VIOLATION at eip=65DC5D78
eax=8004E028 ebx=0001 ecx= edx=8004DFF0 esi
On 7/26/2015 5:24 PM, Jim Garrison wrote:
> Updated all cygwin packages to current versions, installed httpd
> 2.4.16-1. On startup httpd segfaults:
>
> Exception: STATUS_ACCESS_VIOLATION at eip=65DC5D78
> eax=8004E028 ebx=0001 ecx= edx=8004DFF0 esi=80014490
>
>On 7/26/2015 5:24 PM, Jim Garrison wrote:
>> Google turned up one other question citing the same symptoms, but on a
>> Chinese website, no answers so far.
>>
>> cygcheck.out attached
>>
>> Suggestions on how to troubleshoot? I can provide an strace output
>> (67k lines, 460kB gzipped) if desi
On 7/26/2015 5:24 PM, Jim Garrison wrote:
> Updated all cygwin packages to current versions, installed httpd
> 2.4.16-1. On startup httpd segfaults:
>
> Exception: STATUS_ACCESS_VIOLATION at eip=65DC5D78
> eax=8004E028 ebx=0001 ecx= edx=8004DFF0 esi=80014490
>
Updated all cygwin packages to current versions, installed httpd
2.4.16-1. On startup httpd segfaults:
Exception: STATUS_ACCESS_VIOLATION at eip=65DC5D78
eax=8004E028 ebx=0001 ecx= edx=8004DFF0 esi=80014490
edi=80016498
ebp=0028CC78 esp=0028CB5C program=C:\cygwin\usr\sbin\httpd.exe
The following packages have been updated in the Cygwin distribution:
* httpd-2.4.16-1
* httpd-devel-2.4.16-1
* httpd-manual-2.4.16-1
* httpd-tools-2.4.16-1
* httpd-mod_ldap-2.4.16-1
* httpd-mod_lua-2.4.16-1
* httpd-mod_proxy_html-2.4.16-1
* httpd-mod_ssl-2.4.16-1
The Apache HTTP Server Project
The following packages have been updated in the Cygwin distribution:
* httpd-2.4.12-3
* httpd-devel-2.4.12-3
* httpd-manual-2.4.12-3
* httpd-tools-2.4.12-3
* httpd-mod_ldap-2.4.12-3
* httpd-mod_lua-2.4.12-3
* httpd-mod_proxy_html-2.4.12-3
* httpd-mod_ssl-2.4.12-3
The Apache HTTP Server Project
The following packages have been added to the Cygwin distribution:
* httpd-2.4.12-2
* httpd-devel-2.4.12-2
* httpd-manual-2.4.12-2
* httpd-tools-2.4.12-2
* httpd-mod_ldap-2.4.12-2
* httpd-mod_lua-2.4.12-2
* httpd-mod_proxy_html-2.4.12-2
* httpd-mod_ssl-2.4.12-2
The Apache HTTP Server Project is
The following packages have been added to the Cygwin distribution:
* httpd-2.4.12-1
* httpd-devel-2.4.12-1
* httpd-manual-2.4.12-1
* httpd-tools-2.4.12-1
* httpd-mod_ldap-2.4.12-1
* httpd-mod_lua-2.4.12-1
* httpd-mod_proxy_html-2.4.12-1
* httpd-mod_ssl-2.4.12-1
The Apache HTTP Server Project is
PACKAGE DESCRIPTION
===
Homepage: http://www.acme.com/software/micro_httpd
License : GPL
Program runs from inetd. All in 150 lines of code. micro-httpd can
also be used to serve HTTPS by wrapping it with stunnel. But for
low-traffic sites, it's quite adequate. It implement
.. please ignore my inabilty to read properly. Thank you!
--
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/
TITTTL'd
> Hey Morgan... was this in response to my registering with the mail list? I
> wasn't sure, but it seemed like the timing was more than coincidence! :) Is
> it preferred that I use a different mail client for the list? I try to be
> sensitive to the "norms" of new lists, forums, and news
PACKAGE DESCRIPTION
===
Homepage: http://packages.debian.org/micro-httpd
License : GPL
Program runs from inetd. All in 150 lines of code. micro-httpd can
also be used to serve HTTPS by wrapping it with stunnel. But for
low-traffic sites, it's quite adequate. It implements al
ssh-host-config was a great help
Here is what I entered.
cygrunsrv -I httpd -d "CYGWIN httpd" -p /usr/sbin/httpd -a -D -y tcpip
I then typed
net start httpd
The following messages then came up
The CYGWIN httpd service is starting
The CYGWIN httpd service could not be st
On Tue, 3 Apr 2007, Terry Bailey wrote:
> I am running Cygwin on Windows 2003. What is the best way to
> automatically start /usr/sbin/httpd automatically when I boot Windows?
Install it as a service. To see how to do this on Win2k3, examine the
ssh-host-config script from the openssh p
Hi,
I am running Cygwin on Windows 2003. What is the best way to
automatically start /usr/sbin/httpd automatically when I boot Windows?
Thanks,
Terry Bailey
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Arun Biyani wrote:
Larry Hall (Cygwin) wrote:
Arun Biyani wrote:
"httpd" server crashes with current snapshot. Runs fine with Jan 20
cygwin1.dll. Both
cygcheck outputs are attached.
Any chance you could narrow down a little more the working and
non-working
snapshots? Are you s
Larry Hall (Cygwin) wrote:
Arun Biyani wrote:
"httpd" server crashes with current snapshot. Runs fine with Jan 20
cygwin1.dll. Both
cygcheck outputs are attached.
Any chance you could narrow down a little more the working and
non-working
snapshots? Are you saying that httpd
Larry Hall (Cygwin) wrote:
Arun Biyani wrote:
"httpd" server crashes with current snapshot. Runs fine with Jan 20
cygwin1.dll. Both
cygcheck outputs are attached.
Any chance you could narrow down a little more the working and
non-working
snapshots? Are you saying that httpd
Arun Biyani wrote:
"httpd" server crashes with current snapshot. Runs fine with Jan 20
cygwin1.dll. Both
cygcheck outputs are attached.
Any chance you could narrow down a little more the working and non-working
snapshots? Are you saying that httpd crashes as soon as it starts o
On 30 Apr 2005 at 2:50, Matthew M wrote:
> I know this has been asked half a dozen times
> recently, but I haven't found a solution that works
> for me.
>
[snip]
> I ran many variations on these commands:
> [EMAIL PROTECTED] ~
> $ cygrunsrv -I httpd -p /usr/sbin/
I know this has been asked half a dozen times
recently, but I haven't found a solution that works
for me.
I was able to install and run sshd as a service with
no problem (except I have to restart sshd after
booting the computer), but I'm having no such luck
with httpd.
Apache 1.3.29
Dave Korn wrote:
-Original Message-
From: cygwin-owner On Behalf Of Gerrit P. Haase
Sent: 01 December 2004 13:59
See the bottom of the script, there is an option 'all' which runs
all needed script targets, there are some more eg. 'strip'.
It should work to run
$ ./h
> -Original Message-
> From: cygwin-owner On Behalf Of Gerrit P. Haase
> Sent: 01 December 2004 13:59
> > /oem-install/httpd-2.0.52 $ patch -p1 -i ../httpd-2.0.52-1.patch
> > patching file CYGWIN-PATCHES/README
> > ellided
> > patching file srclib/apr
o you can do the
same with just running the buildscript against the patched sources.
I figured out how to run the patch file. Whee!
$ cd httpd*
/oem-install/httpd-2.0.52 $ patch -p1 -i ../httpd-2.0.52-1.patch
patching file CYGWIN-PATCHES/README
ellided
patching file srclib/apr/configure.in
Looks
Jon A. Lambert wrote:
Change the permissions on this directory as the script creates it
under my id
$ chmod o+w apache2
That should be the log directory
$ chmod o+w /var/log/apache2
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.
Igor Pechtchanski wrote:
On Mon, 29 Nov 2004, Jon A. Lambert wrote:
Jon A. Lambert wrote:
But now how do I run this build-script and from where?
Sorry some additional information of what I tried
[snip]
[EMAIL PROTECTED] /oem-install
$ ./httpd-2.0.52-1.sh <--- doesn't se
On Mon, 29 Nov 2004, Jon A. Lambert wrote:
> Jon A. Lambert wrote:
> > But now how do I run this build-script and from where?
>
> Sorry some additional information of what I tried
> [snip]
> [EMAIL PROTECTED] /oem-install
> $ ./httpd-2.0.52-1.sh <---
Jon A. Lambert wrote:
But now how do I run this build-script and from where?
Sorry some additional information of what I tried
[EMAIL PROTECTED] /oem-install/httpd-2.0.52
$ ../httpd-2.0.52-1.sh
Cannot find original package.
[EMAIL PROTECTED] /oem-install/httpd-2.0.52
$ cd ..
[EMAIL PROTECTED
.
I figured out how to run the patch file. Whee!
$ cd httpd*
/oem-install/httpd-2.0.52 $ patch -p1 -i ../httpd-2.0.52-1.patch
patching file CYGWIN-PATCHES/README
...ellided
patching file srclib/apr/configure.in
Looks good.
---
But now how do I run this build-script and from where?
Or
in /etc/apache2/mime.types, else Apache still thinks it should send it
as plain text and it looks like it behaves different then.
It seems to be antoher porblem, regardless the settings in httpd.conf
and mime.types, if I fetch locally I have a different speed:
$ wget -c http://192.168.1.1/apache2/httpd-2
Gerrit P. Haase wrote:
Max Bowsher wrote:
Have it running now at my home box:
Either the server is drastically overloaded, or those binaries aren't
working so well after all. I tried to download the binary package, and
it consistently fed only an 8K chunk before terminating the connection.
Yes,
w too as I tried to upload some packages via this
apache to sourceware, I think it is a problem with MMAP, added this to
httpd.conf now:
EnableMMAP off
seems to work:
$ wget -c http://194.95.224.180/apache2/httpd-2.0.52-1.tar.bz2
--01:23:06-- http://194.95.224.180/apache2/httpd-2.0.52-1.ta
Max Bowsher wrote:
http://194.95.224.180/apache2/apr-2.0.52-1.tar.bz2
http://194.95.224.180/apache2/apr-util-2.0.52-1.tar.bz2
*Please* don't use that version number.
Call it apr-0.9.5_2.0.52-0gph or something
Ok, renamed to:
http://194.95.224.180/apache2/apr2052-0.9.5-1.tar.bz2
http://194.95.224.1
vel stuff (libhttpd import
library and all the headers) in httpd-devel:
Webserver (including docs):
http://194.95.224.180/apache2/httpd-2.0.52-1.tar.bz2
Runtime (should not be needed if you have apr & apr-util already
installed):
I'm not really sure about that. The current apr(util) are probably t
Gerrit P. Haase wrote:
Max Bowsher wrote:
Really, you should be linking apache against my apr/apr-util packages,
and pinging me for an update if they are not recent enough.
Looking at cygwin.com/packages I see no DLL at all in the APR or APU
packages:
Well, of course you don't. That's what libapr0
Gerrit P. Haase wrote:
Max Bowsher wrote:
Really, you should be linking apache against my apr/apr-util packages,
and pinging me for an update if they are not recent enough.
Looking at cygwin.com/packages I see no DLL at all in the APR or APU
packages:
Oops, there are also libapr* packages contain
well as the devel stuff (libhttpd import
library and all the headers) in httpd-devel:
Webserver (including docs):
http://194.95.224.180/apache2/httpd-2.0.52-1.tar.bz2
Runtime (should not be needed if you have apr & apr-util already
installed):
http://194.95.224.180/apache2/apr-2.0.52-1.tar.bz2
h
Max Bowsher wrote:
Really, you should be linking apache against my apr/apr-util packages,
and pinging me for an update if they are not recent enough.
Looking at cygwin.com/packages I see no DLL at all in the APR or APU
packages:
apr: The Apache Portable Runtime (development/documentation
pack
ready and the webserver seems to run,
CGI was also working, at least at my XP notebook where I tested it,
though CGI doesn't work for me if the file_cache module is loaded.
See also the httpd.README in usr/doc/Cygwin for some infos.
Binaries package:
http://194.95.224.180/apache2/httpd-2.0.52
erver seems to run,
CGI was also working, at least at my XP notebook where I tested it,
though CGI doesn't work for me if the file_cache module is loaded.
See also the httpd.README in usr/doc/Cygwin for some infos.
Binaries package:
http://194.95.224.180/apache2/httpd-2.0.52-1.tar.bz2
Patch
On Mon, 12 Jul 2004, Siegfried Heintze wrote:
> Since you guys are so smart, responsive and generous with your time, I
> thought I would try this one on you. I have posted this on the Apache HTTP
> mailing list twice with no response.
>
> I have the following in my httpd.conf file. WebDAV seems to
Since you guys are so smart, responsive and generous with your time, I
thought I would try this one on you. I have posted this on the Apache HTTP
mailing list twice with no response.
I have the following in my httpd.conf file. WebDAV seems to be working from
my local network (when using IE 5/6) bu
work. I will
only cover the base problem with cygrunsrv in this problem report.
I did a full install of Cygwin. Referring to
/usr/share/doc/Cygwin/apache-1.3.29-1.README,
I attempted to install apache as an NT service with the following command:
$ cygrunsrv -I Apache -d "CYGWIN httpd (apache
My goal is to have Apache start up when my machine boots. Using cygrunsrv,
I've set init up as an NT service (on Win2K) so that part is fine.
At first I wrote my own httpd startup script and put it into /etc/rc.d/init.d
but this frequently led to an httpd.exe.stackdump, so next I enable
Colin schrieb:
> Dear all,
> I have downloaded, built and installed Apache httpd-2.0.45 on Cygwin; I
> notice that the Cygwin site only has apache-1.3.24 packages available
> for download, but I want to use Apache2. Does anyone know if there are
> particular issues with doing
running for
5 minutes. Just incase ive missed something...
$ cygrunsrv -I httpd -d "CYGWIN httpd" -p /usr/bin/httpd -a '-k'
(no output, normal right???)
$ cygrunsrv -S httpd
(no output again, httpd started)
$ lynx http://212.135.179.210/
(works for 5 minutes) after five doesnt
71 matches
Mail list logo