| Author |
Message |
XxLicherxX
Guest
|
Posted:
Tue Sep 06, 2005 8:51 pm Post subject:
Can Sharepoint and PHP coexist on the same server? |
|
|
Hello,
Does anyone know if Sharepoint and PHP can coexist on the same server?
I have some .php pages that I need to be able to include on my
intranet. I have configured PHP to work on a seperate site running on
the server that has not been touched by Sharepoint. Every .php comes up
just fine. When I do the same thing with my Sharepoint enabled site,
the .php sites don't run any PHP code. |
|
| Back to top |
|
 |
Mike Walsh
Guest
|
Posted:
Wed Sep 07, 2005 8:54 am Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
Have you tried the standard method that is used for instance with .asp based
sites of adding the paths of your .php based sites to the list of folders
excluded from being processed by the WSS ISAPI filter ?
See
http://www.asaris-matrix.com/mvp-walsh/Lists/WSS%20FAQ/DispForm.aspx?ID=46
Mike Walsh, Helsinki, Finland
WSS FAQ http://wss.collutions.com
please reply to the newsgroup only
private questions are not answered
"XxLicherxX" <goldhors64@aol.com> wrote in message
news:1126035309.600032.36990@z14g2000cwz.googlegroups.com...
| Quote: | Hello,
Does anyone know if Sharepoint and PHP can coexist on the same server?
I have some .php pages that I need to be able to include on my
intranet. I have configured PHP to work on a seperate site running on
the server that has not been touched by Sharepoint. Every .php comes up
just fine. When I do the same thing with my Sharepoint enabled site,
the .php sites don't run any PHP code.
|
|
|
| Back to top |
|
 |
XxLicherxX
Guest
|
Posted:
Wed Sep 07, 2005 4:52 pm Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
Hi Mike,
I have tried this, but I am confused by two things. The first is
regarding the path. Lets say I have PHP files on my server at
http://servername/sharepointsite/PHP_files. Would the path I want to
exclude by "sharepointsite/PHP_Files"? The other thing that I am
running into is everytime I try to exclude something, I get an error
saying that "/" is an illegal character. This doesn't make sense to
me... How can I specify a web URL without using the "/" char?
Thanks |
|
| Back to top |
|
 |
Mike Walsh
Guest
|
Posted:
Wed Sep 07, 2005 4:53 pm Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
This is an extract from a MS paper (about coexistence with WSUS actually) so
you can certainly include the / character
----------
2. Exclude specific requests from being intercepted by the SharePoint ISAPI
DLL by doing the following:
a. Open the SharePoint Central Administration Site (click Start, point to
Administrative Tools, and then click Sharepoint Central Administration).
b. Click Virtual Server Configuration, and then click Configure Virtual
Server Settings.
c. Click Default Web Site.
d. Click Virtual Server Management, and then click Define managed paths.
e. In the Add a new pathbox, set the type to excluded path. Under Path,
type the following:
"/iuident.cab"
"/wutrack.bin"
"/clientwebservice"
"/Selfupdate"
-----------
Is that example any use ?
Mike Walsh, Helsinki, Finland
"XxLicherxX" <goldhors64@aol.com> wrote in message
news:1126097524.496307.179490@g47g2000cwa.googlegroups.com...
| Quote: | Hi Mike,
I have tried this, but I am confused by two things. The first is
regarding the path. Lets say I have PHP files on my server at
http://servername/sharepointsite/PHP_files. Would the path I want to
exclude by "sharepointsite/PHP_Files"? The other thing that I am
running into is everytime I try to exclude something, I get an error
saying that "/" is an illegal character. This doesn't make sense to
me... How can I specify a web URL without using the "/" char?
Thanks
|
|
|
| Back to top |
|
 |
Mike Walsh
Guest
|
Posted:
Fri Sep 09, 2005 4:52 pm Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
They were there purely as an example to show that the "/" character is
certainly one that should be accepted by the system and to give you the kind
of format it is looking for.
(I have no idea what the four files do and they are not the files you need
to be excluding)
Mike Walsh, Helsinki, Finland
"XxLicherxX" <goldhors64@aol.com> wrote in message
news:1126278972.119823.15440@g44g2000cwa.googlegroups.com...
| Quote: | Hi Mike,
Thanks for the example, but I am still confused. Do I need to exclude
the 4 files that you listed above in order to get PHP to function or
are they just there for pure example use? If not, What do those 4 files
do?
|
|
|
| Back to top |
|
 |
XxLicherxX
Guest
|
Posted:
Fri Sep 09, 2005 4:52 pm Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
Hi Mike,
Thanks for the example, but I am still confused. Do I need to exclude
the 4 files that you listed above in order to get PHP to function or
are they just there for pure example use? If not, What do those 4 files
do? |
|
| Back to top |
|
 |
XxLicherxX
Guest
|
Posted:
Fri Sep 09, 2005 8:53 pm Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
Thanks Mike,
I'm still have the same problem with the illegal character. I give it
the address:
/Sharepointsite/PHP_Folder
It then gives me the illegal character error.
if I were to go /Sharepointsite, I am fine.
Are you only allowed to exclude one level down from the root? |
|
| Back to top |
|
 |
Mike Walsh
Guest
|
Posted:
Sat Sep 10, 2005 4:51 pm Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
I don't know off-hand sorry.
Anyone ?
Mike Walsh, Helsinki, Finland
(I suppose you can't find any such restriction in the documentation)
"XxLicherxX" <goldhors64@aol.com> wrote in message
news:1126285070.763867.3150@g47g2000cwa.googlegroups.com...
| Quote: | Thanks Mike,
I'm still have the same problem with the illegal character. I give it
the address:
/Sharepointsite/PHP_Folder
It then gives me the illegal character error.
if I were to go /Sharepointsite, I am fine.
Are you only allowed to exclude one level down from the root?
|
|
|
| Back to top |
|
 |
Alps
Guest
|
Posted:
Sun Sep 11, 2005 4:51 pm Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
Hi
Yes Change port to 81 for sharepoint and that will help you. We use the
same way here and sharepoint is on non default [80] port defined by us
to be 81.
Cheers
Mike Walsh wrote:
| Quote: | I don't know off-hand sorry.
Anyone ?
Mike Walsh, Helsinki, Finland
(I suppose you can't find any such restriction in the documentation)
"XxLicherxX" <goldhors64@aol.com> wrote in message
news:1126285070.763867.3150@g47g2000cwa.googlegroups.com...
Thanks Mike,
I'm still have the same problem with the illegal character. I give it
the address:
/Sharepointsite/PHP_Folder
It then gives me the illegal character error.
if I were to go /Sharepointsite, I am fine.
Are you only allowed to exclude one level down from the root?
|
|
|
| Back to top |
|
 |
XxLicherxX
Guest
|
Posted:
Mon Sep 12, 2005 4:53 pm Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
Hi Alps,
Yeah, I ended up doing something similar. I made another website on a
different port strictly for PHP pages.
Thank you both for you help and responses. |
|
| Back to top |
|
 |
Garth H
Guest
|
Posted:
Fri Nov 04, 2005 9:51 am Post subject:
Re: Can Sharepoint and PHP coexist on the same server? |
|
|
This is late, but hopefully it can help someone else out.
http://sharepoint.mysite.local/ <-virtual server 1 for WSpS
http://php.mysite.local/ <- virtual server 2 for PHP
Same IP, just have IIS use host headers to route traffic.
FYI PHP 5.1 looking really nice for runing PHP in the ISAPI layer
instead of CGI. |
|
| Back to top |
|
 |
|
|
|
|