| |
| |
| |
|
Page: 1 2 3
Comments:
<0> The Apache2 service terminated unexpectedly. event id 7031 <1> biaaaaaaatch <2> ldap.. what does that mean? <3> p`u, ldap? <4> ldap is easy, a directory service and hot man <1> ldap is kinda gay as well :) <1> Gidzz0r: you are asking spoon feeding here <0> If i do a service restart or stop i get the error, and it will usually be able to run when I start after that error <0> Lightweight Directory Access Protocol <3> and only does this witht hat mod enabled? <0> those two yes <0> heres something in the error log that might be interestring: [Thu Mar 30 16:00:32 2006] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed. <0> Is there maybe something more config changes needed for enabling ldap on apache for windows <4> wooord! <3> shnazz: http://httpd.apache.org/docs/2.0/mod/mpm_winnt.html#win32disableacceptex <3> that might cure that error
<0> checking it <1> cya doods <3> enjoy <3> shnazz: read this also? %Bhttp://httpd.apache.org/docs/2.0/mod/mod_ldap.html <3> err <3> http://httpd.apache.org/docs/2.0/mod/mod_ldap.html <2> mr_tea: im too lazy for googling tonight <2> :P <3> brb <0> thnx I will try this out and report back <0> Win32DisableAcceptEx did not fix my problem, and the other dos not seem to have any useful info for my specific problem. :-( <3> swell <0> swell indeed <5> twkm: do you copy here? <5> :) <5> i got d/c from efnet <5> '<6> don't restrict the listen address.' <5> let me know if you do please <5> I have set up a vpn server <5> i want to run apache on that server so that only authorized clients can access <5> from their home <5> but right now anybody can access the server. Although I configured the client too <5> 10.8.0.* <4> 10.8.0.* = (standard_in) 2: syntax error <6> it can only listen on its own addresses, or "any". <5> twlm, so what should I do? <5> twkm* <6> change the listen directive. <6> e.g., so it names your 10.8.0.x address. <5> i changed the listen directive to localhost <5> then ran VPN server, client <6> change it again, or add another. <5> but the client does not get webpages <6> localhost is only reachable from the local machine, never from anything remote. <5> should I use iptable? <5> or something like that? <5> should I set it to listen to the box's ip instead of localhost <5> ? <6> i suppose doing what i suggested is too hard? <5> twkm: ip is 134.48.166.8 <6> and that is your vpn ip address? <5> 10.8.0.1 <5> first was ip of box <6> so use that instead of localhost, or in addition to it. <5> should i listen to vpn ip or normal ip? <5> sorry I am confused <5> :| <6> which people do you want to be able to use the site? <6> people on your machine? people using the vpn? everyone (else)? <5> people who have valid certificates <6> x.509? <5> I generated certificates for clients and configured openvpn on client machines <6> and how do you think apache might be able to determine that they presented valid certificates to/for openvpn? <5> openvpn server will determine that <5> cause all certificates are signed by CA <6> sigh. <5> please correct me if Im wrong <5> well it seems working now <5> clients have to use vpn ip though :) <5> Is that it twkm? <3> " If u still remember 2nd grade math u will know that u cud increase "
<3> too bad he didnt pay attention in English cl***. <5> heh <5> <6> sigh. <5> why? <5> :/ <5> please tell me where I am wrong <7> hello all <7> somebody here use fedora core ? <7> what is the name for install the apache via yum command ? <3> yum install httpd <3> ? <7> i doit Azer <7> but i don`t found the httpd.conf <7> :/ <3> /etc/httpd/conf ? <7> hmm <7> then why the locate httpd.conf <7> didn`t search it ? <7> :s <3> update db <7> how? <3> or .. find / -name httpd.conf <7> how can i update db ? <3> updatedb <7> Azer did you have expirence with public_html on httpd.conf ? <3> a little <7> Azer if i install the apache <7> the apache include with Perl ? <3> i have to reboot <7> i don`t think so.. <7> i am installing perl now <7> je <8> so, mpm_event on Solaris 10, yay or nay? <8> on the other hand it kind of relies on me actually getting httpd to compile on Solaris, which isn't looking promising :-/ <9> My rootdir is c:/www, is there a way to make a link or something like that so my mp3s directory (on e:\) appears to be in c:/www/mp3s <4> Rogx; I heard your uncle was c:/www, is there a way to make a link or something like that so my mp3s directory (on e:\) appears to be in c:/www/mp3s <4> Woooord, sctt <10> p`u even does typos <3> too much crack <11> help with rewrite rule - i need redirect all queries to /dists/stable -> /dists/sarge <11> RewriteRule ^/dists/stable$ K:/dists/sarge/ <11> right <11> ? <12> I'm not sure, maybe ^/dists/stable/$ /dists/sarge K <12> Did you try it= <12> ? <12> I use HTTP 307 redirects for that <12> like so: ^something$ http://www.example.com/some/complete/path/?with=arguments [R=307] <12> problem is that that dosn't include anything else in the request than the specified. <11> ok <11> I write RewriteRule ^/sarge/dists/stable$ http://192.168.17.10/dists/sarge/ <11> and get [Fri Mar 31 13:58:57 2006] [error] [client 192.168.0.10] File does not exist: K:/dists/stable/ <11> in reeor log <11> error_log <12> Sorry, I don't have nearly enough knowlege about this to help you. <11> see part of my conf <11> Alias /sarge/ "K:/" <11> RewriteEngine On <11> RewriteRule ^/sarge/dists/stable$ http://192.168.17.10/dists/sarge/ <11> <Directory "K:/"> <11> Options Indexes <11> Allow from all <11> </Directory> <12> "K:/"? <11> Windows <11> i have mounted dir K:/ with distro and need do alias http://192.168.17.10/sarge/dists/stable to http://192.168.17.10/sarge/dists/sarge/ <11> RewriteRule ^/sarge\/dists\/stable/$ http://192.168.17.10/sarge/dists/sarge/$ <11> not work too <12> Sorry, no bright ideas. <11> ok <11> thanks
Return to
#apache or Go to some related
logs:
not within configured docroot #AllNiteCafe Nittiena #apache nuns on the run shower LAVARSE EL CULO spoof of rumpelstiltskin #MissKitten #asm lezbiana
|
|