I ended up having a similar problem with mod_rewrite. tapping in, in the
event someone else needs the assist.
>in httpd.conf: LoadModule rewrite_module modules/mod_rewrite.so
>error_log: Function not implemented: AH00023: Couldn't create the
rewrite-map mutex
I solved with "Mutex flock:/etc/htt
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
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 httpd -p /usr/sbin/httpd
(The service s
4 matches
Mail list logo