Op Di, 6 april, 2010 23:03, schreef Stephan Beal:
> On Tue, Apr 6, 2010 at 9:10 PM, verizon <vze35...@verizon.net> wrote:
>
>> From advice I got previously here is how I can access a PDF that is in
>> the
>> repository with a relative link (works both locally and in a server)
>>
>> [http:doc/tip/Ethernet/DOCS/npincomplete.pdf | Code Description (pdf) ]
>>
>
> That won't work in this case because...
>
> The document i need to serve is a demo PHP page, which must be served by
> the
> underlying web server. It uses JavaScript which requires a web server to
> be
> able to POST messages to (it's an RPC framework, so it's all about passing
> messages to/from the web server).
>
> i was hoping i could link non-fossil'd subdirs without using absolute URLs
> (including domain), but i haven't found a way to do it. They would be
> useful
> because my public website is mirrored on my system, so i could simplify
> local testing before updating the public server. But no big deal, in any
> case.
>
> --
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>

Its is a bit odd to run 2 http servers (well maybe not that odd)
1) run fossil ui on port 8080
2) run apache (xampp) on port 80 for the php pages.
   use a link or a path to get de directory into the pages that apache
will serve. you could do [http://localhost/fossil/demo/my.php|php
demo].
It is the basic theme you could improve with virtual hosts so that your
development  system uses the same naming (of course you have to edit your
local hostfile )

-- 
Rene de Zwart

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to