411 reputation
313
bio website j0k3r.net
location Paris, France
age 29
visits member for 10 months
seen 6 hours ago
stats profile views 44

French symfony developer since few years.

There was a time I posted some post here: http://www.j0k3r.net

After a year of travel, I wrote my trip on this blog: http://blog.wildtrip.net

Say me "Hi !" on Twitter: @j0k :-)


Apr
30
comment What is the correct way to configure Apache and Tomcat such that Apache serves HTML over port 80, and Tomcat serves ColdFusion/Railo over port 80?
Lone link is considered a poor answer (see faq) since it is meaningless by itself and target resource is not guaranteed to be alive in the future. It would be preferable to include the essential parts of the answer here, and provide the link for reference.
Apr
30
comment Outlook refuses to connect to Exchange
Lone link is considered a poor answer (see faq) since it is meaningless by itself and target resource is not guaranteed to be alive in the future. It would be preferable to include the essential parts of the answer here, and provide the link for reference.
Mar
28
comment apache mod rewrite issue with document root
Instead of updating your question to add the solution, you should better post an answer with the solution, remove it from your question and accept your own answer. It's better for the community :)
Mar
12
comment Is load balancing necessary in virtual environment (Hyper-V)?
Thanks for posting your answer! Please be sure to read the faq carefully. Also note that it is required that you post a disclaimer every time you link to your own site/product.
Mar
9
comment .htaccess Redirect
No this thread won't be closed, you should post the answer you find and accept it. It can helps other people !
Mar
9
comment .htaccess Redirect
What have you tried?
Mar
5
comment Lighttpd as tomcat proxy with static content serving
I use same version. I didn't test it, I usually forward static content to a dedicated webserver (like nginx) using proxy.server
Mar
3
comment How does dropbox version/upload large files?
Lone link is considered a poor answer (see faq) since it is meaningless by itself and target resource is not guaranteed to be alive in the future. It would be preferable to include the essential parts of the answer here, and provide the link for reference.
Mar
1
comment What are the limiations of windows server web edition?
Lone link is considered a poor answer (see faq) since it is meaningless by itself and target resource is not guaranteed to be alive in the future. It would be preferable to include the essential parts of the answer here, and provide the link for reference.
Feb
25
comment Apache 2.2 on Windows Aliases gives 404
Are you @Derakkon ?
Feb
19
comment nagios and SOAP support
Lone link is considered a poor answer (see faq) since it is meaningless by itself and target resource is not guaranteed to be alive in the future. It would be preferable to include the essential parts of the answer here, and provide the link for reference.
Feb
14
comment Lighttpd and OpenCart GET requests with mod_rewrite
Does /dev/index.php?_route_=?gclid=XXX exists? Because this is what the last rule does.
Feb
11
comment How to reduce memory footprint of t1.Micro Amazon AMI?
Lone link is considered a poor answer (see faq) since it is meaningless by itself and target resource is not guaranteed to be alive in the future. It would be preferable to include the essential parts of the answer here, and provide the link for reference.
Feb
2
comment Lighttpd / PHP-CGI will crash without warning
Have you tried to add cgi.fix_pathinfo = 1 in your php.ini?
Feb
2
comment Lighttpd / PHP-CGI will crash without warning
Could you provide us your lighttpd & php-fastcgi conf?
Jan
26
comment Configure mod_rewritte for two hosts in Lighttpd
Have you tried to replace =~ with == for both host ?
Jan
18
comment How can I config Nginx for run a Python script like PHP?
Is it related to this post on SO ?
Jan
2
comment LINQPad and SQL2012 management studio cannot talk to network Database Servers (SQL2008R2)
You can still add a link to your image, someone will be able to embed it.
Dec
31
comment .htaccess RewriteRule to convert query-type URL structure to directory-type URL
@Fun if this answer solve your problem, do not forget to accept it.
Dec
29
comment Lighttpd QUERY_STRING escape properly
I think OP wants addl contains every thing escaped from the url. Like ad/frame.php?ad_unit_id= 34&addl=tag%3Dxzzx%26gg%3Dyy%26uu%3D121 You see? With all the query string encoded.