logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: fcgid_module appends drive letter to php nusoap request
Author
jicr74



Joined: 10 Feb 2014
Posts: 7
Location: Mexico

PostPosted: Mon 10 Feb '14 21:30    Post subject: fcgid_module appends drive letter to php nusoap request Reply with quote

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

PostPosted: Mon 10 Feb '14 21:43    Post subject: Post subject: fcgid_module appends drive letter to php nusoa Reply with quote

Some additional information,
I am working on windows server 2008 R2

kind regards
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 10 Feb '14 23:33    Post subject: Reply with quote

Wich variable do you use from PHP for the path?

in apache config set

Code:

FcgidFixPathinfo 0



and in your php.ini set

Code:

cgi.fix_pathinfo = 1
Back to top
jicr74



Joined: 10 Feb 2014
Posts: 7
Location: Mexico

PostPosted: Mon 10 Feb '14 23:58    Post subject: Post subject: fcgid_module appends drive letter to php nuso Reply with quote

I was placing
twisted values
but fonrtunately your answer did solved my problem
many many many thanks
Back to top


Reply to topic   Topic: fcgid_module appends drive letter to php nusoap request View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules