Re: Setting up a program that can be accessed by all domain on a server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dan Joseph wrote:
On Thu, May 8, 2008 at 11:54 AM, Richard Kurth <richardkurth@xxxxxxxxxxxxxx>
wrote:

Dan Joseph wrote:

On Thu, May 8, 2008 at 11:47 AM, Richard Kurth <
richardkurth@xxxxxxxxxxxxxx>
wrote:



I have a program that I am writing that I what to install on my server
that
can be accessed by all domains on the server just like it was on there
domain. Could somebody give me an idea on how I can do this or point me
to
some article that tells how to set this up.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Accessible as in able to talk to it and pull information, or be able to
integrate it into the web site?  If its just needing to get data, you
could
build a web service and give access to it for all other domains.


To Be able to integrate it into the web site is what I am trying to figure
out


You should be able to configure Apache (assuming you're using Apache) in a
way that for instance:  http://domain.com/globalapplication/ would be
pointing to a specified folder.  You would just have to tell it to make that
path for all domains on the server.  Although that might be better suited
for someone on an Apache list or forum to explain better.

Thanks that is what I needed to know I will now check on an apache list

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux