[Zope] Using pcgi and apache.
Troy Farrell
troy@entheossoft.com
Tue, 22 Oct 2002 13:11:20 -0500
Yeah! One I think I can answer :)
Try this:
python z2.py -X -p Zope.cgi
That will turn off all servers you don't explicitly start (ie. FTP,
Webdav, HTTP, etc.)
Troy
eric cocozza wrote:
> Hi,
>
> I've got a question about using PCGI with apache. According to the
> readme, i'm supposed to use a line like:
>
> python z2.py -p
>
> When I use this however I get a message stating that -p must have an
> argument. So, I set it to what is supposed to be the default:
>
> python z2.py -p ./Zope.cgi
>
> However, then it complains that the web port is busy... This is leaving
> me rather fustrated, as the point of -p is supposed to be to not use a
> port, and connect via apache when the cgi is loaded.
>
> Any advice would be greatly appreciated.
>
> Thanks,
>
> Eric