![]() |
|
![]() |
#1 |
Green Mole
Join Date: Jan 2004
Location: Denver, CO. USA
Posts: 2
|
Anyone have luck serving phpdig through Zope?
I am a long time user of the Zope webserver, and there is a PHPGateway/PHPWrapper module that basically lets you have a php cgi. I am about 80% completed with integrating phpdig into my Zope site, but I think the PHPGateway parser is mangeling my paths. For instance, if I try to index a specific directory through admin.php, The PHPGateway attempts to look for spider.php in http://localhost/path_to_target_directory/
target_index_html/admin/spider.php I think it has to do something with base_href or the fact that the PHPGateway is working in a local file system directory while the Zope web server has no such local file structure. Anyway, just wondering if anyone has configured phpdig with this flavor of setup: Info: PHP - 4.3.4 Linux RH 9/ 2.6.0 kernel Zope 2.6.2 PHParser 1.1.0 (PHPGateway) |
![]() |
![]() |
![]() |
#2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Maybe something in this thread might help?
You might find this thread useful when attempting to crawl a site that uses a base href tag.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
![]() |
![]() |