| |
| |
| |
|
Comments:
<0> hi, i have a problem with a php 5 module, anyone can help me? <1> Read error_log, Ask the question Patience - CURRENT: 1.3.36 / 2.0.58 / 2.2.2 ( http://httpd.apache.org ) <1> no one can help you <0> but my problem is not loged in the error_log <2> turn on error logging. <0> is turned on <0> but the problem is when i start apache <0> it shows the error in the console <0> Pablo Crembil: <0> Queremos comunicarte que la deuda que mantenas con MercadoLibre ha sido regularizada y ya puedes volver a publicar en MercadoLibre. <0> sorry <0> httpd.exe: Syntax error on line 116 of C:/Program Files/Apache Software Foundati <0> on/Apache2.2/conf/httpd.conf: Cannot load C:/php/php5apache2.dll into server: Th <0> e specified module could not be found. <1> does that file exist?
<0> this is the error, but the module is in there <0> yep, it exist <0> it exactly in C:/php/php5apache2.dll <1> weird <0> first i tought that the problema was the orientation of the bars <1> I had that problem when I stayed in san francisco one time <0> and how you solve the problem? <1> stayed out of those bars :) <2> put the bandana in the other pocket. <1> heh <1> can you paste line 116? <0> yep <1> of httpd.conf <0> LoadModule php5_module "c:/php/php5apache2.dll" <1> so perhaps: <1> "php5_module" is wrong? <1> but <1> no <1> that's ****ed up man <0> i dont know.. but i copy this line from the documentation <1> yeah <1> did you search google for that error msg? <0> no, i search in the knowlede base <0> ill try with google <2> i'm surprised that the module isn't called php5apache22.dll <1> the problem is apache 2.2 <1> try http://www.apachelounge.com/download/mods/php5apache2.dll-php5.1.x.zip <1> and <1> http://groups.google.com/group/php.install/browse_thread/thread/1043db29a2cc62aa/17f881911bad0e42?lnk=st&q=Cannot+load+C%3A%2Fphp%2Fphp5apache2.dll+into+server%3A+The&rnum=1&hl=en#17f881911bad0e42 <1> and <1> http://support.nusphere.com/viewtopic.php?p=7490&sid=a02d6f0799fb98d20bd6e7356aad3f01 <3> That URL would be better as http://w.ick.ca/5858 <3> That URL would be better as http://w.ick.ca/5859 <3> That URL would be better as http://w.ick.ca/5860 <0> :o <0> YEAH <0> it works <0> thank you very much <0> thank you TheJesus, p`u and twkm for the precious help :D <3> no problemo! <1> you're welcome <1> enjoy my friend <0> incredible, i try a php code and it works perfectly <0> thank you very much <1> :) <1> [23:51] <0> the problem was a c++ library, weird ha <1> what c++ library? <1> don't privmsg me please <1> no offense <0> oki <0> you know, in the first link that u give me <0> i download the zip <0> and in the zip was a readme first.txt <0> - Copy php5apache2.dll to your php folder (eg. c:/php) <0> - Copy httpd.exe.manifest to apache2/bin <0> - Finally install the Visual C++ 2005 Redistributable Package (the binary is build with VC 2005). <0> the php5apache2.dll its more bigger than the original
<0> and the httpd.exe.manifest doesnt exist in the original <0> and then i download the visual c++ blah blah.. and it works <1> the problem was the wrong version <1> or you didn't even install the new version/ <1> ?? <1> just the c++ lib? <0> first i do the first step and it doesnt work <1> well cool <0> then i do the second and it doestn work neither <0> and then when i install the visual c++ package it works <1> well sweet <0> where are you from jesus? <0> well greetings from argentina :D see you .. <1> I am in new york city <1> in the US <0> oh <0> great! <1> greetings from new york! <4> werd <5> anyone here uses WSS4J? <5> have you encountered this exception before? org.apache.ws.security.WSSecurityException: General security error (Unexpected number of X509Data: for Signature) <6> i have succesfully deployed a portlet in websphere CE which runs on tomcat, now my question is, how do i actually place a portlet in a webpage (.jsp file?) <7> hello <7> i am a newie <7> newbie <7> where can i find the web root directory of my computer? <8> in your httpd.conf <8> (if you have any webserver installed) <7> yes i have <7> i have APache <6> does anyone know anything about jsp tags? <7> is it indicated within the <Directory tag? <2> fission6: you might try #tomcat on irc.freenode.net <2> LePen`: you want the documentroot directive. <7> oh yes <7> i see it <7> thanks <6> thanknsss <7> hi again <7> i am trying to configure coldfusion to work with apache <7> the coldfusion asks me the directory and filename of server binary <7> what is it ? <7> what is the server binary of apache? <8> httpd <8> which httpd <7> ok <7> i got it <7> thanks again <7> internet lingo is quite confusing, isn't it <9> hello people. i'm having some problems in using the mod_rewrite module... i added some url-rewriting rules in my .htaccess file... when i access an rewritten url the images paths are messed up... any help ? <9> for example, if i acces mydomain.tdl/rewritten/url the images paths are rewritten too, from mydomain.tdl/images to mydomain.tdl/rewritten/url/images <2> per-directory rewriting has special needs -- did you read about rewritebase? <9> i've set the rewritebase to / <2> how can your rewriterule match tell the difference between images and not-images? <9> that's what i'm searching for! a rewrite rule that can tell the difference between images and not-images <9> i've googleed for some while but can't seem to find anything :/ <2> how about you put your not-images in one directory and your images in another, and only put the access file in the directory with the not-images? <9> index.php is in / <9> the images are in /images/ <2> how does that matter? <2> if you have index.php why don't you just put it into the url and handle path_info in the script? <2> see http://www.websitegoodies.com/article/32 <2> otherwise you need to use a rewritecond to keep the rule from working when /images/ is in the url. <9> can you take a look? i don't think i've made myself clear enaugh... http://86.123.67.68/ the images load just fine... then try to access : http://86.123.67.68/pagina/despre/ the page loads, but the images don't <9> the rewrite rule is : RewriteRule pagina/(.*)/ index.php?pagina=$1 <2> i wouldn't see any images anyway. <9> anyway, i hope you get my point <9> is there a rule that rewrites the url but doesn't rewrite the images path? <9> problem solved <9> thanks for your time <6> anyone know how to stream from a portlet to a JSP file, i got a helloworld portlet... PrintWriter out, out.println("Hello World"); what do i place in my .jsp file to render the HelloWorld
Return to
#apache or Go to some related
logs:
return delimiters in streamtokenizer #AllNiteCafe #linux #gentoo #chatzone aaaabdeehiiiiilmmnnnrssssttt
#AllNiteCafe #linuxhelp #linux #mirc
|
|