Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: fcgid_module appends drive letter to php nusoap request |
|
Author |
|
jicr74
Joined: 10 Feb 2014 Posts: 7 Location: Mexico
|
Posted: Mon 10 Feb '14 21:30 Post subject: fcgid_module appends drive letter to php nusoap request |
|
|
Dear All
I am working on apache 2.2 and I have configured
PHP 5.3.27 with CGI/FastCGI, my application is a webservice implemented on nusoap, when clients requests come from java it works like a charm, however when they come from php the endpoint adds some useless letter and port e.g.
https://www.mysite.com:443D:/mycontext/muws.php?wsdl[/b]
instead of
https://www.mysite.com/mycontext/muws.php?wsdl[/b]
what settings am I missing?
kind regards |
|
Back to top |
|
jicr74
Joined: 10 Feb 2014 Posts: 7 Location: Mexico
|
Posted: Mon 10 Feb '14 21:43 Post subject: Post subject: fcgid_module appends drive letter to php nusoa |
|
|
Some additional information,
I am working on windows server 2008 R2
kind regards |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 10 Feb '14 23:33 Post subject: |
|
|
Wich variable do you use from PHP for the path?
in apache config set
and in your php.ini set
Code: |
cgi.fix_pathinfo = 1
|
|
|
Back to top |
|
jicr74
Joined: 10 Feb 2014 Posts: 7 Location: Mexico
|
Posted: Mon 10 Feb '14 23:58 Post subject: Post subject: fcgid_module appends drive letter to php nuso |
|
|
I was placing
twisted values
but fonrtunately your answer did solved my problem
many many many thanks |
|
Back to top |
|
|
|
|
|
|